Schnittstelle PadPresence


public interface PadPresence
  • Feldübersicht Linksymbol

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the pad is always available
    static final int
    the pad is only available on request with
    gst_element_request_pad().
    static final int
    the pad will become available depending on the media stream
  • Felddetails Linksymbol

    • ALWAYS Linksymbol

      static final int ALWAYS
      the pad is always available
      Siehe auch:
    • SOMETIMES Linksymbol

      static final int SOMETIMES
      the pad will become available depending on the media stream
      Siehe auch:
    • REQUEST Linksymbol

      static final int REQUEST
      the pad is only available on request with
      gst_element_request_pad().
      Siehe auch: