Table of Contents

Class SystemClock

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

Constructors

SystemClock()

public SystemClock()

SystemClock(params ConstructArgument[])

protected SystemClock(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

SystemClock(IntPtr, bool)

protected SystemClock(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ClockTypePropertyDefinition

public static readonly Property<ClockType, SystemClock> ClockTypePropertyDefinition

Field Value

Property<ClockType, SystemClock>

Properties

ClockType

public ClockType ClockType { get; set; }

Property Value

ClockType

Methods

GetGType()

public static Type GetGType()

Returns

Type

Obtain()

public static Clock Obtain()

Returns

Clock

SetDefault(Clock?)

[Version("1.4")]
public static void SetDefault(Clock? newClock)

Parameters

newClock Clock