|
Mac OS 9
|
QuickTime Interfaces. More...
Go to the source code of this file.
Data Structures | |
| struct | QTSSampleDescription |
| struct | QTSMediaPresentationParams |
| struct | QTSMediaNotificationParams |
| struct | QTSMediaIndSampleDescriptionParams |
Typedefs | |
| typedef struct QTSSampleDescription | QTSSampleDescription |
| typedef QTSSampleDescription * | QTSSampleDescriptionPtr |
| typedef QTSSampleDescriptionPtr * | QTSSampleDescriptionHandle |
| typedef struct QTSMediaPresentationParams | QTSMediaPresentationParams |
| typedef struct QTSMediaNotificationParams | QTSMediaNotificationParams |
| typedef struct QTSMediaIndSampleDescriptionParams | QTSMediaIndSampleDescriptionParams |
Enumerations | |
| enum | { kQTSStreamMediaType = FOUR_CHAR_CODE('strm') } |
| enum | { kQTSSampleDescriptionVersion1 = 1L } |
| enum | { kQTSDefaultMediaTimeScale = 600L } |
| enum | { kQTSSampleDescPassSampleDataAsHandleFlag = 0x00000001 } |
| enum | { kQTSMediaPresentationInfo , kQTSMediaNotificationInfo , kQTSMediaTotalDataRateInfo = FOUR_CHAR_CODE('dtrt') , kQTSMediaLostPercentInfo = FOUR_CHAR_CODE('lspc') , kQTSMediaNumStreamsInfo = FOUR_CHAR_CODE('nstr') , kQTSMediaIndSampleDescriptionInfo } |
| enum | { kQTSMediaSetInfoSelect = 0x0100 , kQTSMediaGetInfoSelect = 0x0101 , kQTSMediaSetIndStreamInfoSelect = 0x0102 , kQTSMediaGetIndStreamInfoSelect = 0x0103 } |
| enum | { kQTSHintMediaType = FOUR_CHAR_CODE('hint') } |
| enum | { kQTSHintTrackReference = FOUR_CHAR_CODE('hint') } |
| enum | { uppQTSMediaSetInfoProcInfo = 0x00000FF0 , uppQTSMediaGetInfoProcInfo = 0x00000FF0 , uppQTSMediaSetIndStreamInfoProcInfo = 0x00003FF0 , uppQTSMediaGetIndStreamInfoProcInfo = 0x00003FF0 } |
Functions | |
| ComponentResult | QTSMediaSetInfo (MediaHandler mh, OSType inSelector, void *ioParams) |
| ComponentResult | QTSMediaGetInfo (MediaHandler mh, OSType inSelector, void *ioParams) |
| ComponentResult | QTSMediaSetIndStreamInfo (MediaHandler mh, SInt32 inIndex, OSType inSelector, void *ioParams) |
| ComponentResult | QTSMediaGetIndStreamInfo (MediaHandler mh, SInt32 inIndex, OSType inSelector, void *ioParams) |
QuickTime Interfaces.
Version: Universal Interfaces 3.4.1
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/
| anonymous enum |
sample description flags
| anonymous enum |
============================================================================
all indexes start at 1
| anonymous enum |
| anonymous enum |
MixedMode ProcInfo constants for component calls
| ComponentResult QTSMediaGetIndStreamInfo | ( | MediaHandler | mh, |
| SInt32 | inIndex, | ||
| OSType | inSelector, | ||
| void * | ioParams | ||
| ) |
| ComponentResult QTSMediaGetInfo | ( | MediaHandler | mh, |
| OSType | inSelector, | ||
| void * | ioParams | ||
| ) |
| ComponentResult QTSMediaSetIndStreamInfo | ( | MediaHandler | mh, |
| SInt32 | inIndex, | ||
| OSType | inSelector, | ||
| void * | ioParams | ||
| ) |
| ComponentResult QTSMediaSetInfo | ( | MediaHandler | mh, |
| OSType | inSelector, | ||
| void * | ioParams | ||
| ) |