| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.video |
| Modifier and Type | Class and Description |
|---|---|
static class |
Meta.API<T extends Meta>
API for Meta subclass.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Meta> |
Buffer.getMeta(Meta.API<T> api)
Get the metadata for api on buffer.
|
<T extends Meta> |
Buffer.getMetaCount(Meta.API<T> api)
Check number of metadata for api.
|
<T extends Meta> |
Buffer.hasMeta(Meta.API<T> api)
Check if buffer contains metadata for api.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Meta> |
Buffer.iterateMeta()
Iterate all Meta on buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VideoTimeCodeMeta
Extra buffer metadata describing the GstVideoTimeCode of the frame.
|
Copyright © 2021 gstreamer-java. All rights reserved.