AddSubtitle(const std::string &strSubPath) | CApplicationPlayer | |
CanPause() | CApplicationPlayer | |
CanSeek() | CApplicationPlayer | |
CApplicationPlayer() | CApplicationPlayer | |
ClosePlayer() | CApplicationPlayer | |
DoAudioWork() | CApplicationPlayer | |
FlushRenderer() | CApplicationPlayer | |
FrameAdvance(int frames) | CApplicationPlayer | |
FrameMove() | CApplicationPlayer | |
GetAudioCapabilities(std::vector< int > &audioCaps) | CApplicationPlayer | |
GetAudioStream() | CApplicationPlayer | |
GetAudioStreamCount() | CApplicationPlayer | |
GetAudioStreamInfo(int index, AudioStreamInfo &info) | CApplicationPlayer | |
GetCacheLevel() const | CApplicationPlayer | |
GetCachePercentage() const | CApplicationPlayer | |
GetChapter() | CApplicationPlayer | |
GetChapterCount() | CApplicationPlayer | |
GetChapterName(std::string &strChapterName, int chapterIdx=-1) | CApplicationPlayer | |
GetChapterPos(int chapterIdx=-1) | CApplicationPlayer | |
GetCurrentPlayer() | CApplicationPlayer | |
GetDeinterlacingMethodDefault() | CApplicationPlayer | |
GetMaxTime() const | CApplicationPlayer | |
GetMinTime() const | CApplicationPlayer | |
GetPercentage() const | CApplicationPlayer | |
GetPlayerState() | CApplicationPlayer | |
GetPlaySpeed() | CApplicationPlayer | |
GetPlayTempo() | CApplicationPlayer | |
GetPreferredPlaylist() const | CApplicationPlayer | |
GetPrograms(std::vector< ProgramInfo > &programs) | CApplicationPlayer | |
GetProgramsCount() | CApplicationPlayer | |
GetRadioText(unsigned int line) | CApplicationPlayer | |
GetRenderAspectRatio() | CApplicationPlayer | |
GetSeekHandler() | CApplicationPlayer | |
GetStartTime() const | CApplicationPlayer | |
GetSubtitle() | CApplicationPlayer | |
GetSubtitleCapabilities(std::vector< int > &subCaps) | CApplicationPlayer | |
GetSubtitleCount() | CApplicationPlayer | |
GetSubtitleStreamInfo(int index, SubtitleStreamInfo &info) | CApplicationPlayer | |
GetSubtitleVisible() | CApplicationPlayer | |
GetTeletextCache() | CApplicationPlayer | |
GetTime() const | CApplicationPlayer | |
GetTotalTime() const | CApplicationPlayer | |
GetVideoSettings() | CApplicationPlayer | |
GetVideoStream() | CApplicationPlayer | |
GetVideoStreamCount() | CApplicationPlayer | |
GetVideoStreamInfo(int streamId, VideoStreamInfo &info) | CApplicationPlayer | |
HasAudio() const | CApplicationPlayer | |
HasGame() const | CApplicationPlayer | |
HasGameAgent() | CApplicationPlayer | |
HasMenu() const | CApplicationPlayer | |
HasPlayer() const | CApplicationPlayer | |
HasRDS() const | CApplicationPlayer | |
HasVideo() const | CApplicationPlayer | |
IsCaching() const | CApplicationPlayer | |
IsExternalPlaying() | CApplicationPlayer | |
IsInMenu() const | CApplicationPlayer | |
IsPassthrough() const | CApplicationPlayer | |
IsPaused() | CApplicationPlayer | |
IsPausedPlayback() | CApplicationPlayer | |
IsPlaying() const | CApplicationPlayer | |
IsPlayingAudio() const | CApplicationPlayer | |
IsPlayingGame() const | CApplicationPlayer | |
IsPlayingRDS() const | CApplicationPlayer | |
IsPlayingVideo() const | CApplicationPlayer | |
IsRemotePlaying() | CApplicationPlayer | |
IsRenderingGuiLayer() | CApplicationPlayer | |
IsRenderingVideo() | CApplicationPlayer | |
IsRenderingVideoLayer() | CApplicationPlayer | |
LoadPage(int p, int sp, unsigned char *buffer) | CApplicationPlayer | |
OnAction(const CAction &action) | CApplicationPlayer | |
OnNothingToQueueNotify() | CApplicationPlayer | |
OpenFile(const CFileItem &item, const CPlayerOptions &options, const CPlayerCoreFactory &factory, const std::string &playerName, IPlayerCallback &callback) | CApplicationPlayer | |
OpenNext(const CPlayerCoreFactory &factory) | CApplicationPlayer | |
Pause() | CApplicationPlayer | |
QueueNextFile(const CFileItem &file) | CApplicationPlayer | |
Render(bool clear, uint32_t alpha=255, bool gui=true) | CApplicationPlayer | |
RenderCapture(unsigned int captureId, unsigned int width, unsigned int height, int flags=0) | CApplicationPlayer | |
RenderCaptureAlloc() | CApplicationPlayer | |
RenderCaptureGetPixels(unsigned int captureId, unsigned int millis, uint8_t *buffer, unsigned int size) | CApplicationPlayer | |
RenderCaptureRelease(unsigned int captureId) | CApplicationPlayer | |
ResetPlayer() | CApplicationPlayer | |
Seek(bool bPlus=true, bool bLargeStep=false, bool bChapterOverride=false) | CApplicationPlayer | |
SeekChapter(int iChapter) | CApplicationPlayer | |
SeekPercentage(float fPercent=0) | CApplicationPlayer | |
SeekScene(bool bPlus=true) | CApplicationPlayer | |
SeekTime(int64_t iTime=0) | CApplicationPlayer | |
SeekTimeRelative(int64_t iTime=0) | CApplicationPlayer | |
SetAudioStream(int iStream) | CApplicationPlayer | |
SetAVDelay(float fValue=0.0f) | CApplicationPlayer | |
SetDynamicRangeCompression(long drc) | CApplicationPlayer | |
SetMute(bool bOnOff) | CApplicationPlayer | |
SetPlayerState(const std::string &state) | CApplicationPlayer | |
SetPlaySpeed(float speed) | CApplicationPlayer | |
SetProgram(int progId) | CApplicationPlayer | |
SetRenderViewMode(int mode, float zoom, float par, float shift, bool stretch) | CApplicationPlayer | |
SetSpeed(float speed) | CApplicationPlayer | |
SetSubtitle(int iStream) | CApplicationPlayer | |
SetSubTitleDelay(float fValue=0.0f) | CApplicationPlayer | |
SetSubtitleVisible(bool bVisible) | CApplicationPlayer | |
SetTempo(float tempo) | CApplicationPlayer | |
SetTime(int64_t time) | CApplicationPlayer | |
SetTotalTime(int64_t time) | CApplicationPlayer | |
SetUpdateStreamDetails() | CApplicationPlayer | |
SetVideoSettings(CVideoSettings &settings) | CApplicationPlayer | |
SetVideoStream(int iStream) | CApplicationPlayer | |
SetVolume(float volume) | CApplicationPlayer | |
Supports(EINTERLACEMETHOD method) | CApplicationPlayer | |
Supports(ESCALINGMETHOD method) | CApplicationPlayer | |
Supports(ERENDERFEATURE feature) | CApplicationPlayer | |
SupportsTempo() | CApplicationPlayer | |
TriggerUpdateResolution() | CApplicationPlayer | |