Type Property 型プロパティ

AVSampleBufferDisplayLayerFailedToDecode

A notification the system posts when a sample buffer display layer fails to decode.

Declaration 宣言

static let AVSampleBufferDisplayLayerFailedToDecode: NSNotification.Name

Discussion 議論

You can retrieve the error object from the user information dictionary by querying it for its AVSampleBufferDisplayLayerFailedToDecodeNotificationErrorKey value.

See Also 参照

AVFoundation