FFMpegFormatName Property |
Namespace:
CSAudioConverter
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
Dim instance As FFMpegFormat
Dim value As String
value = instance.Name
instance.Name = value
member Name : string with get, set
/** @property */
public String get_Name()
/** @property */
public void set_Name(String value)
function get Name () : String
function set Name (value : String)
function get_Name();
function set_Name(value);
Property Value
Type:
StringSee Also