Property FileName
- Namespace
- Bonsai.Audio.Configuration
- Assembly
- Bonsai.Audio.dll
FileName
Gets or sets the name of the sound WAV file.
[FileNameFilter("WAV Files (*.wav;*.wave)|*.wav;*.wave|All Files|*.*")]
[TypeConverter(typeof(ResourceFileNameConverter))]
public string FileName { get; set; }