Schnittstelle MiniObjectFlags


public interface MiniObjectFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    first flag that can be used by subclasses.
    static final int
    the object is permanently locked in
    READONLY mode.
    static final int
    the object can be locked and unlocked with
    gst_mini_object_lock() and gst_mini_object_unlock().
    static final int
    the object is expected to stay alive
    even after gst_deinit() has been called and so should be ignored by leak
    detection tools.
  • Felddetails

    • LOCKABLE

      static final int LOCKABLE
      the object can be locked and unlocked with
      gst_mini_object_lock() and gst_mini_object_unlock().
      Siehe auch:
    • LOCK_READONLY

      static final int LOCK_READONLY
      the object is permanently locked in
      READONLY mode. Only read locks can be performed on the object.
      Siehe auch:
    • MAY_BE_LEAKED

      static final int MAY_BE_LEAKED
      the object is expected to stay alive
      even after gst_deinit() has been called and so should be ignored by leak
      detection tools. (Since: 1.10)
      Siehe auch:
    • LAST

      static final int LAST
      first flag that can be used by subclasses.
      Siehe auch: