|
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
)
Public Function WaveGetComment (
filename As String
) As String
public:
String^ WaveGetComment(
String^ filename
)
member WaveGetComment :
filename : string -> string
Parameters
- filename
- Type: SystemString
The filename in which you would like to read the comment.
Return Value
Type:
StringThe value of the comment
See Also