Table of Contents

Class AudioClock

Namespace
GstAudio
Assembly
GstAudio-1.0.dll
public class AudioClock : SystemClock, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
AudioClock
Implements
Inherited Members

Constructors

AudioClock()

public AudioClock()

AudioClock(params ConstructArgument[])

protected AudioClock(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

AudioClock(IntPtr, bool)

protected AudioClock(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

Adjust(ClockTime)

public ClockTime Adjust(ClockTime time)

Parameters

time ClockTime

Returns

ClockTime

GetGType()

public static Type GetGType()

Returns

Type

GetTime()

public ClockTime GetTime()

Returns

ClockTime

Invalidate()

public void Invalidate()

New(string, AudioClockGetTimeFunc)

public static AudioClock New(string name, AudioClockGetTimeFunc func)

Parameters

name string
func AudioClockGetTimeFunc

Returns

AudioClock

Reset(ClockTime)

public void Reset(ClockTime time)

Parameters

time ClockTime