#include <DVDFactoryCodec.h>
|
static CDVDVideoCodec * | CreateVideoCodec (CDVDStreamInfo &hint, CProcessInfo &processInfo) |
|
static IHardwareDecoder * | CreateVideoCodecHWAccel (std::string id, CDVDStreamInfo &hint, CProcessInfo &processInfo, AVPixelFormat fmt) |
|
static CDVDAudioCodec * | CreateAudioCodec (CDVDStreamInfo &hint, CProcessInfo &processInfo, bool allowpassthrough, bool allowdtshddecode, CAEStreamInfo::DataType ptStreamType) |
|
static CDVDOverlayCodec * | CreateOverlayCodec (CDVDStreamInfo &hint) |
|
static void | RegisterHWVideoCodec (std::string id, CreateHWVideoCodec createFunc) |
|
static void | ClearHWVideoCodecs () |
|
static void | RegisterHWAccel (std::string id, CreateHWAccel createFunc) |
|
static std::vector< std::string > | GetHWAccels () |
|
static void | ClearHWAccels () |
|
static void | RegisterHWAudioCodec (std::string id, CreateHWAudioCodec createFunc) |
|
static void | ClearHWAudioCodecs () |
|
§ ClearHWAccels()
void CDVDFactoryCodec::ClearHWAccels |
( |
| ) |
|
|
static |
§ ClearHWAudioCodecs()
void CDVDFactoryCodec::ClearHWAudioCodecs |
( |
| ) |
|
|
static |
§ ClearHWVideoCodecs()
void CDVDFactoryCodec::ClearHWVideoCodecs |
( |
| ) |
|
|
static |
§ CreateAudioCodec()
§ CreateAudioCodecHW()
§ CreateOverlayCodec()
§ CreateVideoCodec()
§ CreateVideoCodecHW()
§ CreateVideoCodecHWAccel()
§ GetHWAccels()
std::vector< std::string > CDVDFactoryCodec::GetHWAccels |
( |
| ) |
|
|
static |
§ RegisterHWAccel()
§ RegisterHWAudioCodec()
§ RegisterHWVideoCodec()
§ m_hwAccels
std::map< std::string, CreateHWAccel > CDVDFactoryCodec::m_hwAccels |
|
staticprotected |
§ m_hwAudioCodecs
§ m_hwVideoCodecs
The documentation for this class was generated from the following files: