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