Schnittstelle State


public interface State
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the NULL state or initial state of an element.
    static final int
    the element is PAUSED, it is ready to accept and
    process data.
    static final int
    the element is PLAYING, the #GstClock is running and
    the data is flowing.
    static final int
    the element is ready to go to PAUSED.
    static final int
    no pending state.
  • Felddetails

    • VOID_PENDING

      static final int VOID_PENDING
      no pending state.
      Siehe auch:
    • NULL

      static final int NULL
      the NULL state or initial state of an element.
      Siehe auch:
    • READY

      static final int READY
      the element is ready to go to PAUSED.
      Siehe auch:
    • PAUSED

      static final int PAUSED
      the element is PAUSED, it is ready to accept and
      process data. Sink elements however only accept one
      buffer and then block.
      Siehe auch:
    • PLAYING

      static final int PLAYING
      the element is PLAYING, the #GstClock is running and
      the data is flowing.
      Siehe auch: