interface SampleStorageEntry
|
One entry of the sample storage - initially, you'll need to fill the entry. More... |
|
|
Public Methods
Public Members
One entry of the sample storage - initially, you'll need to fill the entry.
To do so, call write repeatedly to fill it with data, and finish() when
you are done. After that you can use the filename attribute to get the
name of the file on the server that has stored the data. You can use
this filename for other things (i.e. SimpleSoundServer::play).
| readonly attribute string name
| name |
| readonly attribute string filename
| filename |
| readonly attribute boolean completed
| completed |
void write (sequence<byte> data)
| write |
| Generated by: stefan on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53. |