Gst.MiniObject.prototype.lock
function lock(flags:Gst.LockFlags):Boolean { // Gjs wrapper for gst_mini_object_lock() }
Lock the mini-object with the specified access mode in flags.
- flags
- Returns
true if object could be locked.
function lock(flags:Gst.LockFlags):Boolean { // Gjs wrapper for gst_mini_object_lock() }
Lock the mini-object with the specified access mode in flags.
true if object could be locked.