kodi
Static Public Member Functions | Static Protected Member Functions | Static Protected Attributes | List of all members
CDVDFactoryCodec Class Reference
Collaboration diagram for CDVDFactoryCodec:
Collaboration graph
[legend]

Static Public Member Functions

static std::unique_ptr< CDVDVideoCodecCreateVideoCodec (CDVDStreamInfo &hint, CProcessInfo &processInfo)
 
static IHardwareDecoderCreateVideoCodecHWAccel (const std::string &id, CDVDStreamInfo &hint, CProcessInfo &processInfo, AVPixelFormat fmt)
 
static std::unique_ptr< CDVDAudioCodecCreateAudioCodec (CDVDStreamInfo &hint, CProcessInfo &processInfo, bool allowpassthrough, bool allowdtshddecode, CAEStreamInfo::DataType ptStreamType)
 
static std::unique_ptr< CDVDOverlayCodecCreateOverlayCodec (CDVDStreamInfo &hint)
 
static void RegisterHWVideoCodec (const std::string &id, CreateHWVideoCodec createFunc)
 
static void ClearHWVideoCodecs ()
 
static void RegisterHWAccel (const std::string &id, CreateHWAccel createFunc)
 
static std::vector< std::string > GetHWAccels ()
 
static void ClearHWAccels ()
 
static void RegisterHWAudioCodec (const std::string &id, CreateHWAudioCodec createFunc)
 
static void ClearHWAudioCodecs ()
 

Static Protected Member Functions

static std::unique_ptr< CDVDVideoCodecCreateVideoCodecHW (const std::string &id, CProcessInfo &processInfo)
 
static std::unique_ptr< CDVDAudioCodecCreateAudioCodecHW (const std::string &id, CProcessInfo &processInfo)
 

Static Protected Attributes

static std::map< std::string, CreateHWVideoCodec > m_hwVideoCodecs
 
static std::map< std::string, CreateHWAccel > m_hwAccels
 
static std::map< std::string, CreateHWAudioCodec > m_hwAudioCodecs
 

The documentation for this class was generated from the following files: