Tao.FFmpeg SDK Documentation

FFmpeg.guess_format Method 

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

See Also

FFmpeg Class | Tao.FFmpeg Namespace