Uses of Interface
org.gstreamer.Bus.STATE_CHANGED

Packages that use Bus.STATE_CHANGED
org.gstreamer   
 

Uses of Bus.STATE_CHANGED in org.gstreamer
 

Methods in org.gstreamer with parameters of type Bus.STATE_CHANGED
 void Bus.connect(Bus.STATE_CHANGED listener)
          Add a listener for State changes in the Pipeline.
 void Bus.disconnect(Bus.STATE_CHANGED listener)
          Disconnect the listener for State change messages.