org.gstreamer
Interface Bus.STATE_CHANGED
- Enclosing class:
- Bus
public static interface Bus.STATE_CHANGED
Signal emitted when a state change happens.
- See Also:
Bus.connect(STATE_CHANGED)
,
Bus.disconnect(STATE_CHANGED)
stateChanged
void stateChanged(GstObject source,
State old,
State current,
State pending)
- Called when a
Pipeline
element executes a State
change.
- Parameters:
source
- the element which posted the message.old
- the old state that the element is changing from.current
- the new (current) state the element is changing to.pending
- the pending (target) state.