References
Libraries
Added in version 1.2.
new(context_type:str, persistent:bool) -> Gst.Context
Creates a new context.
context_type – Context type
persistent – Persistent context
Gets the type of context.
context
Accesses the structure of the context.
Checks if context has context_type.
context_type
context_type – Context type to check.
Checks if context is persistent.
Gets a writable version of the structure.
Context.new()
Context.get_context_type()
Context.get_structure()
Context.has_context_type()
Context.is_persistent()
Context.writable_structure()