Share via


AVAudioRecorder.DeviceCurrentTime 属性

定义

一个值, AVAudioRecorder 该值在 正在录制或暂停时增加。 可用于同步多个记录器。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual double DeviceCurrentTime { [Foundation.Export("deviceCurrentTime")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)] get; }
member this.DeviceCurrentTime : double

属性值

属性

适用于