StreamInfoHasClosedCaptions Property |
Gets a value indicating whether this stream has closed captions.
Typically this is set for video streams.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasClosedCaptions { get; }
Public ReadOnly Property HasClosedCaptions As Boolean
Get
Dim instance As StreamInfo
Dim value As Boolean
value = instance.HasClosedCaptions
member HasClosedCaptions : bool with get
/** @property */
public boolean get_HasClosedCaptions()
function get HasClosedCaptions () : boolean
function get_HasClosedCaptions();
Property Value
Type:
Boolean
See Also