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