StreamInfoColorRange Property |
Gets the video color range.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AVColorRange ColorRange { get; }
Public ReadOnly Property ColorRange As AVColorRange
Get
Dim instance As StreamInfo
Dim value As AVColorRange
value = instance.ColorRange
member ColorRange : AVColorRange with get
/** @property */
public AVColorRange get_ColorRange()
function get ColorRange () : AVColorRange
function get_ColorRange();
Property Value
Type:
AVColorRange
See Also