Click or drag to resize

AudioConverter Methods

The AudioConverter type exposes the following members.

Methods
  NameDescription
Public methodAddImageFromFile
Set the ID3 tags to the opened multimedia files.
Public methodCancel
Cancel the current operation.
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.
Public methodConvert
Start the operation.
Protected methodDispose
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean).)
Protected methodFinalize
Destructor.
(Overrides ComponentFinalize.)
Public methodGetACMFormats
Get the ACM formats according to the ACMTag.
Public methodGetACMTags
Get ACM tags according to the ACMFormat. You can also set the audio propitiates to get the best results according to the source audio file.
Public methodGetBitrates
Get the supported bitrates to a list.
Public methodGetBits
Get the supported bits to a list.
Public methodGetChannels
Get the supported channels to a list.
Public methodGetDecoderModes
Get the supported channels to a list.
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 methodGetFormats
Get the supported formats to a list.
Public methodGetSamplerates
Get the supported samplerates to a list.
Public methodOpen
Open a source media file and get some information about the source.
Public methodOrderLicense
In order to get your own UserName and RegKey and to distribute this library with your own projects for commercial or any other purpose, please order a license.
Public methodPause
Pause the current operation.
Public methodResetFont (Overrides Control.ResetFont.)
Public methodResume
Resume the current operation.
Public methodSeekable
Check if the source media file is seekable.
Public methodSetID3Tags
Set the ID3 tags to the opened multimedia files.
Public methodSupported
Check if the source media file supported by the decoder.
Top
See Also