org.gstreamer.lowlevel
Interface GstVideoOrientationAPI

All Superinterfaces:
com.sun.jna.Library

public interface GstVideoOrientationAPI
extends com.sun.jna.Library


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static GstVideoOrientationAPI GSTVIDEOORIENTATION_API
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 boolean gst_video_orientation_get_hcenter(VideoOrientation video_orientation, int center)
           
 boolean gst_video_orientation_get_hflip(VideoOrientation video_orientation, boolean flip)
           
 GType gst_video_orientation_get_type()
           
 boolean gst_video_orientation_get_vcenter(VideoOrientation video_orientation, int center)
           
 boolean gst_video_orientation_get_vflip(VideoOrientation video_orientation, boolean flip)
           
 boolean gst_video_orientation_set_hcenter(VideoOrientation video_orientation, int center)
           
 boolean gst_video_orientation_set_hflip(VideoOrientation video_orientation, boolean flip)
           
 boolean gst_video_orientation_set_vcenter(VideoOrientation video_orientation, int center)
           
 boolean gst_video_orientation_set_vflip(VideoOrientation video_orientation, boolean flip)
           
 

Field Detail

GSTVIDEOORIENTATION_API

static final GstVideoOrientationAPI GSTVIDEOORIENTATION_API
Method Detail

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)