| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Method and Description |
|---|---|
StateChangeReturn |
Element.pause()
Tells the Element to pause playing the media stream.
|
StateChangeReturn |
Element.play()
Tells the Element to start playing the media stream.
|
StateChangeReturn |
Element.ready()
Tells the Element to set ready the media stream.
|
StateChangeReturn |
Element.setState(State state)
Sets the state of the element.
|
StateChangeReturn |
Element.stop()
Tells the Element to pause playing the media stream.
|
static StateChangeReturn |
StateChangeReturn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateChangeReturn[] |
StateChangeReturn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 gstreamer-java. All rights reserved.