![]() |
Miam-Player
0.8.0
A nice music player
|
#include <VideoFrame.h>
Public Member Functions | |
VideoFrameConverter () | |
~VideoFrameConverter () | |
void | setEq (int brightness, int contrast, int saturation) |
value out of [-100, 100] will be ignored More... | |
VideoFrame | convert (const VideoFrame &frame, const VideoFormat &fmt) const |
convert return a frame with a given format from a given source frame. More... | |
VideoFrame | convert (const VideoFrame &frame, VideoFormat::PixelFormat fmt) const |
VideoFrame | convert (const VideoFrame &frame, QImage::Format fmt) const |
VideoFrame | convert (const VideoFrame &frame, int fffmt) const |
QtAV::VideoFrameConverter::VideoFrameConverter | ( | ) |
QtAV::VideoFrameConverter::~VideoFrameConverter | ( | ) |
VideoFrame QtAV::VideoFrameConverter::convert | ( | const VideoFrame & | frame, |
const VideoFormat & | fmt | ||
) | const |
convert return a frame with a given format from a given source frame.
The result frame data is always on host memory.
VideoFrame QtAV::VideoFrameConverter::convert | ( | const VideoFrame & | frame, |
VideoFormat::PixelFormat | fmt | ||
) | const |
VideoFrame QtAV::VideoFrameConverter::convert | ( | const VideoFrame & | frame, |
QImage::Format | fmt | ||
) | const |
VideoFrame QtAV::VideoFrameConverter::convert | ( | const VideoFrame & | frame, |
int | fffmt | ||
) | const |
void QtAV::VideoFrameConverter::setEq | ( | int | brightness, |
int | contrast, | ||
int | saturation | ||
) |
value out of [-100, 100] will be ignored