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
constructArgumentsConstructArgument[]
VideoAggregatorPad(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected VideoAggregatorPad(CreationData data)
Parameters
dataCreationData
VideoAggregatorPad(VideoAggregatorPadHandle)
protected VideoAggregatorPad(VideoAggregatorPadHandle handle)
Parameters
handleVideoAggregatorPadHandle
Fields
MaxLastBufferRepeatPropertyDefinition
public static readonly Property<ulong, VideoAggregatorPad> MaxLastBufferRepeatPropertyDefinition
Field Value
RepeatAfterEosPropertyDefinition
public static readonly Property<bool, VideoAggregatorPad> RepeatAfterEosPropertyDefinition
Field Value
ZorderPropertyDefinition
public static readonly Property<uint, VideoAggregatorPad> ZorderPropertyDefinition
Field Value
Properties
MaxLastBufferRepeat
public ulong MaxLastBufferRepeat { get; set; }
Property Value
RepeatAfterEos
public bool RepeatAfterEos { get; set; }
Property Value
Zorder
public uint Zorder { get; set; }
Property Value
Methods
GetCurrentBuffer()
public Buffer GetCurrentBuffer()
Returns
GetGType()
public static Type GetGType()
Returns
GetPreparedFrame()
public VideoFrame GetPreparedFrame()
Returns
HasCurrentBuffer()
public bool HasCurrentBuffer()
Returns
NewFromPointer(nint, bool)
Creates a new managed VideoAggregatorPad instance for a given pointer.
public static VideoAggregatorPad NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new VideoAggregatorPad and sets the properties specified by the construct arguments.
public static VideoAggregatorPad NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetNeedsAlpha(bool)
public void SetNeedsAlpha(bool needsAlpha)
Parameters
needsAlphabool