AudioPlayerGetDecoderModes Method |
Get the supported player modes to a list.
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public ObservableCollection<string> GetDecoderModes()
Public Function GetDecoderModes As ObservableCollection(Of String)
Dim instance As AudioPlayer
Dim returnValue As ObservableCollection(Of String)
returnValue = instance.GetDecoderModes()
member GetDecoderModes : unit -> ObservableCollection<string>
public ObservableCollection<String> GetDecoderModes()
public function GetDecoderModes() : ObservableCollection<String>
function GetDecoderModes();
Return Value
Type:
ObservableCollectionStringSee Also