Sdílet prostřednictvím


TextTrack.PlayerVisibility Property

Definition

When PlayerVisibility is set to "Visible", the text track will be present in the DASH manifest or HLS playlist when requested by a client. When the PlayerVisibility is set to "Hidden", the text will not be available to the client. The default value is "Visible".

public Azure.ResourceManager.Media.Models.PlayerVisibility? PlayerVisibility { get; set; }
member this.PlayerVisibility : Nullable<Azure.ResourceManager.Media.Models.PlayerVisibility> with get, set
Public Property PlayerVisibility As Nullable(Of PlayerVisibility)

Property Value

Applies to