MythTV
master
|
#include <mythdvdplayer.h>
Public Member Functions | |
MythDVDPlayer (PlayerFlags flags=kNoFlags) | |
void | ReleaseNextVideoFrame (VideoFrame *buffer, int64_t timecode, bool wrap=true) override |
bool | HasReachedEof (void) const override |
bool | PrepareAudioSample (int64_t &timecode) override |
uint64_t | GetBookmark (void) override |
int64_t | GetSecondsPlayed (bool honorCutList, int divisor=1000) override |
int64_t | GetTotalSeconds (bool honorCutList, int divisor=1000) const override |
bool | GoToMenu (QString str) override |
void | GoToDVDProgram (bool direction) override |
bool | IsInStillFrame () const override |
void | ResetStillFrameTimer (void) |
void | SetStillFrameTimeout (int length) |
void | StillFrameCheck (void) |
int | GetNumAngles (void) const override |
int | GetCurrentAngle (void) const override |
QString | GetAngleName (int angle) const override |
bool | SwitchAngle (int angle) override |
int | GetNumChapters (void) override |
int | GetCurrentChapter (void) override |
void | GetChapterTimes (QList< long long > ×) override |
![]() | |
MythPlayer (PlayerFlags flags=kNoFlags) | |
MythPlayer (const MythPlayer &rhs) | |
virtual | ~MythPlayer () |
virtual int | OpenFile (uint retries=4) |
bool | InitVideo (void) |
void | SetPlayerInfo (TV *tv, QWidget *widget, PlayerContext *ctx) |
void | SetLength (int len) |
void | SetFramesPlayed (uint64_t played) |
void | SetEof (EofState eof) |
void | SetPIPActive (bool is_active) |
void | SetPIPVisible (bool is_visible) |
void | SetTranscoding (bool value) |
void | SetWatchingRecording (bool mode) |
void | SetWatched (bool forceWatched=false) |
Determines if the recording should be considered watched. More... | |
void | SetKeyframeDistance (int keyframedistance) |
void | SetVideoParams (int w, int h, double fps, float aspect, bool ForceUpdate, int ReferenceFrames, FrameScanType scan=kScan_Ignore, const QString &codecName=QString()) |
void | SetFileLength (int total, int frames) |
void | SetDuration (int duration) |
void | SetVideoResize (const QRect &videoRect) |
void | EnableFrameRateMonitor (bool enable=false) |
void | ForceDeinterlacer (bool DoubleRate, MythDeintType Deinterlacer) |
void | SetFrameRate (double fps) |
QSize | GetVideoBufferSize (void) const |
QSize | GetVideoSize (void) const |
float | GetVideoAspect (void) const |
float | GetFrameRate (void) const |
void | GetPlaybackData (InfoMap &infoMap) |
bool | IsAudioNeeded (void) |
uint | GetVolume (void) |
int | GetFreeVideoFrames (void) const |
Returns the number of frames available for decoding onto. More... | |
AspectOverrideMode | GetAspectOverride (void) const |
AdjustFillMode | GetAdjustFill (void) const |
MuteState | GetMuteState (void) |
int | GetFFRewSkip (void) const |
float | GetPlaySpeed (void) const |
AudioPlayer * | GetAudio (void) |
const AudioOutputGraph & | GetAudioGraph () const |
float | GetAudioStretchFactor (void) |
float | GetNextPlaySpeed (void) const |
int | GetLength (void) const |
uint64_t | GetTotalFrameCount (void) const |
uint64_t | GetCurrentFrameCount (void) const |
uint64_t | GetFramesPlayed (void) const |
int64_t | GetLatestVideoTimecode () const |
QString | GetError (void) const |
QString | GetEncodingType (void) const |
void | GetCodecDescription (InfoMap &infoMap) |
QString | GetXDS (const QString &key) const |
PIPLocation | GetNextPIPLocation (void) const |
bool | IsPaused (void) const |
bool | GetRawAudioState (void) const |
bool | GetLimitKeyRepeat (void) const |
EofState | GetEof (void) const |
bool | IsErrored (void) const |
bool | IsPlaying (uint wait_in_msec=0, bool wait_for=true) const |
bool | AtNormalSpeed (void) const |
bool | IsReallyNearEnd (void) const |
Returns true iff really near end of recording. More... | |
bool | IsNearEnd (void) |
Returns true iff near end of recording. More... | |
bool | HasAudioOut (void) const |
bool | IsPIPActive (void) const |
bool | IsPIPVisible (void) const |
bool | IsMuted (void) |
bool | PlayerControlsVolume (void) const |
bool | UsingNullVideo (void) const |
bool | HasTVChainNext (void) const |
bool | CanSupportDoubleRate (void) |
bool | IsWatchingInprogress (void) const |
virtual char * | GetScreenGrabAtFrame (uint64_t frameNum, bool absolute, int &bufflen, int &vw, int &vh, float &ar) |
Returns a one RGB frame grab from a video. More... | |
virtual char * | GetScreenGrab (int secondsin, int &bufflen, int &vw, int &vh, float &ar) |
Returns a one RGB frame grab from a video. More... | |
InteractiveTV * | GetInteractiveTV (void) |
MythVideoOutput * | GetVideoOutput (void) |
MythCodecContext * | GetMythCodecContext (void) |
virtual bool | SwitchTitle (int) |
virtual bool | NextTitle (void) |
virtual bool | PrevTitle (void) |
virtual bool | NextAngle (void) |
virtual bool | PrevAngle (void) |
void | InitForTranscode (bool copyaudio, bool copyvideo) |
bool | TranscodeGetNextFrame (int &did_ff, bool &is_key, bool honorCutList) |
bool | WriteStoredData (RingBuffer *outRingBuffer, bool writevideo, long timecodeOffset) |
long | UpdateStoredFrameNum (long curFrameNum) |
void | SetCutList (const frm_dir_map_t &newCutList) |
VideoFrameType * | DirectRenderFormats (void) |
Return a list of frame types that can be rendered directly. More... | |
VideoFrame * | GetNextVideoFrame (void) |
Removes a frame from the available queue for decoding onto. More... | |
VideoFrame * | GetRawVideoFrame (long long frameNumber=-1) |
Returns a specific frame from the video. More... | |
VideoFrame * | GetCurrentFrame (int &w, int &h) |
void | DeLimboFrame (VideoFrame *frame) |
void | ReleaseCurrentFrame (VideoFrame *frame) |
void | DiscardVideoFrame (VideoFrame *buffer) |
Places frame in the available frames queue. More... | |
void | DiscardVideoFrames (bool KeyFrame, bool Flushed) |
Places frames in the available frames queue. More... | |
DecoderBase * | GetDecoder (void) |
Returns the stream decoder currently in use. More... | |
void | SetDisablePassThrough (bool disabled) |
void | ForceSetupAudioStream (void) |
void | ReinitVideo (bool ForceUpdate) |
uint | GetCaptionMode (void) const |
virtual CC708Reader * | GetCC708Reader (uint=0) |
virtual CC608Reader * | GetCC608Reader (uint=0) |
virtual SubtitleReader * | GetSubReader (uint=0) |
virtual TeletextReader * | GetTeletextReader (uint=0) |
void | TracksChanged (uint trackType) |
This tries to re-enable captions/subtitles if the user wants them and one of the captions/subtitles tracks has changed. More... | |
void | EnableSubtitles (bool enable) |
void | EnableForcedSubtitles (bool enable) |
bool | ForcedSubtitlesFavored (void) const |
void | SetAllowForcedSubtitles (bool allow) |
bool | GetAllowForcedSubtitles (void) const |
bool | SetAudioByComponentTag (int tag) |
Selects the audio stream using the DVB component tag. More... | |
bool | SetVideoByComponentTag (int tag) |
Selects the video stream using the DVB component tag. More... | |
bool | SetStream (const QString &) |
long | GetStreamPos () |
long | GetStreamMaxPos () |
long | SetStreamPos (long) |
void | StreamPlay (bool play=true) |
void | CheckTVChain () |
void | FileChangedCallback () |
virtual int | GetNumTitles (void) const |
virtual int | GetCurrentTitle (void) const |
virtual int | GetTitleDuration (int) const |
virtual QString | GetTitleName (int) const |
bool | PosMapFromEnc (uint64_t start, frm_pos_map_t &posMap, frm_pos_map_t &durMap) |
bool | TryLockOSD (void) |
void | LockOSD (void) |
void | UnlockOSD (void) |
void | ToggleNightMode (void) |
bool | CanVisualise (void) |
bool | IsVisualising (void) |
QString | GetVisualiserName (void) |
QStringList | GetVisualiserList (void) |
bool | EnableVisualisation (bool enable, const QString &name=QString("")) |
void | SaveTotalDuration (void) |
void | ResetTotalDuration (void) |
void | SaveTotalFrames (void) |
void | SetErrored (const QString &reason) |
Protected Member Functions | |
void | SetBookmark (bool clear=false) override |
void | ResetPlaying (bool resetframes=true) override |
bool | PrebufferEnoughFrames (int min_buffers=0) override |
void | DecoderPauseCheck (void) override |
bool | DecoderGetFrameFFREW (void) override |
bool | DecoderGetFrameREW (void) override |
void | ChangeSpeed (void) override |
void | AVSync (VideoFrame *frame, bool limit_delay=false) override |
void | DisplayPauseFrame (void) override |
void | PreProcessNormalFrame (void) override |
void | VideoStart (void) override |
bool | VideoLoop (void) override |
void | EventStart (void) override |
virtual void | EventEnd (void) |
void | InitialSeek (void) override |
void | SeekForScreenGrab (uint64_t &number, uint64_t frameNum, bool absolute) override |
void | AutoDeint (VideoFrame *frame, bool allow_lock=true) override |
long long | CalcMaxFFTime (long long ff, bool setjump=true) const override |
CalcMaxFFTime(ffframes): forward ffframes forward. More... | |
bool | FastForward (float seconds) override |
bool | Rewind (float seconds) override |
bool | JumpToFrame (uint64_t frame) override |
void | DisableCaptions (uint mode, bool osd_msg=true) override |
void | EnableCaptions (uint mode, bool osd_msg=true) override |
int | SetTrack (uint type, int trackNo) override |
void | CreateDecoder (char *testbuf, int testreadsize) override |
bool | DoJumpChapter (int chapter) override |
![]() | |
void | OpenDummy (void) |
bool | AddPIPPlayer (MythPlayer *pip, PIPLocation loc) |
bool | RemovePIPPlayer (MythPlayer *pip) |
void | NextScanType (void) |
void | SetScanType (FrameScanType) |
FrameScanType | GetScanType (void) const |
bool | IsScanTypeLocked (void) const |
void | Zoom (ZoomDirection direction) |
void | ToggleMoveBottomLine (void) |
void | SaveBottomLine (void) |
void | FileChanged (void) |
void | EmbedInWidget (QRect rect) |
void | StopEmbedding (void) |
bool | IsEmbedding (void) |
void | WindowResized (const QSize &new_size) |
uint | AdjustVolume (int change) |
uint | SetVolume (int newvolume) |
bool | SetMuted (bool mute) |
MuteState | SetMuteState (MuteState state) |
MuteState | IncrMuteState (void) |
OSD * | GetOSD (void) |
long long | CalcRWTime (long long rw) const |
CalcRWTime(rw): rewind rw frames back. More... | |
virtual void | calcSliderPos (osdInfo &info, bool paddedFields=false) |
uint64_t | TranslatePositionFrameToMs (uint64_t position, bool use_cutlist) const |
uint64_t | TranslatePositionMsToFrame (uint64_t position, bool use_cutlist) const |
uint64_t | TranslatePositionAbsToRel (uint64_t position) const |
uint64_t | TranslatePositionRelToAbs (uint64_t position) const |
float | ComputeSecs (uint64_t position, bool use_cutlist) const |
uint64_t | FindFrame (float offset, bool use_cutlist) const |
void | SetAutoCommercialSkip (CommSkipMode autoskip) |
void | SkipCommercials (int direction) |
void | SetCommBreakMap (frm_dir_map_t &newMap) |
CommSkipMode | GetAutoCommercialSkip (void) |
void | ToggleAspectOverride (AspectOverrideMode aspectMode=kAspect_Toggle) |
void | ToggleAdjustFill (AdjustFillMode adjustfillMode=kAdjustFill_Toggle) |
virtual bool | StartPlaying (void) |
virtual void | EndPlaying (void) |
virtual void | StopPlaying (void) |
bool | PauseDecoder (void) |
void | UnpauseDecoder (void) |
bool | Pause (void) |
bool | Play (float speed=1.0, bool normal=true, bool unpauseaudio=true) |
void | JumpChapter (int chapter) |
void | SetBuffering (bool new_buffering) |
void | RefreshPauseFrame (void) |
void | CheckAspectRatio (VideoFrame *frame) |
virtual void | DisplayNormalFrame (bool check_prebuffer=true) |
virtual void | VideoEnd (void) |
virtual void | DecoderStart (bool start_paused) |
virtual void | DecoderLoop (bool pause) |
virtual void | DecoderEnd (void) |
virtual void | AudioEnd (void) |
virtual void | EventLoop (void) |
bool | ITVHandleAction (const QString &action) |
void | ITVRestart (uint chanid, uint cardid, bool isLiveTV) |
Restart the MHEG/MHP engine. More... | |
bool | EnableEdit (void) |
bool | HandleProgramEditorActions (QStringList &actions) |
bool | GetEditMode (void) const |
void | DisableEdit (int howToSave) |
Leave cutlist edit mode, saving work in 1 of 3 ways. More... | |
bool | IsInDelete (uint64_t frame) |
uint64_t | GetNearestMark (uint64_t frame, bool right) |
bool | IsTemporaryMark (uint64_t frame) |
bool | HasTemporaryMark (void) |
bool | IsCutListSaved (void) |
bool | DeleteMapHasUndo (void) |
bool | DeleteMapHasRedo (void) |
QString | DeleteMapGetUndoMessage (void) |
QString | DeleteMapGetRedoMessage (void) |
void | ReinitOSD (void) |
void | SetOSDMessage (const QString &msg, OSDTimeout timeout) |
void | SetOSDStatus (const QString &title, OSDTimeout timeout) |
void | ResetCaptions (void) |
bool | ToggleCaptions (void) |
bool | ToggleCaptions (uint type) |
bool | HasTextSubtitles (void) |
void | SetCaptionsEnabled (bool, bool osd_msg=true) |
bool | GetCaptionsEnabled (void) |
QStringList | GetTracks (uint type) |
uint | GetTrackCount (uint type) |
int | GetTrack (uint type) |
int | ChangeTrack (uint type, int dir) |
void | ChangeCaptionTrack (int dir) |
bool | HasCaptionTrack (int mode) |
int | NextCaptionTrack (int mode) |
void | DoDisableForcedSubtitles (void) |
void | DoEnableForcedSubtitles (void) |
void | EnableTeletext (int page=0x100) |
void | DisableTeletext (void) |
void | ResetTeletext (void) |
bool | HandleTeletextAction (const QString &action) |
void | SetTeletextPage (uint page) |
Set Teletext NUV Caption page. More... | |
int64_t | AdjustAudioTimecodeOffset (int64_t v, int newsync=-9999) |
int64_t | GetAudioTimecodeOffset (void) const |
FrameScanType | detectInterlace (FrameScanType newScan, FrameScanType scan, float fps, int video_height) |
void | SetPlayingInfo (const ProgramInfo &pginfo) |
void | SetPlaying (bool is_playing) |
void | ResetErrored (void) |
int | GetStatusbarPos (void) const |
void | PauseVideo (void) |
void | UnpauseVideo (void) |
void | PauseBuffer (void) |
void | UnpauseBuffer (void) |
void | SetDecoder (DecoderBase *dec) |
Sets the stream decoder, deleting any existing recorder. More... | |
const DecoderBase * | GetDecoder (void) const |
Returns the stream decoder currently in use. More... | |
bool | DecodeFrame (struct rtframeheader *frameheader, unsigned char *strm, unsigned char *outbuf) |
bool | DecoderGetFrame (DecodeType, bool unsafe=false) |
bool | DoGetFrame (DecodeType DecodeType) |
Get one frame from the decoder. More... | |
bool | UpdateFFRewSkip (void) |
bool | DoFastForward (uint64_t frames, double inaccuracy) |
bool | DoRewind (uint64_t frames, double inaccuracy) |
bool | DoFastForwardSecs (float secs, double inaccuracy, bool use_cutlist) |
bool | DoRewindSecs (float secs, double inaccuracy, bool use_cutlist) |
void | DoJumpToFrame (uint64_t frame, double inaccuracy) |
void | WaitForSeek (uint64_t frame, uint64_t seeksnap_wanted) |
void | ClearAfterSeek (bool clearvideobuffers=true) |
This is to support seeking... More... | |
void | ClearBeforeSeek (uint64_t Frames) |
Discard video frames prior to seeking. More... | |
virtual int64_t | GetChapter (int chapter) |
void | HandleArbSeek (bool right) |
void | WrapTimecode (int64_t &timecode, TCTypes tc_type) |
void | InitAVSync (void) |
void | AVSync2 (VideoFrame *buffer) |
void | ResetAVSync (void) |
int64_t | AVSyncGetAudiotime (void) |
void | SetFrameInterval (FrameScanType scan, double frame_period) |
void | WaitForTime (int64_t framedue) |
void | SwitchToProgram (void) |
void | JumpToProgram (void) |
void | JumpToStream (const QString &) |
Private Member Functions | |
Q_DECLARE_TR_FUNCTIONS (MythDVDPlayer) | |
void | DoChangeDVDTrack (void) |
void | DisplayDVDButton (void) |
void | DisplayLastFrame (void) |
Private Attributes | |
int | m_buttonVersion {0} |
bool | m_dvd_stillframe_showing {false} |
int | m_initial_title {-1} |
int | m_initial_audio_track {-1} |
int | m_initial_subtitle_track {-1} |
QString | m_initial_dvdstate |
MythTimer | m_stillFrameTimer |
int | m_stillFrameLength {0} |
QMutex | m_stillFrameTimerLock |
Definition at line 8 of file mythdvdplayer.h.
|
inlineexplicit |
Definition at line 13 of file mythdvdplayer.h.
|
private |
|
overridevirtual |
buffer | Buffer |
timecode | Timecode |
wrap | Ignored. This function overrides the callers 'wrap' indication and computes its own based on whether or not video is currently playing. |
Reimplemented from MythPlayer.
Definition at line 32 of file mythdvdplayer.cpp.
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 39 of file mythdvdplayer.cpp.
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 327 of file mythdvdplayer.cpp.
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 384 of file mythdvdplayer.cpp.
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 473 of file mythdvdplayer.cpp.
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 491 of file mythdvdplayer.cpp.
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 658 of file mythdvdplayer.cpp.
Referenced by SeekForScreenGrab().
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 675 of file mythdvdplayer.cpp.
Referenced by SeekForScreenGrab().
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 685 of file mythdvdplayer.cpp.
void MythDVDPlayer::ResetStillFrameTimer | ( | void | ) |
Definition at line 726 of file mythdvdplayer.cpp.
void MythDVDPlayer::SetStillFrameTimeout | ( | int | length | ) |
Definition at line 733 of file mythdvdplayer.cpp.
Referenced by DVDRingBuffer::safe_read(), and DVDRingBuffer::SkipStillFrame().
void MythDVDPlayer::StillFrameCheck | ( | void | ) |
Definition at line 744 of file mythdvdplayer.cpp.
Referenced by DecoderPauseCheck(), and VideoLoop().
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 690 of file mythdvdplayer.cpp.
Referenced by GetAngleName(), and SwitchAngle().
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 697 of file mythdvdplayer.cpp.
Referenced by SwitchAngle().
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 704 of file mythdvdplayer.cpp.
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 714 of file mythdvdplayer.cpp.
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 538 of file mythdvdplayer.cpp.
Referenced by DoJumpChapter().
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 545 of file mythdvdplayer.cpp.
Referenced by DoJumpChapter().
|
overridevirtual |
Reimplemented from MythPlayer.
Definition at line 552 of file mythdvdplayer.cpp.
Reimplemented from MythPlayer.
Definition at line 336 of file mythdvdplayer.cpp.
Reimplemented from MythPlayer.
Definition at line 316 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 87 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 81 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 92 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 104 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 432 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 460 of file mythdvdplayer.cpp.
Referenced by DisplayLastFrame().
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 70 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 111 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 116 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 124 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 267 of file mythdvdplayer.cpp.
|
protectedvirtual |
Definition at line 321 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 289 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 505 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 11 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
CalcMaxFFTime(ffframes): forward ffframes forward.
Handle liveTV transitions if necessay
Reimplemented from MythPlayer.
Definition at line 465 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 243 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 250 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 257 of file mythdvdplayer.cpp.
Reimplemented from MythPlayer.
Definition at line 47 of file mythdvdplayer.cpp.
Reimplemented from MythPlayer.
Definition at line 54 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 527 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 765 of file mythdvdplayer.cpp.
|
overrideprotectedvirtual |
Reimplemented from MythPlayer.
Definition at line 559 of file mythdvdplayer.cpp.
|
private |
|
private |
Definition at line 597 of file mythdvdplayer.cpp.
Referenced by DisplayLastFrame(), DisplayPauseFrame(), and PreProcessNormalFrame().
|
private |
Definition at line 232 of file mythdvdplayer.cpp.
|
private |
Definition at line 112 of file mythdvdplayer.h.
Referenced by DisplayDVDButton().
Definition at line 113 of file mythdvdplayer.h.
Referenced by VideoLoop().
|
private |
Definition at line 116 of file mythdvdplayer.h.
Referenced by GetBookmark(), and InitialSeek().
|
private |
Definition at line 117 of file mythdvdplayer.h.
Referenced by GetBookmark(), and InitialSeek().
|
private |
Definition at line 118 of file mythdvdplayer.h.
Referenced by GetBookmark(), and InitialSeek().
|
private |
Definition at line 119 of file mythdvdplayer.h.
Referenced by GetBookmark(), and VideoStart().
|
private |
Definition at line 122 of file mythdvdplayer.h.
Referenced by ChangeSpeed(), GetSecondsPlayed(), ResetStillFrameTimer(), SetStillFrameTimeout(), and StillFrameCheck().
|
private |
Definition at line 123 of file mythdvdplayer.h.
Referenced by ChangeSpeed(), GetSecondsPlayed(), GetTotalSeconds(), IsInStillFrame(), SetStillFrameTimeout(), and StillFrameCheck().
|
private |
Definition at line 124 of file mythdvdplayer.h.
Referenced by ChangeSpeed(), ResetStillFrameTimer(), SetStillFrameTimeout(), and StillFrameCheck().