Contents

kCMSampleBufferAttachmentKey_TrimDurationAtEnd

The duration that should be removed at the end of the sample buffer, after decoding.

Declaration

let kCMSampleBufferAttachmentKey_TrimDurationAtEnd: CFString

Discussion

If this attachment is not present, the trim duration is zero (nothing removed). This is a CMTime in Core Foundation dictionary format as made by CMTimeCopyAsDictionary(_:allocator:); use CMTimeMakeFromDictionary(_:) to convert to CMTime.

See Also

Sample Buffer Keys