MythTV master
tvplaybackstate.cpp
Go to the documentation of this file.
1// MythTV
2#include "tvplaybackstate.h"
3
19{
20 m_overlayState = OverlayState;
21}
22
24{
25 m_audioPlayerState = AudioPlayerState;
26}
27
29{
30 m_audioState = AudioState;
31}
32
34{
35 m_captionsState = CaptionsState;
36}
37
39{
40 m_videoBoundsState = VideoBoundsState;
41}
42
44{
45 m_videoColourState = ColourState;
46}
47
49{
50 m_visualiserState = VisualiserState;
51}
52
54{
55 m_editorState = EditorState;
56}
A simple wrapper around audio state used to signal changes in the current state.
A simpler than simple wrapper around OSD state.
MythAudioState m_audioState
void AudioPlayerStateChanged(const MythAudioPlayerState &AudioPlayerState)
MythAudioPlayerState m_audioPlayerState
void CaptionsStateChanged(MythCaptionsState CaptionsState)
void OverlayStateChanged(MythOverlayState OverlayState)
MythOverlayState m_overlayState
MythCaptionsState m_captionsState
void EditorStateChanged(const MythEditorState &EditorState)
MythVisualiserState m_visualiserState
void AudioStateChanged(const MythAudioState &AudioState)
void VideoBoundsStateChanged(const MythVideoBoundsState &VideoBoundsState)
MythVideoColourState m_videoColourState
void VisualiserStateChanged(const MythVisualiserState &VisualiserState)
MythVideoBoundsState m_videoBoundsState
MythEditorState m_editorState
void VideoColourStateChanged(const MythVideoColourState &ColourState)