Definition at line 18792 of file AAF.idl.
Public Member Functions | |
| HRESULT | SegmentOffsetToTC ([in] aafPosition_t *pOffset,[out] aafTimecode_t *pTimecode) |
| Converts the given Segment offset to timecode. | |
| HRESULT | SegmentTCToOffset ([in] aafTimecode_t *pTimecode,[in] aafRational_t *pEditRate,[out] aafFrameOffset_t *pOffset) |
| Converts the given Timecode to an Offset. | |
|
||||||||||||
|
Converts the given Segment offset to timecode. Succeeds if all of the following are true:
If this method fails the value of pTimecode is left unchanged. This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below: AAFRESULT_SUCCESS
AAFRESULT_NULL_PARAM
AAFRESULT_TIMECODE_NOT_FOUND
|
|
||||||||||||||||
|
Converts the given Timecode to an Offset. Succeeds if all of the following are true:
If this method fails the value of pOffset is left unchanged. This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below: AAFRESULT_SUCCESS
AAFRESULT_NULL_PARAM
AAFRESULT_TIMECODE_NOT_FOUND
|
1.4.1