createVideoExecutor

abstract fun createVideoExecutor(numOfThread: Int, componentName: String): ExecutorService

Creates an Executor for video processing.

Return

the created Executor

Parameters

numOfThread

number of threads in the pool

componentName

name of the component using the dispatcher