Tao.FFmpeg SDK Documentation |
|
FFmpeg.avpicture_get_size Method
[Visual Basic]
Public Shared Function avpicture_get_size( _
ByVal
pix_fmt As
Integer, _
ByVal
width As
Integer, _
ByVal
height As
Integer _
) As
Integer
[C#]
public static
int avpicture_get_size(
int pix_fmt,
int width,
int height);
See Also
FFmpeg Class | Tao.FFmpeg Namespace