| Modifier and Type | Method and Description |
|---|---|
Structure |
Structure.copy() |
static Structure |
Structure.fromString(String data)
Creates a Structure from a string representation.
|
Structure |
Promise.getReply()
Retrieve the reply set on the promise.
|
Structure |
Context.getStructure()
Access the structure of the context.
|
Structure |
Caps.getStructure(int index)
Get a
Structure contained in this caps. |
Structure |
Context.getWritableStructure()
Get a writable version of the structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Caps.append(Structure struct)
Append structure to this caps.
|
boolean |
Structure.isEqual(Structure structure)
Checks that two structures are equal
|
void |
Promise.reply(Structure structure)
Set a reply on the promise.
|
| Modifier and Type | Method and Description |
|---|---|
Structure |
Device.getProperties()
Gets the extra properties of a device.
|
| Modifier and Type | Method and Description |
|---|---|
Structure |
Event.getStructure()
Gets the structure containing the data in this event.
|
| Constructor and Description |
|---|
NavigationEvent(Structure structure)
Creates a new navigation event from the given description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Navigation.sendEvent(Structure structure) |
| Modifier and Type | Method and Description |
|---|---|
Structure |
Message.getStructure()
Gets the structure containing the data in this message.
|
| Modifier and Type | Method and Description |
|---|---|
Structure |
Query.getStructure()
Get the structure of this query.
|
Copyright © 2021 gstreamer-java. All rights reserved.