다음을 통해 공유


AVAudioTime.FromHostTime 메서드

정의

오버로드

FromHostTime(UInt64)
FromHostTime(UInt64, Int64, Double)

FromHostTime(UInt64)

[Foundation.Export("timeWithHostTime:")]
public static AVFoundation.AVAudioTime FromHostTime (ulong hostTime);
static member FromHostTime : uint64 -> AVFoundation.AVAudioTime

매개 변수

hostTime
UInt64

반환

특성

적용 대상

FromHostTime(UInt64, Int64, Double)

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

매개 변수

hostTime
UInt64
sampleTime
Int64
sampleRate
Double

반환

특성

적용 대상