#include <QString>
#include <QObject>
#include <QSize>
Go to the source code of this file.
|
enum | PIPState {
kPIPOff = 0,
kPIPonTV,
kPIPStandAlone,
kPBPLeft,
kPBPRight
} |
|
enum | PIPLocation {
kPIPTopLeft = 0,
kPIPBottomLeft,
kPIPTopRight,
kPIPBottomRight,
kPIP_END
} |
|
enum | ZoomDirection {
kZoomHome = 0,
kZoomIn,
kZoomOut,
kZoomVerticalIn,
kZoomVerticalOut,
kZoomHorizontalIn,
kZoomHorizontalOut,
kZoomUp,
kZoomDown,
kZoomLeft,
kZoomRight,
kZoomAspectUp,
kZoomAspectDown,
kZoom_END
} |
|
enum | AspectOverrideMode {
kAspect_Toggle = -1,
kAspect_Off = 0,
kAspect_4_3,
kAspect_16_9,
kAspect_14_9,
kAspect_2_35_1,
kAspect_END
} |
|
enum | AdjustFillMode {
kAdjustFill_Toggle = -1,
kAdjustFill_Off = 0,
kAdjustFill_Half,
kAdjustFill_Full,
kAdjustFill_HorizontalStretch,
kAdjustFill_VerticalStretch,
kAdjustFill_HorizontalFill,
kAdjustFill_VerticalFill,
kAdjustFill_END,
kAdjustFill_AutoDetect_DefaultOff,
kAdjustFill_AutoDetect_DefaultHalf
} |
|
enum | LetterBoxColour { kLetterBoxColour_Toggle = -1,
kLetterBoxColour_Black = 0,
kLetterBoxColour_Gray25,
kLetterBoxColour_END
} |
|
enum | FrameScanType {
kScan_Ignore = -1,
kScan_Detect = 0,
kScan_Interlaced = 1,
kScan_Intr2ndField = 2,
kScan_Progressive = 3
} |
|
enum | PictureAttribute {
kPictureAttribute_None = 0,
kPictureAttribute_MIN = 0,
kPictureAttribute_Brightness = 1,
kPictureAttribute_Contrast,
kPictureAttribute_Colour,
kPictureAttribute_Hue,
kPictureAttribute_StudioLevels,
kPictureAttribute_Volume,
kPictureAttribute_MAX
} |
|
enum | PictureAttributeSupported {
kPictureAttributeSupported_None = 0x00,
kPictureAttributeSupported_Brightness = 0x01,
kPictureAttributeSupported_Contrast = 0x02,
kPictureAttributeSupported_Colour = 0x04,
kPictureAttributeSupported_Hue = 0x08,
kPictureAttributeSupported_StudioLevels = 0x10,
kPictureAttributeSupported_Volume = 0x20
} |
|
enum | StereoscopicMode {
kStereoscopicModeNone,
kStereoscopicModeSideBySide,
kStereoscopicModeSideBySideDiscard,
kStereoscopicModeTopAndBottom,
kStereoscopicModeTopAndBottomDiscard
} |
|
enum | VideoErrorState { kError_None = 0x00,
kError_Unknown = 0x01,
kError_Decode = 0x02,
kError_Switch_Renderer = 0x04
} |
|
◆ PIPState
◆ PIPLocation
◆ ZoomDirection
◆ AspectOverrideMode
◆ AdjustFillMode
◆ LetterBoxColour
◆ FrameScanType
◆ PictureAttribute
◆ PictureAttributeSupported
◆ StereoscopicMode
◆ VideoErrorState
◆ PIPState
Enumerator |
---|
kPIPOff | |
kPIPonTV | |
kPIPStandAlone | |
kPBPLeft | |
kPBPRight | |
Definition at line 10 of file videoouttypes.h.
◆ PIPLocation
Enumerator |
---|
kPIPTopLeft | |
kPIPBottomLeft | |
kPIPTopRight | |
kPIPBottomRight | |
kPIP_END | |
Definition at line 19 of file videoouttypes.h.
◆ ZoomDirection
Enumerator |
---|
kZoomHome | |
kZoomIn | |
kZoomOut | |
kZoomVerticalIn | |
kZoomVerticalOut | |
kZoomHorizontalIn | |
kZoomHorizontalOut | |
kZoomUp | |
kZoomDown | |
kZoomLeft | |
kZoomRight | |
kZoomAspectUp | |
kZoomAspectDown | |
kZoom_END | |
Definition at line 28 of file videoouttypes.h.
◆ AspectOverrideMode
Enumerator |
---|
kAspect_Toggle | |
kAspect_Off | |
kAspect_4_3 | |
kAspect_16_9 | |
kAspect_14_9 | |
kAspect_2_35_1 | |
kAspect_END | |
Definition at line 46 of file videoouttypes.h.
◆ AdjustFillMode
Enumerator |
---|
kAdjustFill_Toggle | |
kAdjustFill_Off | |
kAdjustFill_Half | |
kAdjustFill_Full | |
kAdjustFill_HorizontalStretch | |
kAdjustFill_VerticalStretch | |
kAdjustFill_HorizontalFill | |
kAdjustFill_VerticalFill | |
kAdjustFill_END | |
kAdjustFill_AutoDetect_DefaultOff | |
kAdjustFill_AutoDetect_DefaultHalf | |
Definition at line 57 of file videoouttypes.h.
◆ LetterBoxColour
Enumerator |
---|
kLetterBoxColour_Toggle | |
kLetterBoxColour_Black | |
kLetterBoxColour_Gray25 | |
kLetterBoxColour_END | |
Definition at line 72 of file videoouttypes.h.
◆ FrameScanType
Enumerator |
---|
kScan_Ignore | |
kScan_Detect | |
kScan_Interlaced | |
kScan_Intr2ndField | |
kScan_Progressive | |
Definition at line 80 of file videoouttypes.h.
◆ PictureAttribute
Enumerator |
---|
kPictureAttribute_None | |
kPictureAttribute_MIN | |
kPictureAttribute_Brightness | |
kPictureAttribute_Contrast | |
kPictureAttribute_Colour | |
kPictureAttribute_Hue | |
kPictureAttribute_StudioLevels | |
kPictureAttribute_Volume | |
kPictureAttribute_MAX | |
Definition at line 89 of file videoouttypes.h.
◆ PictureAttributeSupported
Enumerator |
---|
kPictureAttributeSupported_None | |
kPictureAttributeSupported_Brightness | |
kPictureAttributeSupported_Contrast | |
kPictureAttributeSupported_Colour | |
kPictureAttributeSupported_Hue | |
kPictureAttributeSupported_StudioLevels | |
kPictureAttributeSupported_Volume | |
Definition at line 102 of file videoouttypes.h.
◆ StereoscopicMode
Enumerator |
---|
kStereoscopicModeNone | |
kStereoscopicModeSideBySide | |
kStereoscopicModeSideBySideDiscard | |
kStereoscopicModeTopAndBottom | |
kStereoscopicModeTopAndBottomDiscard | |
Definition at line 113 of file videoouttypes.h.
◆ VideoErrorState
Enumerator |
---|
kError_None | |
kError_Unknown | |
kError_Decode | |
kError_Switch_Renderer | |
Definition at line 140 of file videoouttypes.h.
◆ StereoscopictoString()
◆ is_interlaced()
◆ is_progressive()
◆ toString() [1/7]
◆ toString() [2/7]
◆ toString() [3/7]
◆ toString() [4/7]
◆ toXString()
◆ get_aspect_override()
◆ toString() [5/7]
◆ toString() [6/7]
◆ toDBString()
◆ toXVString()
◆ toString() [7/7]
◆ toMask()
◆ next()
Definition at line 407 of file videoouttypes.h.
Referenced by UPNPScanner::BrowseNextContainer(), CHECK(), DeleteMap::Delete(), FIFOWriter::FIFOWrite(), FIFOWriter::FIFOWriteThread(), filter_line_c(), UPNPScanner::FindItems(), UPNPScanner::FindResult(), MythPopupBox::focusNextPrevChild(), mythburn::generateProjectXCutlist(), mythburn::getFileInformation(), APHTTPRequest::GetLine(), TVRec::HandlePendingRecordings(), lirc_iscode(), merge_overlapping(), FlatView::Next(), MSqlQuery::next(), MythBDPlayer::NextAngle(), VolumeBase::NextMuteState(), TV::NextPictureAdjustType(), MythBDPlayer::NextTitle(), SCTENetworkInformationTable::Parse(), ShortVirtualChannelTable::Parse(), HttpStatus::PrintMachineInfo(), MythRAOPConnection::ProcessSync(), pxsubtitle(), PaneATSC::ResetTransportRange(), MythSystemLegacyIOHandler::run(), MythSystemLegacyManager::run(), mythburn::runMythtranscode(), CommBreakMap::SetAutoCommercialSkip(), AvFormatDecoder::SetupAudioStreamSubIndexes(), TV::ShowOSDAskAllow(), GallerySlideView::SlideAvailable(), sub_read_line_microdvd(), sub_read_line_mpl2(), sub_read_line_rt(), sub_read_line_subrip09(), sub_read_line_vplayer(), DisplayRes::SwitchToGUI(), and DisplayRes::SwitchToVideo().