Table of Contents

Class VideoAggregatorPad

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public class VideoAggregatorPad : AggregatorPad, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
VideoAggregatorPad
Implements
Derived
Inherited Members

Constructors

VideoAggregatorPad(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 VideoAggregatorPad(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

VideoAggregatorPad(CreationData)

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

Parameters

data CreationData

VideoAggregatorPad(VideoAggregatorPadHandle)

protected VideoAggregatorPad(VideoAggregatorPadHandle handle)

Parameters

handle VideoAggregatorPadHandle

Fields

MaxLastBufferRepeatPropertyDefinition

public static readonly Property<ulong, VideoAggregatorPad> MaxLastBufferRepeatPropertyDefinition

Field Value

Property<ulong, VideoAggregatorPad>

RepeatAfterEosPropertyDefinition

public static readonly Property<bool, VideoAggregatorPad> RepeatAfterEosPropertyDefinition

Field Value

Property<bool, VideoAggregatorPad>

ZorderPropertyDefinition

public static readonly Property<uint, VideoAggregatorPad> ZorderPropertyDefinition

Field Value

Property<uint, VideoAggregatorPad>

Properties

MaxLastBufferRepeat

public ulong MaxLastBufferRepeat { get; set; }

Property Value

ulong

RepeatAfterEos

public bool RepeatAfterEos { get; set; }

Property Value

bool

Zorder

public uint Zorder { get; set; }

Property Value

uint

Methods

GetCurrentBuffer()

public Buffer GetCurrentBuffer()

Returns

Buffer

GetGType()

public static Type GetGType()

Returns

Type

GetPreparedFrame()

public VideoFrame GetPreparedFrame()

Returns

VideoFrame

HasCurrentBuffer()

public bool HasCurrentBuffer()

Returns

bool

NewFromPointer(nint, bool)

Creates a new managed VideoAggregatorPad instance for a given pointer.

public static VideoAggregatorPad NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

VideoAggregatorPad

NewWithProperties(ConstructArgument[])

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

public static VideoAggregatorPad NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

VideoAggregatorPad

SetNeedsAlpha(bool)

public void SetNeedsAlpha(bool needsAlpha)

Parameters

needsAlpha bool