public class Meta extends NativeObject
See upstream documentation at https://gstreamer.freedesktop.org/documentation/gstreamer/gstmeta.html
| Modifier and Type | Class and Description |
|---|---|
static class |
Meta.API<T extends Meta>
API for Meta subclass.
|
protected static class |
Meta.Handle
NativeObject.Handle implementation.
|
NativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>| Modifier | Constructor and Description |
|---|---|
protected |
Meta(Meta.Handle handle)
Create Meta from Handle.
|
protected |
Meta(NativeObject.Initializer init)
Create Meta from Initializer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
close, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidateprotected Meta(NativeObject.Initializer init)
init - initializer.protected Meta(Meta.Handle handle)
handle - native object handle.public String toString()
toString in class NativeObjectCopyright © 2021 gstreamer-java. All rights reserved.