Class 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 Summary

      Fields 
      Modifier and Type Field Description
      static long Failed  
      static long Rendering  
      static long Unknown  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait