public final class AVQueuedSampleBufferRenderingStatus
extends java.lang.Object
These constants are the possible status values for queued sample buffer renderers. [@constant] AVQueuedSampleBufferRenderingStatusUnknown Indicates that the receiver is in a fresh state without any sample buffers enqueued on it. [@constant] AVQueuedSampleBufferRenderingStatusRendering Indicates at least one sample buffer has been enqueued on the receiver. [@constant] AVQueuedSampleBufferRenderingStatusFailed Indicates that the receiver cannot currently enqueue or render sample buffers because of an error.
public static final long Unknown
public static final long Rendering
public static final long Failed