Class VideoAggregatorPad
- Namespace
- GstVideo
- Assembly
- GstVideo-1.0.dll
public class VideoAggregatorPad : AggregatorPad, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
VideoAggregatorPad
- Implements
- Derived
- Inherited Members
Constructors
VideoAggregatorPad()
public VideoAggregatorPad()
VideoAggregatorPad(params ConstructArgument[])
protected VideoAggregatorPad(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
VideoAggregatorPad(IntPtr, bool)
protected VideoAggregatorPad(IntPtr ptr, bool ownedRef)
Parameters
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
SetNeedsAlpha(bool)
public void SetNeedsAlpha(bool needsAlpha)
Parameters
needsAlpha
bool