Contents

kCMSampleBufferConduitNotificationParameter_ResumeTag

Specifies a tag to be attached to the first sample buffer following a discontinuity (type CFNumber).

Declaration

let kCMSampleBufferConduitNotificationParameter_ResumeTag: CFString

Discussion

A conduit of sample buffers posts the kCMSampleBufferConduitNotification_InhibitOutputUntil notification when a discontinuity in decoding occurs. The value for this key will be attached to the first sample buffer following the discontinuity using the kCMSampleBufferAttachmentKey_ResumeOutput attachment, indicating that clients should resume output.

See Also

Sample Buffer Conduit Notifications