Table of Contents

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

constructArguments ConstructArgument[]

EncodingContainerProfile(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected EncodingContainerProfile(CreationData data)

Parameters

data CreationData

EncodingContainerProfile(EncodingContainerProfileHandle)

protected EncodingContainerProfile(EncodingContainerProfileHandle handle)

Parameters

handle EncodingContainerProfileHandle

Methods

AddProfile(EncodingProfile)

public bool AddProfile(EncodingProfile profile)

Parameters

profile EncodingProfile

Returns

bool

ContainsProfile(EncodingProfile)

public bool ContainsProfile(EncodingProfile profile)

Parameters

profile EncodingProfile

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetProfiles()

public List GetProfiles()

Returns

List

New(string?, string?, Caps, string?)

public static EncodingContainerProfile New(string? name, string? description, Caps format, string? preset)

Parameters

name string
description string
format Caps
preset string

Returns

EncodingContainerProfile

NewFromPointer(nint, bool)

Creates a new managed EncodingContainerProfile instance for a given pointer.

public static EncodingContainerProfile NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

EncodingContainerProfile

NewWithProperties(ConstructArgument[])

Creates a new EncodingContainerProfile and sets the properties specified by the construct arguments.

public static EncodingContainerProfile NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

EncodingContainerProfile