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