createVideoDispatcher

open override fun createVideoDispatcher(numOfThread: Int, componentName: String): ExecutorCoroutineDispatcher

Creates a CoroutineDispatcher for video processing with videoThreadPriority.

Return

the created CoroutineDispatcher

Parameters

numOfThread

number of threads in the pool

componentName

name of the component using the dispatcher