AVPlayer.UsesAirPlayVideoWhileAirPlayScreenIsActive Property

Definition

Application developers should not use this deprecated method. Instead, they should use UsesExternalPlaybackWhileExternalScreenIsActive.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'UsesExternalPlaybackWhileExternalScreenIsActive' instead.")]
public virtual bool UsesAirPlayVideoWhileAirPlayScreenIsActive { [Foundation.Export("usesAirPlayVideoWhileAirPlayScreenIsActive")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'UsesExternalPlaybackWhileExternalScreenIsActive' instead.")] get; [Foundation.Export("setUsesAirPlayVideoWhileAirPlayScreenIsActive:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'UsesExternalPlaybackWhileExternalScreenIsActive' instead.")] set; }
member this.UsesAirPlayVideoWhileAirPlayScreenIsActive : bool with get, set

Property Value

Attributes

Applies to