org.gstreamer.lowlevel
public interface AppAPI extends com.sun.jna.Library
static final AppAPI APP_API
GType gst_app_src_get_type()
void gst_app_src_set_size(AppSrc appsrc, long size)
long gst_app_src_get_size(AppSrc appsrc)
void gst_app_src_set_stream_type(AppSrc appsrc, AppSrc.Type type)
AppSrc.Type gst_app_src_get_stream_type(AppSrc appsrc)
void gst_app_src_set_max_bytes(AppSrc appsrc, long max)
long gst_app_src_get_max_bytes(AppSrc appsrc)
void gst_app_src_set_latency(AppSrc appsrc, long min, long max)
void gst_app_src_get_latency(AppSrc appsrc, com.sun.jna.ptr.LongByReference min, com.sun.jna.ptr.LongByReference max)
void gst_app_src_flush_queued(AppSrc appsrc)
FlowReturn gst_app_src_push_buffer(AppSrc appsrc, Buffer buffer)
FlowReturn gst_app_src_end_of_stream(AppSrc appsrc)
GType gst_app_sink_get_type()
boolean gst_app_sink_is_eos(AppSink appsink)
Copyright © 2014. All rights reserved.