Tao.FFmpeg SDK Documentation |
|
FFmpeg.avcodec_get_pix_fmt_loss Method
[Visual Basic]
Public Shared Function avcodec_get_pix_fmt_loss( _
ByVal
dst_pix_fmt As
Integer, _
ByVal
src_pix_fmt As
Integer, _
ByVal
has_alpha As
Integer _
) As
Integer
[C#]
public static
int avcodec_get_pix_fmt_loss(
int dst_pix_fmt,
int src_pix_fmt,
int has_alpha);
See Also
FFmpeg Class | Tao.FFmpeg Namespace