Tao.FFmpeg SDK Documentation |
|
FFmpeg.SetParametersCallback Delegate
[Visual Basic]
Public Delegate Function FFmpeg.SetParametersCallback( _
ByVal
pAVFormatContext As
IntPtr, _
ByVal
avFormatParameters As
IntPtr _
) As
Integer
[C#]
public delegate int FFmpeg.SetParametersCallback(
IntPtr pAVFormatContext,
IntPtr avFormatParameters);
Requirements
Namespace:
Tao.FFmpeg
Assembly: Tao.FFmpeg (in Tao.FFmpeg.dll)
See Also
Tao.FFmpeg Namespace