| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.message |
| Modifier and Type | Method and Description |
|---|---|
State |
Element.getState()
Gets the state of the element.
|
State |
Element.getState(long timeout)
Gets the state of the element.
|
State |
Element.getState(long timeout,
TimeUnit units)
Gets the state of the element.
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Element.getState(long timeout,
State[] states)
Gets the state of the element.
|
StateChangeReturn |
Element.setState(State state)
Sets the state of the element.
|
void |
Bus.STATE_CHANGED.stateChanged(GstObject source,
State old,
State current,
State pending)
|
| Modifier and Type | Method and Description |
|---|---|
State |
StateChangedMessage.getNewState()
Gets the new (current) state.
|
State |
StateChangedMessage.getOldState()
Gets the previous state.
|
State |
StateChangedMessage.getPendingState()
Gets the pending (target) state.
|
| Constructor and Description |
|---|
StateChangedMessage(GstObject src,
State old,
State current,
State pending)
Creates a new state-changed message.
|
Copyright © 2021 gstreamer-java. All rights reserved.