|
MythTV
0.26-pre
|
This view subclass implements embedded display in the main window. More...
Public Member Functions | |
| VoqvEmbedded (QuartzData *pData, int x, int y, int w, int h) | |
| ~VoqvEmbedded () | |
Protected Member Functions | |
| bool | BeginPort (void) |
| bool | Begin (void) |
| Set up the port and the QuickTime decompressor. | |
| void | EndPort (void) |
This view subclass implements embedded display in the main window.
Definition at line 566 of file videoout_quartz.cpp.
| VoqvEmbedded::VoqvEmbedded | ( | QuartzData * | pData, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) | [inline] |
Definition at line 569 of file videoout_quartz.cpp.
| VoqvEmbedded::~VoqvEmbedded | ( | ) | [inline] |
Definition at line 576 of file videoout_quartz.cpp.
| bool VoqvEmbedded::BeginPort | ( | void | ) | [inline, protected, virtual] |
Implements VideoOutputQuartzView.
Definition at line 583 of file videoout_quartz.cpp.
| bool VoqvEmbedded::Begin | ( | void | ) | [inline, protected, virtual] |
Set up the port and the QuickTime decompressor.
We assume that the parent has set up the pixel storage.
Reimplemented from VideoOutputQuartzView.
Definition at line 605 of file videoout_quartz.cpp.
| void VoqvEmbedded::EndPort | ( | void | ) | [inline, protected, virtual] |
Implements VideoOutputQuartzView.
Definition at line 636 of file videoout_quartz.cpp.
Referenced by ~VoqvEmbedded().
1.7.6.1