isReadyForMoreMediaData
Indicates the readiness of the processor to accept more sample buffers.
Declaration
var isReadyForMoreMediaData: Bool { get }Discussion
An MERAWProcessor operates asynchronously and often has a fixed capacity for buffers in flight in the processor. This property allows the processor to signal to Video Toolbox that its internal buffers are full and cannot accept more samples. The processor must use MERAWProcessorReadyForMoreMediaDataDidChangeNotification to notify Video Toolbox when this property changes.