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