Click or drag to resize

AudioCDPlayer Class

Inheritance Hierarchy

Namespace:  CSAudioCDPlayer
Assembly:  CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class AudioCDPlayer : UserControl

The AudioCDPlayer type exposes the following members.

Constructors
  NameDescription
Public methodAudioCDPlayer
Constructor.
Top
Properties
  NameDescription
Public propertyAudioDevice
Play to the selected audio device index.
Public propertyBits
The bit-depth of the destination audio file (for WAV format only).
Public propertyChannels
The number of channels of the destination audio file.
Public propertyDriveIndex
The drive index to operate.
Public propertyFileName
The multimedia file name and path to play.
Public propertyLength
The time length of the media file.
Public propertyMessageArgs
Public propertyMode
The mode of the capturing process.
Public propertyPlaybackState
Public propertyPosition
The position of the player.
Public propertyProgressArgs
Public propertySamplerate
The samplerate of the destination audio file.
Public propertySamplerateVal
The samplerate of the destination audio file by value.
Public propertyTrackIndex
The track index to operate.
Public propertyUserKey
The user key.
Public propertyUserName
The user name.
Public propertyVolume
The volume of the player.
Top
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
Events
Fields
  NameDescription
Public field_audioplayer
Public fieldTracksInfo
Top
See Also