gst.parse_context

Module for [ParseContext] class

Types 1

Opaque structure.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
ParseContext self()Returns `this`, for use in `with` statements.
gst.parse_context.ParseContext copy()Copies the context. Returns: A copied #GstParseContext
string[] getMissingElements()Retrieve missing elements from a previous run of [gst.global.parseLaunchFull] or [gst.global.parseLaunchvFull]. Will only return results if an error code of [gst.types.ParseError.NoSuchElement] was...
Constructors
this(void * ptr, Flag!"Take" take)
this()Allocates a parse context for use with [gst.global.parseLaunchFull] or [gst.global.parseLaunchvFull].