AVAudioTime.FromHostTime Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
FromHostTime(UInt64) | |
FromHostTime(UInt64, Int64, Double) |
FromHostTime(UInt64)
[Foundation.Export("timeWithHostTime:")]
public static AVFoundation.AVAudioTime FromHostTime (ulong hostTime);
static member FromHostTime : uint64 -> AVFoundation.AVAudioTime
Parameter
- hostTime
- UInt64
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- hostTime
- UInt64
- sampleTime
- Int64
- sampleRate
- Double
Gibt zurück
- Attribute