Click or drag to resize

AudioRecorderGetACMTags Method

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.

Namespace:  CSAudioRecorder
Assembly:  CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public List<string> GetACMTags(
	ACM_FORMAT ACMFormat = ACM_FORMAT.ACM_FORMATENUMF_CONVERT,
	int FormatTag = 1,
	int SamplesPerSec = 44100,
	short Channels = 2,
	short BitsPerSample = 16
)

Parameters

ACMFormat (Optional)
Type: CSAudioRecorderACM_FORMAT
FormatTag (Optional)
Type: SystemInt32
SamplesPerSec (Optional)
Type: SystemInt32
Channels (Optional)
Type: SystemInt16
BitsPerSample (Optional)
Type: SystemInt16

Return Value

Type: ListString
See Also