Freigeben über


AVCaptureSession.UsesApplicationAudioSession Eigenschaft

Definition

Gibt an, ob die Sitzung die freigegebene Audiositzung der Anwendung verwenden soll.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool UsesApplicationAudioSession { [Foundation.Export("usesApplicationAudioSession")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setUsesApplicationAudioSession:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.UsesApplicationAudioSession : bool with get, set

Eigenschaftswert

Der Standardwert in iOS 7 und höher ist true.

Attribute

Hinweise

Wenn der Wert falseist, erstellt die Aufzeichnungssitzung ein separates privates AVAudioSession Für die Aufzeichnung, was zu Unterbrechungen führen kann, wenn die App gleichzeitig Audiowiedergabe durchführt.

Gilt für: