ScreenRecorderGetAudioModes Method |
Get the supported recorder modes to a list.
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic ObservableCollection<string> GetAudioModes()
Public Function GetAudioModes As ObservableCollection(Of String)
Dim instance As ScreenRecorder
Dim returnValue As ObservableCollection(Of String)
returnValue = instance.GetAudioModes()
member GetAudioModes : unit -> ObservableCollection<string>
public ObservableCollection<String> GetAudioModes()
public function GetAudioModes() : ObservableCollection<String>
function GetAudioModes();
Return Value
Type:
ObservableCollectionString
See Also