|
| 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 | SetVideoLiveBitRate (int bitRate) |
| |
| int | GetVideoLiveBitRate () |
| |
| void | SetVideoQueueLevel (int level) |
| |
| int | GetVideoQueueLevel () |
| |
| void | SetVideoQueueDataLevel (int level) |
| |
| int | GetVideoQueueDataLevel () |
| |
| void | SetVideoInterlaced (bool interlaced) |
| |
| bool | GetVideoInterlaced () |
| |
| virtual EINTERLACEMETHOD | GetFallbackDeintMethod () |
| |
| virtual void | SetSwDeinterlacingMethods () |
| |
| void | UpdateDeinterlacingMethods (std::list< EINTERLACEMETHOD > &methods) |
| |
| bool | Supports (EINTERLACEMETHOD method) const |
| |
| void | SetDeinterlacingMethodDefault (EINTERLACEMETHOD method) |
| |
| EINTERLACEMETHOD | GetDeinterlacingMethodDefault () const |
| |
| 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 | SetAudioLiveBitRate (int bitRate) |
| |
| int | GetAudioLiveBitRate () |
| |
| void | SetAudioQueueLevel (int level) |
| |
| int | GetAudioQueueLevel () |
| |
| void | SetAudioQueueDataLevel (int level) |
| |
| int | GetAudioQueueDataLevel () |
| |
| virtual bool | AllowDTSHDDecode () |
| |
| virtual bool | WantsRawPassthrough () |
| |
| void | ResetSubtitleCodecInfo () |
| |
| void | SetSubtitleDecoderName (const std::string &name) |
| |
| std::string | GetSubtitleDecoderName () |
| |
| 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 | SeekFinished (int64_t offset) |
| | Notifies that a seek operation has finished.
|
| |
| 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) |
| |
| void | SetLevelVQ (int level) |
| |
| int | GetLevelVQ () |
| |
| void | SetGuiRender (bool gui) |
| |
| bool | GetGuiRender () |
| |
| void | SetVideoRender (bool video) |
| |
| bool | GetVideoRender () |
| |
| unsigned int | GetMaxPassthroughOffSyncDuration () const |
| |
| void | SetPlayTimes (time_t start, int64_t current, int64_t min, int64_t max) |
| |
| int64_t | GetMaxTime () |
| |
| CVideoSettings | GetVideoSettings () |
| |
| void | SetVideoSettings (CVideoSettings &settings) |
| |
| CVideoSettingsLocked & | GetVideoSettingsLocked () |
| |