Go to the source code of this file.
Classes | |
| class | VideoOutputQuartzView |
| An abstract class for implementing QuickTime output viewports. More... | |
| class | QuartzData |
| class | VoqvMainWindow |
| This view subclass implements full-size video display in the main window. More... | |
| class | VoqvEmbedded |
| This view subclass implements embedded display in the main window. More... | |
| class | VoqvFullscreen |
| This view subclass implements fullscreen video display. More... | |
| class | VoqvDock |
| This view subclass implements drawing to the dock tile. More... | |
| class | VoqvFloater |
| This view subclass implements drawing to a floating translucent window. More... | |
| class | VoqvDesktop |
| This view subclass implements drawing to the desktop. More... | |
Functions | |
| OSStatus | VoqvFloater_Callback (EventHandlerCallRef inHandlerCallRef, EventRef inEvent, void *inUserData) |
| static QString | toCommaList (const QStringList &list) |
Variables | |
| const int | kNumBuffers = 31 |
| const int | kNeedFreeFrames = 1 |
| const int | kPrebufferFramesNormal = 12 |
| const int | kPrebufferFramesSmall = 4 |
| const int | kKeepPrebuffer = 2 |
| OSStatus VoqvFloater_Callback | ( | EventHandlerCallRef | inHandlerCallRef, | |
| EventRef | inEvent, | |||
| void * | inUserData | |||
| ) |
| static QString toCommaList | ( | const QStringList & | list | ) | [static] |
Definition at line 1410 of file videoout_quartz.cpp.
| const int kNumBuffers = 31 |
Definition at line 31 of file videoout_quartz.cpp.
| const int kNeedFreeFrames = 1 |
Definition at line 32 of file videoout_quartz.cpp.
| const int kPrebufferFramesNormal = 12 |
Definition at line 33 of file videoout_quartz.cpp.
| const int kPrebufferFramesSmall = 4 |
Definition at line 34 of file videoout_quartz.cpp.
| const int kKeepPrebuffer = 2 |
Definition at line 35 of file videoout_quartz.cpp.
1.5.5