Class Index | File Index

Classes


Class Guacamole.AudioChannel.Packet


Defined in: AudioChannel.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Abstract representation of an audio packet.
Method Summary
Method Attributes Method Name and Description
 
play(when)
Schedules this packet for playback at the given time.
Class Detail
Guacamole.AudioChannel.Packet(mimetype, data)
Abstract representation of an audio packet.
Parameters:
{String} mimetype
The mimetype of the data contained by this packet.
{Blob} data
The blob of sound data contained by this packet.
Method Detail
play(when)
Schedules this packet for playback at the given time.
Parameters:
{Number} when
The time this packet should be played, in milliseconds.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jun 10 2015 21:35:44 GMT-0700 (PDT)