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