Class AudioAggregator
- Namespace
- GstAudio
- Assembly
- GstAudio-1.0.dll
public class AudioAggregator : Aggregator, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
AudioAggregator
- Implements
- Inherited Members
Constructors
AudioAggregator()
public AudioAggregator()
AudioAggregator(params ConstructArgument[])
protected AudioAggregator(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
AudioAggregator(IntPtr, bool)
protected AudioAggregator(IntPtr ptr, bool ownedRef)
Parameters
Fields
AlignmentThresholdPropertyDefinition
public static readonly Property<ulong, AudioAggregator> AlignmentThresholdPropertyDefinition
Field Value
DiscontWaitPropertyDefinition
public static readonly Property<ulong, AudioAggregator> DiscontWaitPropertyDefinition
Field Value
ForceLivePropertyDefinition
public static readonly Property<bool, AudioAggregator> ForceLivePropertyDefinition
Field Value
IgnoreInactivePadsPropertyDefinition
public static readonly Property<bool, AudioAggregator> IgnoreInactivePadsPropertyDefinition
Field Value
OutputBufferDurationFractionPropertyDefinition
public static readonly Property<Fraction?, AudioAggregator> OutputBufferDurationFractionPropertyDefinition
Field Value
OutputBufferDurationPropertyDefinition
public static readonly Property<ulong, AudioAggregator> OutputBufferDurationPropertyDefinition
Field Value
Properties
AlignmentThreshold
public ulong AlignmentThreshold { get; set; }
Property Value
DiscontWait
public ulong DiscontWait { get; set; }
Property Value
ForceLive
public bool ForceLive { get; }
Property Value
IgnoreInactivePads
public bool IgnoreInactivePads { get; set; }
Property Value
OutputBufferDuration
public ulong OutputBufferDuration { get; set; }
Property Value
OutputBufferDurationFraction
public Fraction? OutputBufferDurationFraction { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
SetSinkCaps(AudioAggregatorPad, Caps)
public void SetSinkCaps(AudioAggregatorPad pad, Caps caps)
Parameters
pad
AudioAggregatorPadcaps
Caps