Contents

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