Namespaces | |
namespace | cinder |
namespace | cinder::qtime |
Functions | |
EXTERN_API_C (OSStatus) QTPixelBufferContextCreate(CFAllocatorRef | |
::Movie | cinder::qtime::openMovieFromUrl (const Url &url) |
::Movie | cinder::qtime::openMovieFromPath (const std::string &path) |
int32_t | cinder::qtime::getQuickTimeVersion () |
Returns 0 if QuickTime is not available, otherwise an integer encoding of the QuickTime version. QuickTime 6.4 returns 0x06408000 , (0x00008000 suffix denotes a shipping release of QuickTime). | |
std::string | cinder::qtime::getQuickTimeVersionString () |
Returns an empty string if QuickTime is not available, otherwise a human readable string of the QuickTime version. QuickTime 6.4 returns "6.4" . | |
void | cinder::qtime::quickTimeTask () |
Gives QuickTime an opportunity to update all playing movies by calling MoviesTask . Generally only necessary when playing audio-only movies on Windows. | |
Variables | |
CFDictionaryRef |
EXTERN_API_C | ( | OSStatus | ) |