@Gst.Since(minor=10) public class VideoTimeCodeConfig extends NativeObject
See upstream documentation at https://gstreamer.freedesktop.org/documentation/video/gstvideotimecode.html#GstVideoTimeCodeConfig
NativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>| Modifier and Type | Method and Description |
|---|---|
int |
getDenominator()
Denominator of the frame rate.
|
EnumSet<VideoTimeCodeFlags> |
getFlags()
The corresponding
VideoTimeCodeFlags. |
int |
getNumerator()
Numerator of the frame rate.
|
String |
toString() |
close, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidatepublic EnumSet<VideoTimeCodeFlags> getFlags()
VideoTimeCodeFlags.public int getNumerator()
public int getDenominator()
public String toString()
toString in class NativeObjectCopyright © 2021 gstreamer-java. All rights reserved.