AVAudioTime.FromHostTime Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FromHostTime(UInt64) | |
FromHostTime(UInt64, Int64, Double) |
FromHostTime(UInt64)
[Foundation.Export("timeWithHostTime:")]
public static AVFoundation.AVAudioTime FromHostTime (ulong hostTime);
static member FromHostTime : uint64 -> AVFoundation.AVAudioTime
Parameters
- hostTime
- UInt64
Returns
- Attributes
Applies to
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
Parameters
- hostTime
- UInt64
- sampleTime
- Int64
- sampleRate
- Double
Returns
- Attributes