@Gst.Since(minor=10) public class VideoTimeCodeMeta extends Meta
See upstream documentation at https://gstreamer.freedesktop.org/documentation/video/gstvideometa.html#GstVideoTimeCodeMeta
Meta.API<T extends Meta>, Meta.HandleNativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>| Modifier and Type | Field and Description |
|---|---|
static Meta.API<VideoTimeCodeMeta> |
API
Meta.API for VideoTimeCodeMeta.
|
static String |
GTYPE_NAME
Underlying GType name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
disown()
Disown this object.
|
VideoTimeCode |
getTimeCode()
Retrieve the time code attached to frame.
|
close, dispose, equals, getPointer, getRawPointer, hashCode, invalidatepublic static final Meta.API<VideoTimeCodeMeta> API
public static final String GTYPE_NAME
public VideoTimeCode getTimeCode()
public void disown()
NativeObjectThe underlying reference will remain valid.
disown in class NativeObjectCopyright © 2021 gstreamer-java. All rights reserved.