StreamColorSpace Property |
ColorSpace
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ColorSpace { get; set; }
Public Property ColorSpace As String
Get
Set
Dim instance As Stream
Dim value As String
value = instance.ColorSpace
instance.ColorSpace = value
member ColorSpace : string with get, set
/** @property */
public String get_ColorSpace()
/** @property */
public void set_ColorSpace(String value)
function get ColorSpace () : String
function set ColorSpace (value : String)
function get_ColorSpace();
function set_ColorSpace(value);
Property Value
Type:
StringSee Also