Click or drag to resize

TelephonyServerWaveGetComment Method

Gets a comment in the RIFF section of the wave file. Comments should be in the LIST:INFO:ICMT field.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public string WaveGetComment(
	string filename
)

Parameters

filename
Type: SystemString
The filename in which you would like to read the comment.

Return Value

Type: String
The value of the comment
See Also