pub unsafe static kCMSampleBufferAttachmentKey_SampleReferenceURL: &'static CFStringAvailable on crate feature
CMSampleBuffer only.Expand description
Indicates the URL where the sample data is.
This key is only used for CMSampleBuffers representing sample references. Such CMSampleBuffers:
- have dataBuffer == NULL and imageBuffer == NULL
- have dataReady == true and no makeDataReadyCallback
- have a non-NULL formatDescription
- have numSamples > 0
- have numSampleTimingEntries > 0 and numSampleSizeEntries > 0
See also Appleās documentation