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