Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.elements | |
org.gstreamer.lowlevel |
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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
StateChangeReturn |
RGBDataFileSink.start()
Sets the state of the pipeline to PLAYING.
|
StateChangeReturn |
RGBDataFileSink.stop()
Sets the state of the pipeline to NULL and closes the stream.
|
Modifier and Type | Field and Description |
---|---|
StateChangeReturn |
GstElementAPI.GstElementStruct.last_return |
Modifier and Type | Method and Description |
---|---|
StateChangeReturn |
BaseSinkAPI.AsyncPlay.callback(BaseSink sink) |
StateChangeReturn |
GstElementAPI.GstElementClass.ChangeState.callback(Element element,
int transition) |
StateChangeReturn |
GstElementAPI.GstElementClass.GetState.callback(Element element,
com.sun.jna.Pointer p_state,
com.sun.jna.Pointer p_pending,
long timeout) |
StateChangeReturn |
GstElementAPI.GstElementClass.SetState.callback(Element element,
State state) |
StateChangeReturn |
GstElementAPI.gst_element_get_state(Element elem,
State[] state,
State[] pending,
ClockTime timeout) |
StateChangeReturn |
GstElementAPI.gst_element_get_state(Element elem,
State[] state,
State[] pending,
long timeout) |
StateChangeReturn |
GstElementAPI.gst_element_set_state(Element elem,
State state) |