Package apple.avfoundation.enums
Class AVQueuedSampleBufferRenderingStatus
- java.lang.Object
-
- apple.avfoundation.enums.AVQueuedSampleBufferRenderingStatus
-
public final class AVQueuedSampleBufferRenderingStatus extends java.lang.Object[@enum] AVQueuedSampleBufferRenderingStatus 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.
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Rendering
public static final long Rendering
- See Also:
- Constant Field Values
-
Failed
public static final long Failed
- See Also:
- Constant Field Values
-
-