Tao.FFmpeg SDK Documentation |
|
FFmpeg.av_open_input_file Method
[Visual Basic]
Public Shared Function av_open_input_file( _
ByRef
pFormatContext As
IntPtr, _
ByVal
filename As
String, _
ByVal
pAVInputFormat As
IntPtr, _
ByVal
buf_size As
Integer, _
ByVal
pAVFormatParameters As
IntPtr _
) As
Integer
[C#]
public static
int av_open_input_file(
out
IntPtr pFormatContext,
string filename,
IntPtr pAVInputFormat,
int buf_size,
IntPtr pAVFormatParameters);
See Also
FFmpeg Class | Tao.FFmpeg Namespace