Click or drag to resize
Accord.NET (logo)

IAudioSourceSource Property

Audio source.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
string Source { get; set; }
Request Example View Source

Property Value

Type: String
Remarks
The meaning of the property depends on particular audio source. Depending on audio source it may be a file name, driver guid, URL or any other string describing the audio source.
See Also