Table of Contents

Class ControlSource

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

Constructors

ControlSource(params ConstructArgument[])

public ControlSource(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

ControlSource(ControlSourceHandle)

public ControlSource(ControlSourceHandle handle)

Parameters

handle ControlSourceHandle

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