|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: User-Space Device Access Disc Recording Framework Reference
|
DRTrack(PropertyConvenience) |
This category on DRTrack defines methods that make setting and retrieving the various DRTrack properties easier.
Returns the length of the track data.
Returns the length of the pre gap.
Sets the length of the pre gap.
length |
Returns the length of the track data.
- (DRMSF*) length;
A DRMSF representing the length of the track.
The length returned does not include the length of the pregap. Only the length of the track data itself is returned.
preGap |
Returns the length of the pre gap.
- (DRMSF*) preGap;
A DRMSF representing the length of the pre gap.
This is a simple wrapper to obtain the DRPreGapLengthKey . If the DRPreGapLengthKey property has not been set for the track this method will return a zero-length DRMSF object (0m:0s:0f).
setPreGap: |
Sets the length of the pre gap.
preGapthe pre gap length.
This is a simple wrapper to set the DRPreGapLengthKey.
Last Updated: 2009-08-12