Schnittstelle StateChangeReturn


public interface StateChangeReturn
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the state change will happen asynchronously
    static final int
    the state change failed
    static final int
    the state change succeeded but the element
    cannot produce data in %GST_STATE_PAUSED.
    static final int
    the state change succeeded
  • Felddetails

    • FAILURE

      static final int FAILURE
      the state change failed
      Siehe auch:
    • SUCCESS

      static final int SUCCESS
      the state change succeeded
      Siehe auch:
    • ASYNC

      static final int ASYNC
      the state change will happen asynchronously
      Siehe auch:
    • NO_PREROLL

      static final int NO_PREROLL
      the state change succeeded but the element
      cannot produce data in %GST_STATE_PAUSED.
      This typically happens with live sources.
      Siehe auch: