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