org.gstreamer.lowlevel
Interface GstVideoOrientationAPI
- All Superinterfaces:
- com.sun.jna.Library
public interface GstVideoOrientationAPI
- extends com.sun.jna.Library
Nested classes/interfaces inherited from interface com.sun.jna.Library |
com.sun.jna.Library.Handler |
Fields inherited from interface com.sun.jna.Library |
OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
INSTANCE
static final GstVideoOrientationAPI INSTANCE
gst_video_orientation_get_type
GType gst_video_orientation_get_type()
gst_video_orientation_get_hflip
boolean gst_video_orientation_get_hflip(VideoOrientation video_orientation,
boolean flip)
gst_video_orientation_get_vflip
boolean gst_video_orientation_get_vflip(VideoOrientation video_orientation,
boolean flip)
gst_video_orientation_get_hcenter
boolean gst_video_orientation_get_hcenter(VideoOrientation video_orientation,
int center)
gst_video_orientation_get_vcenter
boolean gst_video_orientation_get_vcenter(VideoOrientation video_orientation,
int center)
gst_video_orientation_set_hflip
boolean gst_video_orientation_set_hflip(VideoOrientation video_orientation,
boolean flip)
gst_video_orientation_set_vflip
boolean gst_video_orientation_set_vflip(VideoOrientation video_orientation,
boolean flip)
gst_video_orientation_set_hcenter
boolean gst_video_orientation_set_hcenter(VideoOrientation video_orientation,
int center)
gst_video_orientation_set_vcenter
boolean gst_video_orientation_set_vcenter(VideoOrientation video_orientation,
int center)