AVAudioTime.FromHostTime Method

Definition

Overloads

FromHostTime(UInt64)

[Foundation.Export("timeWithHostTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVAudioTime FromHostTime(ulong hostTime);
[<Foundation.Export("timeWithHostTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromHostTime : uint64 -> AVFoundation.AVAudioTime

Parameters

hostTime
UInt64

Returns

Attributes

Applies to

FromHostTime(UInt64, Int64, Double)

[Foundation.Export("timeWithHostTime:sampleTime:atRate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVAudioTime FromHostTime(ulong hostTime, long sampleTime, double sampleRate);
[<Foundation.Export("timeWithHostTime:sampleTime:atRate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromHostTime : uint64 * int64 * double -> AVFoundation.AVAudioTime

Parameters

hostTime
UInt64
sampleTime
Int64
sampleRate
Double

Returns

Attributes

Applies to