Tao.FFmpeg SDK Documentation |
|
FFmpeg.avcodec_thread_init Method
[Visual Basic]
Public Shared Function avcodec_thread_init( _
ByVal
pAVCodecContext As
IntPtr, _
ByVal
thread_count As
Integer _
) As
Integer
[C#]
public static
int avcodec_thread_init(
IntPtr pAVCodecContext,
int thread_count);
See Also
FFmpeg Class | Tao.FFmpeg Namespace