Click or drag to resize

AudioRecorderClearTag Method

Remove a tag type from the opened multimedia file.

Namespace:  CSAudioRecorder
Assembly:  CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void ClearTag(
	string DestFile,
	TagTypes TagType
)

Parameters

DestFile
Type: SystemString
TagType
Type: CSAudioRecorderTagTypes
See Also