Click or drag to resize

AudioPlayer Methods

The AudioPlayer type exposes the following members.

Methods
  NameDescription
Public methodAddImageFromFile
Set the ID3 tags to the opened multimedia files.
Public methodCheckLicense
Check the user license of the component.
Public methodClearAllTags
Clear all the tags of the selected multimedia file.
Public methodClearTag
Remove a tag type from the opened multimedia file.
Protected methodDispose
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean).)
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 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 methodGetFFMpegFormatsT
Get all the supported formats, codecs and extensions of the FFMpeg library.
Public methodGetPlayerModes
Get the supported player modes to a list.
Public methodGetSamplerates
Get the supported samplerates to a list.
Public methodOpen
Public methodPause
Public methodPlay
Public methodResetFont (Overrides Control.ResetFont.)
Public methodResume
Public methodSetID3Tags
Set the ID3 tags to the opened multimedia files.
Public methodStop
Stop the playing operation.
Top
See Also