Table of Contents

Class AudioClockHandle

Namespace
GstAudio.Internal
Assembly
GstAudio-1.0.dll
public class AudioClockHandle : SystemClockHandle, IDisposable
Inheritance
AudioClockHandle
Implements
Inherited Members

Constructors

AudioClockHandle(nint, bool)

public AudioClockHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static AudioClockHandle For<T>(ConstructArgument[] constructArguments) where T : AudioClock, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

AudioClockHandle

Type Parameters

T