AudioCDPlayer Methods |
The AudioCDPlayer type exposes the following members.
| Name | Description | |
|---|---|---|
| CDIsReady |
Check if the CD drive is ready.
| |
| CheckLicense |
Check the user license of the component.
| |
| CloseCD |
Close the CD drive door.
| |
| Dispose |
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean).) | |
| EjectCD |
Eject the CD drive door.
| |
| GetBits |
Get the supported bits to a list.
| |
| GetChannels |
Get the supported channels to a list.
| |
| GetDecoderModes |
Get the supported player modes to a list.
| |
| GetDeviceDefaultIndex |
Get the default output device index. This works when the mode is WASAPI, LineOut will return always 0.
| |
| GetDevices |
Get a list of the CD devices that installed on the local machine.
| |
| GetDevices(Mode) |
Get all the output devices that installed on the local system.
| |
| GetEnumValue(Enum) |
Get the value of the selected item of the Enum
| |
| GetEnumValueT(String) |
Get the value of the selected item of the Enum
| |
| GetPlayerModes |
Get the supported player modes to a list.
| |
| GetSamplerates |
Get the supported samplerates to a list.
| |
| GetTracks |
Get all the tracks of the audio CD.
| |
| Pause | ||
| Play | ||
| ResetFont | (Overrides Control.ResetFont.) | |
| Resume | ||
| Stop |
Stop the playing operation.
|