public static interface Bus.STATE_CHANGED
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(GstObject source,
State old,
State current,
State pending)
|
void stateChanged(GstObject source, State old, State current, State pending)
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.Copyright © 2021 gstreamer-java. All rights reserved.