| Interface | Description |
|---|---|
| AppSink.EOS |
Signal emitted when this
AppSink got EOS. |
| AppSink.NEW_PREROLL |
Signal emitted when this
AppSink when a new buffer is ready. |
| AppSink.NEW_SAMPLE |
Signal emitted when this
AppSink when a new Sample is ready. |
| AppSrc.ENOUGH_DATA |
Signal that the source has enough data.
|
| AppSrc.NEED_DATA |
Signal that the source needs more data.
|
| AppSrc.SEEK_DATA |
Seek to the given offset, expressed in terms of the
Format set on
the AppSrc. |
| DecodeBin.AUTOPLUG_CONTINUE |
Signal is emitted when a pad for which there is no further possible
decoding is added to the
DecodeBin. |
| DecodeBin.AUTOPLUG_FACTORIES |
This function is emitted when an array of possible factories for caps on
pad is needed.
|
| DecodeBin.AUTOPLUG_QUERY |
This signal is emitted whenever an autoplugged element that is not linked
downstream yet and not exposed does a query.
|
| DecodeBin.AUTOPLUG_SELECT |
Once
DecodeBin has found the possible ElementFactory objects to
try for caps on pad, this signal is emitted. |
| DecodeBin.AUTOPLUG_SORT |
Once
DecodeBin has found the possible ElementFactory objects to
try for caps on pad, this signal is emitted. |
| DecodeBin.DRAINED |
This signal is emitted once
DecodeBin has finished decoding all
the data. |
| DecodeBin.UNKNOWN_TYPE |
Signal is emitted when a pad for which there is no further possible
decoding is added to the
DecodeBin. |
| PlayBin.ABOUT_TO_FINISH |
Signal emitted when the current uri is about to finish.
|
| PlayBin.AUDIO_CHANGED |
Signal is emitted whenever the number or order of the audio streams has
changed.
|
| PlayBin.AUDIO_TAGS_CHANGED |
Signal is emitted whenever the tags of an audio stream have changed.
|
| PlayBin.ELEMENT_SETUP |
This signal is emitted when a new element is added to playbin or any of
its sub-bins.
|
| PlayBin.SOURCE_SETUP |
This signal is emitted after the source element has been created, so it
can be configured by setting additional properties (e.g.
|
| PlayBin.TEXT_CHANGED |
Signal is emitted whenever the number or order of the audio streams has
changed.
|
| PlayBin.TEXT_TAGS_CHANGED |
Signal is emitted whenever the tags of a text stream have changed.
|
| PlayBin.VIDEO_CHANGED |
Signal is emitted whenever the number or order of the video streams has
changed.
|
| PlayBin.VIDEO_TAGS_CHANGED |
Signal is emitted whenever the tags of a video stream have changed.
|
| URIDecodeBin.AUTOPLUG_CONTINUE |
Signal is emitted when a pad for which there is no further possible
decoding is added to the
URIDecodeBin. |
| URIDecodeBin.AUTOPLUG_FACTORIES |
This function is emitted when an array of possible factories for caps on
pad is needed.
|
| URIDecodeBin.AUTOPLUG_QUERY |
This signal is emitted whenever an autoplugged element that is not linked
downstream yet and not exposed does a query.
|
| URIDecodeBin.AUTOPLUG_SELECT |
Once
URIDecodeBin has found the possible ElementFactory objects to
try for caps on pad, this signal is emitted. |
| URIDecodeBin.AUTOPLUG_SORT |
Once
URIDecodeBin has found the possible ElementFactory objects to
try for caps on pad, this signal is emitted. |
| URIDecodeBin.DRAINED |
This signal is emitted once
URIDecodeBin has finished decoding all
the data. |
| URIDecodeBin.SOURCE_SETUP |
Signal is emitted after the source has been created, so it can be
configured by setting additionnal properties.
|
| URIDecodeBin.UNKNOWN_TYPE |
Signal is emitted when a pad for which there is no further possible
decoding is added to the
URIDecodeBin. |
| Class | Description |
|---|---|
| AppSink |
A sink
Element that provides an easy way for applications to extract
samples from a pipeline. |
| AppSrc |
A source
Element that provides an easy way for applications to insert
data into a GStreamer pipeline. |
| BaseSink |
A base class for sink elements.
|
| BaseSrc |
A base class for source elements.
|
| BaseTransform |
A base class for simple transform filters.
|
| DecodeBin |
A
Bin that auto-magically constructs a decoding pipeline using
available decoders and demuxers via auto-plugging. |
| Elements | |
| PlayBin |
Playbin provides a stand-alone everything-in-one abstraction for an audio
and/or video player.
|
| URIDecodeBin |
A
Bin that decodes data from a URI into raw media. |
| Enum | Description |
|---|---|
| AppSrc.StreamType |
The stream type.
|
| DecodeBin.AutoplugSelectResult | |
| PlayFlags |
Extra flags to configure the behaviour of the
PlayBin sinks. |
| URIDecodeBin.AutoplugSelectResult |
Copyright © 2021 gstreamer-java. All rights reserved.