|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Caps | |
---|---|
org.gstreamer | |
org.gstreamer.elements |
Uses of Caps in org.gstreamer |
---|
Methods in org.gstreamer that return Caps | |
---|---|
static Caps |
Caps.anyCaps()
Creates a new Caps that indicates that it is compatible with any media format. |
Caps |
Caps.copy()
Create a new Caps as a copy of the this caps. |
static Caps |
Caps.emptyCaps()
Creates a new Caps that is empty. |
static Caps |
Caps.fromString(java.lang.String caps)
Construct a new Caps from a string representation. |
Caps |
Pad.getAllowedCaps()
Gets the capabilities of the allowed media types that can flow through this pad and its peer. |
Caps |
StaticPadTemplate.getCaps()
Get the Caps of the template. |
Caps |
PadTemplate.getCaps()
Gets the Caps set on this PadTemplate |
Caps |
Pad.getCaps()
Get the capabilities this pad can produce or consume. |
Caps |
Buffer.getCaps()
Gets the media type of the buffer. |
Caps |
Pad.getNegotiatedCaps()
Get the capabilities of the media type that currently flows through this pad and its peer. |
Caps |
Pad.getPeerCaps()
Get the capabilities of the peer connected to this pad. |
Caps |
Caps.intersect(Caps other)
Creates a new Caps that contains all the formats that are common
to both this Caps and the other Caps. |
Caps |
Caps.makeWritable()
Returns a writable copy of this caps. |
Caps |
Caps.normalize()
Normalize the Caps. |
Caps |
Caps.subtract(Caps subtrahend)
Subtracts the subtrahend Caps from this Caps. |
Caps |
Caps.union(Caps other)
Creates a new Caps that contains all the formats that are in
either this Caps or the other Caps. |
Methods in org.gstreamer with parameters of type Caps | |
---|---|
boolean |
Pad.acceptCaps(Caps caps)
Check if the pad accepts the given caps. |
void |
Caps.append(Caps caps)
Append the structures contained in caps to this caps object. |
Caps |
Caps.intersect(Caps other)
Creates a new Caps that contains all the formats that are common
to both this Caps and the other Caps. |
boolean |
Caps.isAlwaysCompatible(Caps other)
Check if this caps is always compatible with another caps. |
boolean |
Caps.isEqual(Caps other)
Checks if the given caps represent the same set of caps. |
boolean |
Caps.isEqualFixed(Caps other)
Tests if two Caps are equal. |
boolean |
Caps.isSubset(Caps superset)
Checks if all caps represented by this caps are also represented by superset. |
static boolean |
Element.linkPadsFiltered(Element src,
java.lang.String srcPadName,
Element dest,
java.lang.String destPadName,
Caps caps)
Link together source and destination pads of two elements. |
void |
Caps.merge(Caps other)
Merge another Caps with this one. |
boolean |
Pad.peerAcceptCaps(Caps caps)
Check if the peer of this pad accepts the caps. |
boolean |
Pad.setCaps(Caps caps)
Sets the capabilities of this pad. |
void |
Element.setCaps(Caps caps)
Sets the Caps on this Element. |
void |
Buffer.setCaps(Caps caps)
Sets the media type on the buffer. |
Caps |
Caps.subtract(Caps subtrahend)
Subtracts the subtrahend Caps from this Caps. |
Caps |
Caps.union(Caps other)
Creates a new Caps that contains all the formats that are in
either this Caps or the other Caps. |
Constructors in org.gstreamer with parameters of type Caps | |
---|---|
Caps(Caps caps)
Create a caps that is a copy of another caps. |
|
PadTemplate(java.lang.String nameTemplate,
PadDirection direction,
Caps caps)
Creates a new pad template with a name according to the given template and with the given arguments. |
|
PadTemplate(java.lang.String nameTemplate,
PadDirection direction,
PadPresence presence,
Caps caps)
Creates a new pad template with a name according to the given template and with the given arguments. |
Uses of Caps in org.gstreamer.elements |
---|
Methods in org.gstreamer.elements that return Caps | |
---|---|
Caps |
AppSink.getCaps()
Gets the Caps configured on this AppSink |
protected Caps |
CustomSink.sinkGetCaps()
|
protected Caps |
CustomSrc.srcGetCaps()
|
Methods in org.gstreamer.elements with parameters of type Caps | |
---|---|
void |
AppSrc.setCaps(Caps caps)
|
void |
AppSink.setCaps(Caps caps)
Sets the capabilities on the appsink element. |
protected boolean |
CustomSink.sinkSetCaps(Caps caps)
|
protected void |
CustomSrc.srcFixate(Caps caps)
|
protected boolean |
CustomSrc.srcSetCaps(Caps caps)
|
void |
TypeFind.HAVE_TYPE.typeFound(Element elem,
int probability,
Caps caps)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |