AudioCDPlayerGetDecoderModes Method |
Get the supported player modes to a list.
Namespace:
CSAudioCDPlayer
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.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 AudioCDPlayer
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