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