AudioRecorder Methods |
The AudioRecorder type exposes the following members.
| Name | Description | |
|---|---|---|
| AddImageFromFile |
Set the ID3 tags to the opened multimedia files.
| |
| CheckLicense |
Check the user license of the component.
| |
| ClearAllTags |
Clear all the tags of the selected multimedia file.
| |
| ClearTag |
Remove a tag type from the opened multimedia file.
| |
| Dispose |
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean).) | |
| GetACMFormats |
Get the ACM formats according to the ACMTag.
| |
| GetACMTags |
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.
| |
| GetBitrates |
Get the supported bitrates to a list.
| |
| GetBits |
Get the supported bits to a list.
| |
| GetChannels |
Get the supported channels to a list.
| |
| GetDeviceDefaultIndex |
Get the default input device index. This works when the mode of the recorder is on WASAPI.
| |
| GetDevices |
Get the all audio devices that installed on the local machine according to the capture mode.
| |
| GetEnumValue(Enum) |
Get the value of the selected item of the Enum
| |
| GetEnumValueT(String) |
Get the value of the selected item of the Enum
| |
| GetFormats |
Get the supported formats to a list.
| |
| GetModes |
Get the supported recorder modes to a list.
| |
| GetSamplerates |
Get the supported samplerates to a list.
| |
| OpenID3Tags |
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.
| |
| Pause |
Pause the record operation.
| |
| RaiseError |
Raise an error
| |
| ResetFont | (Overrides Control.ResetFont.) | |
| SetID3Tags |
Set the ID3 tags to the opened multimedia files.
| |
| SizeSuffix | ||
| Start |
Start the record operation.
| |
| Stop |
Stop the record operation.
| |
| UnPause |
Unpause the record operation.
|