|
Switch Controller
|
#include <FFmpegDecoder.h>

Public Member Functions | |
| FFmpegDecoder (AVFormatContext *formatContext, std::unique_ptr< FFmpegFrameSink > &sink) | |
| void | decodePacket (const AVPacket *packet, AVFrame *frame) |
| int | getStreamIndex () const |
| FFmpegDecoder::FFmpegDecoder | ( | AVFormatContext * | formatContext, |
| std::unique_ptr< FFmpegFrameSink > & | sink | ||
| ) |
| void FFmpegDecoder::decodePacket | ( | const AVPacket * | packet, |
| AVFrame * | frame | ||
| ) |
|
inline |