| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.elements | |
| org.freedesktop.gstreamer.webrtc |
| Modifier and Type | Class and Description |
|---|---|
class |
Pipeline
A
Pipeline is a special Bin used as the top level container
for the filter graph. |
| Modifier and Type | Method and Description |
|---|---|
static Bin |
Gst.parseBinFromDescription(String binDescription,
boolean ghostUnlinkedPads)
Creates a bin from a text bin description.
|
static Bin |
Gst.parseBinFromDescription(String binDescription,
boolean ghostUnlinkedPads,
List<GError> errors)
Creates a bin from a text bin description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bin.DO_LATENCY.doLatency(Bin bin)
|
void |
Bin.DEEP_ELEMENT_ADDED.elementAdded(Bin bin,
Bin sub_bin,
Element element)
|
void |
Bin.ELEMENT_ADDED.elementAdded(Bin bin,
Element element)
|
void |
Bin.DEEP_ELEMENT_REMOVED.elementRemoved(Bin bin,
Bin sub_bin,
Element element)
|
void |
Bin.ELEMENT_REMOVED.elementRemoved(Bin bin,
Element element)
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecodeBin
A
Bin that auto-magically constructs a decoding pipeline using
available decoders and demuxers via auto-plugging. |
class |
PlayBin
Playbin provides a stand-alone everything-in-one abstraction for an audio
and/or video player.
|
class |
URIDecodeBin
A
Bin that decodes data from a URI into raw media. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebRTCBin
WebRTCBin is an abstraction over gstreamers webrtcbin element It is
structured to mimic the RTCPeerConnection API that is available in web
browsers
|
Copyright © 2021 gstreamer-java. All rights reserved.