Class TracerFactory
- Namespace
- Gst
- Assembly
- Gst-1.0.dll
public class TracerFactory : PluginFeature, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
TracerFactory
- Implements
- Inherited Members
Constructors
TracerFactory(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public TracerFactory(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
TracerFactory(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected TracerFactory(CreationData data)
Parameters
dataCreationData
TracerFactory(TracerFactoryHandle)
protected TracerFactory(TracerFactoryHandle handle)
Parameters
handleTracerFactoryHandle
Methods
GetGType()
public static Type GetGType()
Returns
GetList()
[Version("1.8")]
public static List GetList()
Returns
GetTracerType()
[Version("1.14")]
public Type GetTracerType()
Returns
NewFromPointer(nint, bool)
Creates a new managed TracerFactory instance for a given pointer.
public static TracerFactory NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new TracerFactory and sets the properties specified by the construct arguments.
public static TracerFactory NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.