AVPlayer.ClosedCaptionDisplayEnabled Property

Definition

Whether the player displays closed captioning.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual bool ClosedCaptionDisplayEnabled { [Foundation.Export("isClosedCaptionDisplayEnabled")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, null)] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)] get; [Foundation.Export("setClosedCaptionDisplayEnabled:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.None, null)] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)] set; }
public virtual bool ClosedCaptionDisplayEnabled { [Foundation.Export("isClosedCaptionDisplayEnabled")] get; [Foundation.Export("setClosedCaptionDisplayEnabled:")] set; }
member this.ClosedCaptionDisplayEnabled : bool with get, set

Property Value

Attributes

Applies to