Class EncodingAudioProfile
- Namespace
- GstPbutils
- Assembly
- GstPbutils-1.0.dll
public class EncodingAudioProfile : EncodingProfile, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
EncodingAudioProfile
- Implements
- Inherited Members
Constructors
EncodingAudioProfile(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 EncodingAudioProfile(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
EncodingAudioProfile(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected EncodingAudioProfile(CreationData data)
Parameters
dataCreationData
EncodingAudioProfile(EncodingAudioProfileHandle)
protected EncodingAudioProfile(EncodingAudioProfileHandle handle)
Parameters
handleEncodingAudioProfileHandle
Methods
GetGType()
public static Type GetGType()
Returns
New(Caps, string?, Caps?, uint)
public static EncodingAudioProfile New(Caps format, string? preset, Caps? restriction, uint presence)
Parameters
Returns
NewFromPointer(nint, bool)
Creates a new managed EncodingAudioProfile instance for a given pointer.
public static EncodingAudioProfile NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new EncodingAudioProfile and sets the properties specified by the construct arguments.
public static EncodingAudioProfile NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.