FFMpegFormatCodecs Property |
Namespace:
CSAudioConverter
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public List<string> Codecs { get; set; }
Public Property Codecs As List(Of String)
Get
Set
Dim instance As FFMpegFormat
Dim value As List(Of String)
value = instance.Codecs
instance.Codecs = value
member Codecs : List<string> with get, set
/** @property */
public List<String> get_Codecs()
/** @property */
public void set_Codecs(List<String> value)
function get Codecs () : List<String>
function set Codecs (value : List<String>)
function get_Codecs();
function set_Codecs(value);
Property Value
Type:
ListStringSee Also