|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Format | |
---|---|
org.gstreamer | |
org.gstreamer.elements | |
org.gstreamer.event | |
org.gstreamer.message | |
org.gstreamer.query |
Uses of Format in org.gstreamer |
---|
Methods in org.gstreamer that return Format | |
---|---|
static Format |
Format.valueOf(int format)
Returns the enum constant of this type with the specified integer value. |
static Format |
Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.gstreamer with parameters of type Format | |
---|---|
void |
Bus.DURATION.durationChanged(GstObject source,
Format format,
long duration)
Called when a new duration message is posted on the Bus. |
long |
Pipeline.queryPosition(Format format)
Gets the current position in terms of the specified Format . |
void |
Pipeline.seek(double rate,
Format format,
int flags,
SeekType startType,
long start,
SeekType stopType,
long stop)
Seeks to a new position in the media stream. |
void |
Bus.SEGMENT_DONE.segmentDone(GstObject source,
Format format,
long position)
Called when a segment-done message has been posted. |
void |
Bus.SEGMENT_START.segmentStart(GstObject source,
Format format,
long position)
|
Uses of Format in org.gstreamer.elements |
---|
Methods in org.gstreamer.elements with parameters of type Format | |
---|---|
void |
BaseSrc.setFormat(Format format)
|
Uses of Format in org.gstreamer.event |
---|
Methods in org.gstreamer.event that return Format | |
---|---|
Format |
SeekEvent.getFormat()
Gets the Format of the start and stop seek values. |
Format |
NewSegmentEvent.getFormat()
Gets the format of the start, stop and position values. |
Format |
BufferSizeEvent.getFormat()
Gets the format of the buffersize event. |
Constructors in org.gstreamer.event with parameters of type Format | |
---|---|
BufferSizeEvent(Format format,
long minsize,
long maxsize,
boolean async)
Creates a new buffersize event. |
|
NewSegmentEvent(boolean update,
double rate,
double appliedRate,
Format format,
long start,
long stop,
long position)
Allocates a new newsegment event with the given format/values triplets. |
|
NewSegmentEvent(boolean update,
double rate,
Format format,
long start,
long stop,
long position)
Allocates a new newsegment event with the given format/values triplets. |
|
SeekEvent(double rate,
Format format,
int flags,
SeekType startType,
long start,
SeekType stopType,
long stop)
Creates a new seek event. |
Uses of Format in org.gstreamer.message |
---|
Methods in org.gstreamer.message that return Format | |
---|---|
Format |
SegmentDoneMessage.getFormat()
Gets the format of the position in this message. |
Format |
DurationMessage.getFormat()
Gets the format of the duration contained in this message. |
Constructors in org.gstreamer.message with parameters of type Format | |
---|---|
DurationMessage(GstObject src,
Format format,
long duration)
Creates a new Buffering message. |
|
SegmentDoneMessage(GstObject src,
Format format,
long position)
Creates a new segment done message. |
Uses of Format in org.gstreamer.query |
---|
Methods in org.gstreamer.query that return Format | |
---|---|
Format |
ConvertQuery.getDestinationFormat()
|
Format |
SegmentQuery.getFormat()
Gets the format of the start and stop values in the segment query. |
Format |
SeekingQuery.getFormat()
Gets the Format of the start and end values for the segment. |
Format |
PositionQuery.getFormat()
Gets the Format of this position query. |
Format |
DurationQuery.getFormat()
Gets the format of this duration query. |
Format |
FormatsQuery.getFormat(int index)
Gets a format at index . |
Format |
ConvertQuery.getSourceFormat()
|
Methods in org.gstreamer.query that return types with arguments of type Format | |
---|---|
java.util.List<Format> |
FormatsQuery.getFormats()
Gets all formats in this query. |
Methods in org.gstreamer.query with parameters of type Format | |
---|---|
void |
ConvertQuery.setConvert(Format srcFormat,
long srcValue,
Format dstFormat,
long dstValue)
|
void |
DurationQuery.setDuration(Format format,
long duration)
Answers a duration query by setting the requested value in the given format. |
void |
FormatsQuery.setFormats(Format... formats)
Sets the formats query result fields. |
void |
PositionQuery.setPosition(Format format,
long position)
Answers a position query by setting the requested value in the given format. |
void |
SeekingQuery.setSeeking(Format format,
boolean seekable,
long start,
long end)
Sets the seeking query result fields. |
void |
SegmentQuery.setSegment(double rate,
Format format,
long startValue,
long stopValue)
Answers a segment query by setting the requested values. |
Constructors in org.gstreamer.query with parameters of type Format | |
---|---|
ConvertQuery(Format srcFormat,
long value,
Format destFormat)
|
|
DurationQuery(Format format)
Constructs a new stream duration query object to query in the given format. |
|
PositionQuery(Format format)
Constructs a new query stream position query object. |
|
SeekingQuery(Format format)
Constructs a new query object for querying seeking properties of the stream. |
|
SegmentQuery(Format format)
Constructs a new segment query object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |