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