Type Property 型プロパティ

AVSampleBufferAudioRendererWasFlushedAutomatically

A notification the system posts when a renderer flushes its enqueued media data without an explicit request to do so.

Declaration 宣言

static let AVSampleBufferAudioRendererWasFlushedAutomatically: NSNotification.Name

Discussion 議論

A renderer may flush enqueued media data when the user routes playback to a new destination, or when you change the playback rate of the attached AVSampleBufferRenderSynchronizer. No flush occurs for normal pauses and resumes.

See Also 参照

AVFoundation