Поделиться через


AVCaptureSession.AutomaticallyConfiguresApplicationAudioSession Свойство

Определение

Указывает, AVCaptureSession использует ли общий аудиосеанс приложения.

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

Значение свойства

Значение по умолчанию в iOS 7 и более поздних версиях — true.

Атрибуты

Комментарии

Если это значение равно true, возможно одновременное воспроизведение и запись звука.

Применяется к