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