Click or drag to resize

AudioRecorder Methods

The AudioRecorder 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 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 methodGetDeviceDefaultIndex
Get the default input device index. This works when the mode of the recorder is on WASAPI.
Public methodGetDevices
Get the all audio devices that installed on the local machine according to the capture mode.
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 methodGetFormats
Get the supported formats to a list.
Public methodGetModes
Get the supported recorder modes to a list.
Public methodGetSamplerates
Get the supported samplerates to a list.
Public methodOpenID3Tags
Open a multimedia file. You can add/get/set tags only after calling this function. The supported format are: avi, mp3, mpc, mp4, asf, aiff, aif, aifc, tta, wv, ogg, flac, spx, opus, ape, xiph, wma, jpg, jpeg, png, mpg, mpeg and many other multimedia files.
Public methodPause
Pause the record operation.
Public methodRaiseError
Raise an error
Public methodResetFont (Overrides Control.ResetFont.)
Public methodSetID3Tags
Set the ID3 tags to the opened multimedia files.
Public methodSizeSuffix
Public methodStart
Start the record operation.
Public methodStop
Stop the record operation.
Public methodUnPause
Unpause the record operation.
Top
See Also