Typedefs |
| typedef enum PIPState | PIPState |
| typedef enum PIPLocation | PIPLocation |
| typedef enum ZoomDirection | ZoomDirection |
| typedef enum AspectOverrideMode | AspectOverrideMode |
| typedef enum AdjustFillMode | AdjustFillMode |
| typedef enum LetterBoxColour | LetterBoxColour |
| typedef enum FrameScanType | FrameScanType |
| typedef enum PictureAttribute | PictureAttribute |
typedef enum
PictureAttributeSupported | PictureAttributeSupported |
| typedef enum StereoscopicMode | StereoscopicMode |
| typedef enum VideoErrorState | VideoErrorState |
Enumerations |
| enum | PIPState {
kPIPOff = 0,
kPIPonTV,
kPIPStandAlone,
kPBPLeft,
kPBPRight
} |
| enum | PIPLocation {
kPIPTopLeft = 0,
kPIPBottomLeft,
kPIPTopRight,
kPIPBottomRight,
kPIP_END
} |
| enum | ZoomDirection {
kZoomHome = 0,
kZoomIn,
kZoomOut,
kZoomUp,
kZoomDown,
kZoomLeft,
kZoomRight,
kZoomAspectUp,
kZoomAspectDown
} |
| 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 = 1,
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
} |
Functions |
| QString | StereoscopictoString (StereoscopicMode mode) |
| bool | is_interlaced (FrameScanType scan) |
| bool | is_progressive (FrameScanType scan) |
| QString | toString (FrameScanType scan, bool brief=false) |
| QString | toString (PIPLocation location) |
| QString | toString (AspectOverrideMode aspectmode) |
| QString | toString (LetterBoxColour letterboxcolour) |
| QString | toXString (LetterBoxColour letterboxcolour) |
| float | get_aspect_override (AspectOverrideMode aspectmode, float orig) |
| QString | toString (AdjustFillMode aspectmode) |
| QString | toString (PictureAttribute pictureattribute) |
| QString | toDBString (PictureAttribute pictureattribute) |
| QString | toXVString (PictureAttribute pictureattribute) |
| QString | toString (PictureAttributeSupported supported) |
| PictureAttributeSupported | toMask (PictureAttribute pictureattribute) |
| PictureAttribute | next (PictureAttributeSupported supported, PictureAttribute attribute) |