|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateChangeReturn | |
---|---|
org.gstreamer | |
org.gstreamer.elements | |
org.gstreamer.lowlevel |
Uses of StateChangeReturn in org.gstreamer |
---|
Methods in org.gstreamer that return StateChangeReturn | |
---|---|
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. |
Uses of StateChangeReturn in org.gstreamer.elements |
---|
Methods in org.gstreamer.elements that return StateChangeReturn | |
---|---|
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. |
Uses of StateChangeReturn in org.gstreamer.lowlevel |
---|
Fields in org.gstreamer.lowlevel declared as StateChangeReturn | |
---|---|
StateChangeReturn |
GstElementAPI.GstElementStruct.last_return
|
Methods in org.gstreamer.lowlevel that return StateChangeReturn | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |