AudioRecorderGetModes Method |
Get the supported recorder modes to a list.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ObservableCollection<string> GetModes()
Public Function GetModes As ObservableCollection(Of String)
Dim instance As AudioRecorder
Dim returnValue As ObservableCollection(Of String)
returnValue = instance.GetModes()
member GetModes : unit -> ObservableCollection<string>
public ObservableCollection<String> GetModes()
public function GetModes() : ObservableCollection<String>
Return Value
Type:
ObservableCollectionStringSee Also