Tao.FFmpeg SDK Documentation
FFmpeg.av_hex_dump Method
[Visual Basic]
Public Shared Sub av_hex_dump( _
ByVal
pFile
As
IntPtr
, _
ByVal
buf
As
IntPtr
, _
ByVal
size
As
Integer
_
)
[C#]
public static
void
av_hex_dump(
IntPtr
pFile
,
IntPtr
buf
,
int
size
);
See Also
FFmpeg Class
|
Tao.FFmpeg Namespace