AVPlayer.ClosedCaptionDisplayEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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