|
| | CProcessInfoPi () |
| |
| EINTERLACEMETHOD | GetFallbackDeintMethod () override |
| |
| bool | AllowDTSHDDecode () override |
| |
| virtual | ~CProcessInfo ()=default |
| |
| void | SetDataCache (CDataCacheCore *cache) |
| |
| void | ResetVideoCodecInfo () |
| |
| void | SetVideoDecoderName (const std::string &name, bool isHw) |
| |
| std::string | GetVideoDecoderName () |
| |
| bool | IsVideoHwDecoder () |
| |
| void | SetVideoDeintMethod (const std::string &method) |
| |
| std::string | GetVideoDeintMethod () |
| |
| void | SetVideoPixelFormat (const std::string &pixFormat) |
| |
| std::string | GetVideoPixelFormat () |
| |
| void | SetVideoStereoMode (const std::string &mode) |
| |
| std::string | GetVideoStereoMode () |
| |
| void | SetVideoDimensions (int width, int height) |
| |
| void | GetVideoDimensions (int &width, int &height) |
| |
| void | SetVideoFps (float fps) |
| |
| float | GetVideoFps () |
| |
| void | SetVideoDAR (float dar) |
| |
| float | GetVideoDAR () |
| |
| void | SetVideoInterlaced (bool interlaced) |
| |
| bool | GetVideoInterlaced () |
| |
| virtual void | SetSwDeinterlacingMethods () |
| |
| void | UpdateDeinterlacingMethods (std::list< EINTERLACEMETHOD > &methods) |
| |
| bool | Supports (EINTERLACEMETHOD method) |
| |
| void | SetDeinterlacingMethodDefault (EINTERLACEMETHOD method) |
| |
| EINTERLACEMETHOD | GetDeinterlacingMethodDefault () |
| |
| CVideoBufferManager & | GetVideoBufferManager () |
| |
| std::vector< AVPixelFormat > | GetPixFormats () |
| |
| void | SetPixFormats (std::vector< AVPixelFormat > &formats) |
| |
| void | ResetAudioCodecInfo () |
| |
| void | SetAudioDecoderName (const std::string &name) |
| |
| std::string | GetAudioDecoderName () |
| |
| void | SetAudioChannels (const std::string &channels) |
| |
| std::string | GetAudioChannels () |
| |
| void | SetAudioSampleRate (int sampleRate) |
| |
| int | GetAudioSampleRate () |
| |
| void | SetAudioBitsPerSample (int bitsPerSample) |
| |
| int | GetAudioBitsPerSample () |
| |
| void | SetRenderClockSync (bool enabled) |
| |
| bool | IsRenderClockSync () |
| |
| void | UpdateRenderInfo (CRenderInfo &info) |
| |
| void | UpdateRenderBuffers (int queued, int discard, int free) |
| |
| void | GetRenderBuffers (int &queued, int &discard, int &free) |
| |
| virtual std::vector< AVPixelFormat > | GetRenderFormats () |
| |
| void | SetStateSeeking (bool active) |
| |
| bool | IsSeeking () |
| |
| void | SetStateRealtime (bool state) |
| |
| bool | IsRealtimeStream () |
| |
| void | SetSpeed (float speed) |
| |
| void | SetNewSpeed (float speed) |
| |
| float | GetNewSpeed () |
| |
| void | SetFrameAdvance (bool fa) |
| |
| bool | IsFrameAdvance () |
| |
| void | SetTempo (float tempo) |
| |
| void | SetNewTempo (float tempo) |
| |
| float | GetNewTempo () |
| |
| bool | IsTempoAllowed (float tempo) |
| |
| virtual float | MinTempoPlatform () |
| |
| virtual float | MaxTempoPlatform () |
| |
| void | SetLevelVQ (int level) |
| |
| int | GetLevelVQ () |
| |
| void | SetGuiRender (bool gui) |
| |
| bool | GetGuiRender () |
| |
| void | SetVideoRender (bool video) |
| |
| bool | GetVideoRender () |
| |
| void | SetPlayTimes (time_t start, int64_t current, int64_t min, int64_t max) |
| |
| int64_t | GetMaxTime () |
| |
| CVideoSettings | GetVideoSettings () |
| |
| void | SetVideoSettings (CVideoSettings &settings) |
| |
| CVideoSettingsLocked & | UpdateVideoSettings () |
| |