Interface FlushableControl

  • All Superinterfaces:
    javax.media.Control
    All Known Implementing Classes:
    JNIEncoder

    public interface FlushableControl
    extends javax.media.Control
    An interface which allows to flush a buffer.
    Author:
    Boris Grozev
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void flush()
      Flushes the buffer.
      • Methods inherited from interface javax.media.Control

        getControlComponent
    • Method Detail

      • flush

        void flush()
        Flushes the buffer.