Uses of Class
org.gstreamer.elements.AppSrc.Type

Packages that use AppSrc.Type
org.gstreamer.elements   
org.gstreamer.lowlevel   
 

Uses of AppSrc.Type in org.gstreamer.elements
 

Methods in org.gstreamer.elements that return AppSrc.Type
static AppSrc.Type AppSrc.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AppSrc.Type[] AppSrc.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gstreamer.elements with parameters of type AppSrc.Type
 void AppSrc.setStreamType(AppSrc.Type type)
           
 

Uses of AppSrc.Type in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return AppSrc.Type
 AppSrc.Type AppAPI.gst_app_src_get_stream_type(AppSrc appsrc)
           
 

Methods in org.gstreamer.lowlevel with parameters of type AppSrc.Type
 void AppAPI.gst_app_src_set_stream_type(AppSrc appsrc, AppSrc.Type type)