Edytuj

Udostępnij za pośrednictwem


AVAudioRecorder.DeviceCurrentTime Property

Definition

A value that increases while the AVAudioRecorder is recording or paused. May be used for synchronizing multiple recorders.

[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

Property Value

Attributes

Applies to