StreamColorPrimaries Property |
ColorPrimaries
Namespace:
CSMediaProperties
Assembly:
CSFFmpeg (in CSFFmpeg.dll) Version: 1.0.0
Syntax public string ColorPrimaries { get; set; }
Public Property ColorPrimaries As String
Get
Set
Dim instance As Stream
Dim value As String
value = instance.ColorPrimaries
instance.ColorPrimaries = value
member ColorPrimaries : string with get, set
/** @property */
public String get_ColorPrimaries()
/** @property */
public void set_ColorPrimaries(String value)
function get ColorPrimaries () : String
function set ColorPrimaries (value : String)
function get_ColorPrimaries();
function set_ColorPrimaries(value);
Property Value
Type:
StringSee Also