Contents

isReadyForMoreMediaData

A Boolean value that indicates the readiness of the decoder to accept more sample buffers.

Declaration

var isReadyForMoreMediaData: Bool { get }

Discussion

Video decoders which operate asynchronously often have a fixed capacity for buffers in flight in the decoder. This property allows the decoder to signal to Video Toolbox that its internal buffers are full and it can’t accept more samples. The decoder needs to use MEVideoDecoderReadyForMoreMediaDataDidChangeNotification to notify Video Toolbox when this property changes.

See Also

Inspecting a video decoder