Click or drag to resize

AudioCDPlayer Methods

The AudioCDPlayer type exposes the following members.

Methods
  NameDescription
Public methodCDIsReady
Check if the CD drive is ready.
Public methodCheckLicense
Check the user license of the component.
Public methodCloseCD
Close the CD drive door.
Protected methodDispose
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean).)
Public methodEjectCD
Eject the CD drive door.
Public methodGetBits
Get the supported bits to a list.
Public methodGetChannels
Get the supported channels to a list.
Public methodGetDecoderModes
Get the supported player modes to a list.
Public methodGetDeviceDefaultIndex
Get the default output device index. This works when the mode is WASAPI, LineOut will return always 0.
Public methodGetDevices
Get a list of the CD devices that installed on the local machine.
Public methodGetDevices(Mode)
Get all the output devices that installed on the local system.
Public methodGetEnumValue(Enum)
Get the value of the selected item of the Enum
Public methodGetEnumValueT(String)
Get the value of the selected item of the Enum
Public methodGetPlayerModes
Get the supported player modes to a list.
Public methodGetSamplerates
Get the supported samplerates to a list.
Public methodGetTracks
Get all the tracks of the audio CD.
Public methodPause
Public methodPlay
Public methodResetFont (Overrides Control.ResetFont.)
Public methodResume
Public methodStop
Stop the playing operation.
Top
See Also