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