org.gstreamer.lowlevel
Interface GstVideoAPI

All Superinterfaces:
com.sun.jna.Library

public interface GstVideoAPI
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 GstVideoAPI GSTVIDEO_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
 GValueAPI.GValue gst_video_frame_rate(Pad pad)
           
 boolean gst_video_get_size(Pad pad, int[] width, int[] height)
           
 

Field Detail

GSTVIDEO_API

static final GstVideoAPI GSTVIDEO_API
Method Detail

gst_video_frame_rate

GValueAPI.GValue gst_video_frame_rate(Pad pad)

gst_video_get_size

boolean gst_video_get_size(Pad pad,
                           int[] width,
                           int[] height)