AVSampleBufferAudioRendererFlushTimeKey

Static AVSampleBufferAudioRendererFlushTimeKey 

Source
pub unsafe static AVSampleBufferAudioRendererFlushTimeKey: &'static NSString
Available on crate feature AVSampleBufferAudioRenderer only.
Expand description

The presentation timestamp of the first enqueued sample that was flushed.

The value of this key is an NSValue wrapping a CMTime.

See also Apple’s documentation