Contents

kAudioFilePropertyMarkerList

A list of audio file markers defined in the file.

Declaration

var kAudioFilePropertyMarkerList: AudioFilePropertyID { get }

Discussion

A list of CFString objects representing audio file markers defined in the file.

If you access this property, your app is responsible for releasing the CFString objects.

Use the NumBytesToNumAudioFileMarkers and NumAudioFileMarkersToNumBytes functions to convert between audio file markers and the equivalent number of bytes.

See Also

Constants