Go to the source code of this file.
| enum PIPLocation |
Definition at line 10 of file videoouttypes.h.
| enum ZoomDirection |
| kZoomHome | |
| kZoomIn | |
| kZoomOut | |
| kZoomUp | |
| kZoomDown | |
| kZoomLeft | |
| kZoomRight | |
| kZoomAspectUp | |
| kZoomAspectDown |
Definition at line 19 of file videoouttypes.h.
| enum AspectOverrideMode |
Definition at line 32 of file videoouttypes.h.
| enum AdjustFillMode |
| kAdjustFill_Toggle | |
| kAdjustFill_Off | |
| kAdjustFill_Half | |
| kAdjustFill_Full | |
| kAdjustFill_Stretch | |
| kAdjustFill_END |
Definition at line 42 of file videoouttypes.h.
| enum LetterBoxColour |
| kLetterBoxColour_Toggle | |
| kLetterBoxColour_Black | |
| kLetterBoxColour_Gray25 | |
| kLetterBoxColour_END |
Definition at line 52 of file videoouttypes.h.
| enum FrameScanType |
Definition at line 60 of file videoouttypes.h.
| enum PictureAttribute |
| kPictureAttribute_None | |
| kPictureAttribute_MIN | |
| kPictureAttribute_Brightness | |
| kPictureAttribute_Contrast | |
| kPictureAttribute_Colour | |
| kPictureAttribute_Hue | |
| kPictureAttribute_Volume | |
| kPictureAttribute_MAX |
Definition at line 69 of file videoouttypes.h.
Definition at line 81 of file videoouttypes.h.
| bool is_interlaced | ( | FrameScanType | scan | ) | [inline] |
Definition at line 91 of file videoouttypes.h.
Referenced by TV::PlayMesg(), and NuppelVideoPlayer::SetScanType().
| bool is_progressive | ( | FrameScanType | scan | ) | [inline] |
| QString toString | ( | FrameScanType | scan, | |
| bool | brief = false | |||
| ) | [inline] |
Definition at line 101 of file videoouttypes.h.
| QString toString | ( | PIPLocation | location | ) | [inline] |
Definition at line 130 of file videoouttypes.h.
| QString toString | ( | AspectOverrideMode | aspectmode | ) | [inline] |
Definition at line 144 of file videoouttypes.h.
| QString toString | ( | LetterBoxColour | letterboxcolour | ) | [inline] |
Definition at line 159 of file videoouttypes.h.
| QString toXString | ( | LetterBoxColour | letterboxcolour | ) | [inline] |
| float get_aspect_override | ( | AspectOverrideMode | aspectmode, | |
| float | orig | |||
| ) | [inline] |
| QString toString | ( | AdjustFillMode | aspectmode | ) | [inline] |
Definition at line 200 of file videoouttypes.h.
| QString toString | ( | PictureAttribute | pictureattribute | ) | [inline] |
Definition at line 215 of file videoouttypes.h.
| QString toDBString | ( | PictureAttribute | pictureattribute | ) | [inline] |
Definition at line 237 of file videoouttypes.h.
Referenced by Channel::ChangePictureAttribute(), and Channel::GetPictureAttribute().
| QString toXVString | ( | PictureAttribute | pictureattribute | ) | [inline] |
Definition at line 261 of file videoouttypes.h.
Referenced by VideoOutputXv::InitPictureAttributes(), and VideoOutputXv::SetPictureAttribute().
| QString toString | ( | PictureAttributeSupported | supported | ) | [inline] |
Definition at line 285 of file videoouttypes.h.
| PictureAttributeSupported toMask | ( | PictureAttribute | pictureattribute | ) | [inline] |
Definition at line 303 of file videoouttypes.h.
Referenced by TV::BuildOSDTreeMenu(), VideoOutputXv::InitPictureAttributes(), next(), and VideoOutputXv::SetPictureAttribute().
| PictureAttribute next | ( | PictureAttributeSupported | supported, | |
| PictureAttribute | attribute | |||
| ) | [inline] |
Definition at line 324 of file videoouttypes.h.
1.5.5