AVPlayer.UsesExternalPlaybackWhileExternalScreenIsActive Property

Definition

Whether the player should automatically switch to external playback mode for video when an external screen is available.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool UsesExternalPlaybackWhileExternalScreenIsActive { [Foundation.Export("usesExternalPlaybackWhileExternalScreenIsActive")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setUsesExternalPlaybackWhileExternalScreenIsActive:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.UsesExternalPlaybackWhileExternalScreenIsActive : bool with get, set

Property Value

Attributes

Applies to