gst.parse_context

Module for [ParseContext] class

Types 1

Opaque structure.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
ParseContext self() nothrowReturns `this`, for use in `with` statements.
gst.parse_context.ParseContext copy() nothrowCopies the context. Returns: A copied #GstParseContext
string[] getMissingElements() nothrowRetrieve 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].