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