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