Table of Contents

Class ControlSource

Namespace
Gst
Assembly
Gst-1.0.dll
public class ControlSource : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
ControlSource
Implements
Inherited Members

Constructors

ControlSource()

public ControlSource()

ControlSource(params ConstructArgument[])

protected ControlSource(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ControlSource(IntPtr, bool)

protected ControlSource(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

ControlSourceGetValue(ClockTime, out double)

public bool ControlSourceGetValue(ClockTime timestamp, out double value)

Parameters

timestamp ClockTime
value double

Returns

bool

ControlSourceGetValueArray(ClockTime, ClockTime, Span<double>)

public bool ControlSourceGetValueArray(ClockTime timestamp, ClockTime interval, Span<double> values)

Parameters

timestamp ClockTime
interval ClockTime
values Span<double>

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type