Interface FlushableControl
-
- All Superinterfaces:
javax.media.Control
- All Known Implementing Classes:
JNIEncoder
public interface FlushableControl extends javax.media.ControlAn interface which allows to flush a buffer.- Author:
- Boris Grozev
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush()Flushes the buffer.
-