|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is implemented by a Multiplexer or DataSink to enable controlling the number of bytes generated as output. For instance, if a QuickTime Multiplexer is generating a QuickTime file that's being written to disk, the application can use this control to restrict the size of the output file.
| Method Summary | |
long |
getStreamSize()
Returns the number of bytes written to the stream so far. |
boolean |
setStreamSizeLimit(long numOfBytes)
Sets a limit on the number of bytes that a stream writer can generate. |
| Methods inherited from interface javax.media.Control |
getControlComponent |
| Method Detail |
public boolean setStreamSizeLimit(long numOfBytes)
public long getStreamSize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||