AVPlayer.AllowsAirPlayVideo Property

Definition

Application developers should not use this deprecated method. They should use AllowsExternalPlayback instead.

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

Property Value

Attributes

Applies to