Tao.FFmpeg SDK Documentation

FFmpeg.avcodec_open Method 

[Visual Basic]
Public Shared Function avcodec_open( _
   ByVal pAVCodecContext As IntPtr, _
   ByVal pAVCodec As IntPtr _
) As Integer
[C#]
public static int avcodec_open(
   IntPtr pAVCodecContext,
   IntPtr pAVCodec
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace