Package ch.bailu.gtk.gst
Schnittstelle MiniObjectFlags
public interface MiniObjectFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intfirst flag that can be used by subclasses.static final intthe object is permanently locked in
READONLY mode.static final intthe object can be locked and unlocked with
gst_mini_object_lock() and gst_mini_object_unlock().static final intthe 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 LOCKABLEthe object can be locked and unlocked with
gst_mini_object_lock() and gst_mini_object_unlock().- Siehe auch:
-
LOCK_READONLY
static final int LOCK_READONLYthe 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_LEAKEDthe 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 LASTfirst flag that can be used by subclasses.- Siehe auch:
-