Class AudioClock
public class AudioClock
- Inheritance
-
AudioClock
- Inherited Members
Methods
Adjust(nint, ClockTime)
Calls native method gst_audio_clock_adjust.
public static extern ulong Adjust(nint clock, ClockTime time)
Parameters
clock
nintTransfer ownership: None Nullable: False
time
ClockTimeTransfer ownership: None Nullable: False
Returns
- ulong
Transfer ownership: None Nullable: False
GetGType()
Calls native function gst_audio_clock_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetTime(nint)
Calls native method gst_audio_clock_get_time.
public static extern ulong GetTime(nint clock)
Parameters
clock
nintTransfer ownership: None Nullable: False
Returns
- ulong
Transfer ownership: None Nullable: False
Invalidate(nint)
Calls native method gst_audio_clock_invalidate.
public static extern void Invalidate(nint clock)
Parameters
clock
nintTransfer ownership: None Nullable: False
New(NonNullableUtf8StringHandle, AudioClockGetTimeFunc, nint, DestroyNotify)
Calls native constructor gst_audio_clock_new.
public static extern nint New(NonNullableUtf8StringHandle name, AudioClockGetTimeFunc func, nint userData, DestroyNotify destroyNotify)
Parameters
name
NonNullableUtf8StringHandleTransfer ownership: None Nullable: False
func
AudioClockGetTimeFuncTransfer ownership: None Nullable: False
userData
nintTransfer ownership: None Nullable: True
destroyNotify
DestroyNotifyTransfer ownership: None Nullable: False
Returns
- nint
Transfer ownership: Full Nullable: False
Reset(nint, ClockTime)
Calls native method gst_audio_clock_reset.
public static extern void Reset(nint clock, ClockTime time)