PonyPlayer
decoders.hpp 文件参考
#include "helper.hpp"
#include <libavformat/avformat.h>
#include <libavcodec/avcodec.h>
#include <libavutil/error.h>
#include <libswresample/swresample.h>
#include <libavutil/imgutils.h>
#include <QDebug>
#include "frame.hpp"
#include "twins_queue.hpp"
#include "concurrentqueue.h"
#include "audioformat.hpp"
#include <atomic>
#include <utility>

浏览源代码.

class  IDemuxDecoder
 
class  DecoderContext
 

变量

constexpr auto Audio = IDemuxDecoder::DecoderType::Audio
 
constexpr auto Video = IDemuxDecoder::DecoderType::Video
 
constexpr auto Common = IDemuxDecoder::DecoderType::Common
 

变量说明

◆ Audio

constexpr auto Audio = IDemuxDecoder::DecoderType::Audio
constexpr

◆ Common

constexpr auto Common = IDemuxDecoder::DecoderType::Common
constexpr

◆ Video

constexpr auto Video = IDemuxDecoder::DecoderType::Video
constexpr