- AVPixelFormat_to_ImageFormat
ImageFormat AVPixelFormat_to_ImageFormat(AVPixelFormat format)
Undocumented in source. Be warned that the author may not have intended to support it.
- ImageFormat_to_AVPixelFormat
AVPixelFormat ImageFormat_to_AVPixelFormat(ImageFormat format)
Undocumented in source. Be warned that the author may not have intended to support it.
- adoptFormat
void adoptFormat(AVPixelFormat format, AVFrame* frame, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- adoptYUV
void adoptYUV(AVPixelFormat format, AVFrame* frame, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- adoptYUV411P
void adoptYUV411P(AVFrame* frame, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- adoptYUV422P
void adoptYUV422P(AVFrame* frame, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- adoptYUV444P
void adoptYUV444P(AVFrame* frame, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- adoptYUVGrouped
void adoptYUVGrouped(AVFrame* frame, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- adoptYUYV422
void adoptYUYV422(AVFrame* frame, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- convertDepricatedPixelFormat
AVPixelFormat convertDepricatedPixelFormat(AVPixelFormat pix)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCodecString
string getCodecString(CodecID codec)
Undocumented in source. Be warned that the author may not have intended to support it.
Module implements common utilities for video I/O