MiniObject.isWritable

Checks if a mini-object is writable. A mini-object is writable if the reference count is one and the GST_MINI_OBJECT_FLAG_READONLY flag is not set. Modification of a mini-object should only be done after verifying that it is writable. MT safe

class MiniObject
int
isWritable
()

Return Value

Type: int

TRUE if the object is writable.

Meta