Uses of Interface
org.gstreamer.Bus.ASYNC_DONE

Packages that use Bus.ASYNC_DONE
org.gstreamer   
 

Uses of Bus.ASYNC_DONE in org.gstreamer
 

Methods in org.gstreamer with parameters of type Bus.ASYNC_DONE
 void Bus.connect(Bus.ASYNC_DONE listener)
          Add a listener for Bus.ASYNC_DONE messages in the Pipeline.
 void Bus.disconnect(Bus.ASYNC_DONE listener)
          Disconnect the listener for async-done messages.