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