Table of Contents

Class EncodingContainerProfile

Namespace
GstPbutils
Assembly
GstPbutils-1.0.dll
public class EncodingContainerProfile : EncodingProfile, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
EncodingContainerProfile
Implements
Inherited Members

Constructors

EncodingContainerProfile(bool, params ConstructArgument[])

protected EncodingContainerProfile(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

EncodingContainerProfile(IntPtr, bool)

protected EncodingContainerProfile(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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