Schnittstelle FlowReturn


public interface FlowReturn
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Elements can use values starting from
    this (and lower) to define custom error codes.
    static final int
    Pre-defined custom error code (define your
    custom error code to this to avoid compiler
    warnings).
    static final int
    Pre-defined custom error code.
    static final int
    Elements can use values starting from
    this (and higher) to define custom success
    codes.
    static final int
    Pre-defined custom success code (define your
    custom success code to this to avoid compiler
    warnings).
    static final int
    Pre-defined custom success code.
    static final int
    Pad is EOS.
    static final int
    Some (fatal) error occurred.
    static final int
    Pad is flushing.
    static final int
    Pad is not linked.
    static final int
    Pad is not negotiated.
    static final int
    This operation is not supported.
    static final int
    Data passing was ok.
  • Felddetails

    • CUSTOM_SUCCESS_2

      static final int CUSTOM_SUCCESS_2
      Pre-defined custom success code.
      Siehe auch:
    • CUSTOM_SUCCESS_1

      static final int CUSTOM_SUCCESS_1
      Pre-defined custom success code (define your
      custom success code to this to avoid compiler
      warnings).
      Siehe auch:
    • CUSTOM_SUCCESS

      static final int CUSTOM_SUCCESS
      Elements can use values starting from
      this (and higher) to define custom success
      codes.
      Siehe auch:
    • OK

      static final int OK
      Data passing was ok.
      Siehe auch:
    • NOT_LINKED

      static final int NOT_LINKED
      Pad is not linked.
      Siehe auch:
    • FLUSHING

      static final int FLUSHING
      Pad is flushing.
      Siehe auch:
    • EOS

      static final int EOS
      Pad is EOS.
      Siehe auch:
    • NOT_NEGOTIATED

      static final int NOT_NEGOTIATED
      Pad is not negotiated.
      Siehe auch:
    • ERROR

      static final int ERROR
      Some (fatal) error occurred. Element generating
      this error should post an error message using
      GST_ELEMENT_ERROR() with more details.
      Siehe auch:
    • NOT_SUPPORTED

      static final int NOT_SUPPORTED
      This operation is not supported.
      Siehe auch:
    • CUSTOM_ERROR

      static final int CUSTOM_ERROR
      Elements can use values starting from
      this (and lower) to define custom error codes.
      Siehe auch:
    • CUSTOM_ERROR_1

      static final int CUSTOM_ERROR_1
      Pre-defined custom error code (define your
      custom error code to this to avoid compiler
      warnings).
      Siehe auch:
    • CUSTOM_ERROR_2

      static final int CUSTOM_ERROR_2
      Pre-defined custom error code.
      Siehe auch: