@Gst.Since(minor=10) public class VideoTimeCode extends NativeObject
NativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>| Modifier and Type | Method and Description |
|---|---|
void |
disown()
Disown this object.
|
VideoTimeCodeConfig |
getConfig() |
int |
getFrames()
Frames field.
|
int |
getHours()
Hours field, must be less than 24.
|
int |
getMinutes()
Minutes field, must be less than 60.
|
int |
getSeconds()
Second field, must be less than 60.
|
String |
toString() |
close, dispose, equals, getPointer, getRawPointer, hashCode, invalidatepublic VideoTimeCodeConfig getConfig()
public int getHours()
public int getMinutes()
public int getSeconds()
public int getFrames()
public String toString()
toString in class NativeObjectpublic void disown()
NativeObjectThe underlying reference will remain valid.
disown in class NativeObjectCopyright © 2021 gstreamer-java. All rights reserved.