Click or drag to resize
IResponderSendAudio Method
Sends the audio back to the browser. The format of the audio is inferred from the MIME type.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void SendAudio(
	IRequest request,
	IResponse response,
	byte[] audio,
	string mimeType
)

Parameters

request
Type: VirtualRadar.Interface.WebServerIRequest
response
Type: VirtualRadar.Interface.WebServerIResponse
audio
Type: SystemByte
mimeType
Type: SystemString
See Also