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