Tao.FFmpeg SDK Documentation

FFmpeg.av_guess_codec Method 

[Visual Basic]
Public Shared Function av_guess_codec( _
   ByVal pAVOutoutFormat As IntPtr, _
   ByVal short_name As String, _
   ByVal filename As String, _
   ByVal mime_type As String, _
   ByVal type As CodecType _
) As CodecID
[C#]
public static CodecID av_guess_codec(
   IntPtr pAVOutoutFormat,
   string short_name,
   string filename,
   string mime_type,
   CodecType type
);

See Also

FFmpeg Class | Tao.FFmpeg Namespace