SYMBOL INDEX (3911 symbols across 307 files) FILE: src/org/freedesktop/gstreamer/Bin.java class Bin (line 68) | public class Bin extends Element { method Bin (line 73) | protected Bin(Initializer init) { method Bin (line 77) | Bin(Handle handle, boolean needRef) { method Bin (line 84) | public Bin() { method Bin (line 93) | public Bin(String name) { method add (line 110) | public boolean add(Element element) { method addMany (line 120) | public void addMany(Element... elements) { method remove (line 135) | public boolean remove(Element element) { method removeMany (line 144) | public void removeMany(Element... elements) { method elementList (line 148) | private List elementList(GstIteratorPtr iter) { method getElements (line 157) | public List getElements() { method getElementsSorted (line 168) | public List getElementsSorted() { method getElementsRecursive (line 182) | public List getElementsRecursive() { method getSinks (line 191) | public List getSinks() { method getSources (line 200) | public List getSources() { method getElementByName (line 211) | public Element getElementByName(String name) { method getElementByNameRecurseUp (line 222) | public Element getElementByNameRecurseUp(String name) { method debugToDotFile (line 249) | public void debugToDotFile(EnumSet details, String ... method debugToDotFileWithTS (line 271) | public void debugToDotFileWithTS(EnumSet details, S... type ELEMENT_ADDED (line 282) | public static interface ELEMENT_ADDED { method elementAdded (line 290) | public void elementAdded(Bin bin, Element element); method connect (line 299) | public void connect(final ELEMENT_ADDED listener) { method disconnect (line 313) | public void disconnect(ELEMENT_ADDED listener) { type ELEMENT_REMOVED (line 323) | public static interface ELEMENT_REMOVED { method elementRemoved (line 331) | public void elementRemoved(Bin bin, Element element); method connect (line 340) | public void connect(final ELEMENT_REMOVED listener) { method disconnect (line 354) | public void disconnect(ELEMENT_REMOVED listener) { type DEEP_ELEMENT_ADDED (line 365) | @Gst.Since(minor = 10) method elementAdded (line 377) | public void elementAdded(Bin bin, Bin sub_bin, Element element); method connect (line 386) | @Gst.Since(minor = 10) method disconnect (line 402) | @Gst.Since(minor = 10) type DEEP_ELEMENT_REMOVED (line 414) | @Gst.Since(minor = 10) method elementRemoved (line 426) | public void elementRemoved(Bin bin, Bin sub_bin, Element element); method connect (line 436) | @Gst.Since(minor = 10) method disconnect (line 452) | @Gst.Since(minor = 10) type DO_LATENCY (line 463) | public static interface DO_LATENCY { method doLatency (line 470) | public void doLatency(Bin bin); method connect (line 479) | public void connect(final DO_LATENCY listener) { method disconnect (line 493) | public void disconnect(DO_LATENCY listener) { type DebugGraphDetails (line 501) | public static enum DebugGraphDetails implements NativeFlags T getMeta(Meta.API api) { method iterateMeta (line 286) | public Iterator iterateMeta() { method hasMeta (line 299) | @Gst.Since(minor = 14) method getMetaCount (line 314) | @Gst.Since(minor = 14) method setFlags (line 334) | @Gst.Since(minor = 10) method unsetFlags (line 350) | @Gst.Since(minor = 10) class MetaIterator (line 356) | private static class MetaIterator implements Iterator { method MetaIterator (line 362) | MetaIterator(final Buffer buffer) { method hasNext (line 367) | @Override method next (line 375) | @Override method getNext (line 385) | private Meta getNext() { FILE: src/org/freedesktop/gstreamer/BufferFlags.java type BufferFlags (line 29) | public enum BufferFlags implements NativeFlags { method BufferFlags (line 112) | private BufferFlags(int value) { method intValue (line 119) | public final int intValue() { FILE: src/org/freedesktop/gstreamer/BufferPool.java class BufferPool (line 34) | public class BufferPool extends GstObject { method BufferPool (line 41) | public BufferPool() { method BufferPool (line 49) | BufferPool(final Initializer init) { method setParams (line 61) | public void setParams(Caps caps, int size, int min_buffers, int max_bu... method getCaps (line 71) | public Caps getCaps() { FILE: src/org/freedesktop/gstreamer/Bus.java class Bus (line 77) | public class Bus extends GstObject { method Bus (line 95) | Bus(Initializer init) { method setFlushing (line 109) | public void setFlushing(boolean flushing) { method connect (line 119) | public void connect(final EOS listener) { method disconnect (line 133) | public void disconnect(EOS listener) { method connect (line 143) | public void connect(final ERROR listener) { method disconnect (line 162) | public void disconnect(ERROR listener) { method connect (line 172) | public void connect(final WARNING listener) { method disconnect (line 191) | public void disconnect(WARNING listener) { method connect (line 201) | public void connect(final INFO listener) { method disconnect (line 220) | public void disconnect(INFO listener) { method connect (line 230) | public void connect(final STATE_CHANGED listener) { method disconnect (line 252) | public void disconnect(STATE_CHANGED listener) { method connect (line 261) | public void connect(final TAG listener) { method disconnect (line 279) | public void disconnect(TAG listener) { method connect (line 288) | public void connect(final BUFFERING listener) { method disconnect (line 305) | public void disconnect(BUFFERING listener) { method connect (line 314) | public void connect(final DURATION_CHANGED listener) { method disconnect (line 329) | public void disconnect(DURATION_CHANGED listener) { method connect (line 339) | public void connect(final SEGMENT_START listener) { method disconnect (line 358) | public void disconnect(SEGMENT_START listener) { method connect (line 368) | public void connect(final SEGMENT_DONE listener) { method disconnect (line 387) | public void disconnect(SEGMENT_DONE listener) { method connect (line 397) | public void connect(final ASYNC_DONE listener) { method disconnect (line 412) | public void disconnect(ASYNC_DONE listener) { method connect (line 422) | public void connect(final MESSAGE listener) { method connect (line 438) | public void connect(String signal, final MESSAGE listener) { method disconnect (line 458) | public void disconnect(MESSAGE listener) { method post (line 469) | public boolean post(Message message) { method setSyncHandler (line 491) | public void setSyncHandler(BusSyncHandler handler) { method clearSyncHandler (line 500) | public void clearSyncHandler() { method getSyncHandler (line 509) | public BusSyncHandler getSyncHandler() { method connect (line 522) | private void connect(Class listenerClass, T listener, BusCallba... method connect (line 545) | @Override method addMessageProxy (line 561) | private synchronized void addMessageProxy(MessageType type, method disconnect (line 569) | @Override method removeMessageProxy (line 578) | private synchronized void removeMessageProxy(Class listenerClas... method dispatchMessage (line 594) | private void dispatchMessage(GstBusPtr busPtr, GstMessagePtr msgPtr) { method dispose (line 605) | @Override method addWatch (line 615) | private void addWatch() { method removeWatch (line 629) | private void removeWatch() { type EOS (line 650) | public static interface EOS { method endOfStream (line 657) | public void endOfStream(GstObject source); type ERROR (line 669) | public static interface ERROR { method errorMessage (line 678) | public void errorMessage(GstObject source, int code, String message); type WARNING (line 687) | public static interface WARNING { method warningMessage (line 696) | public void warningMessage(GstObject source, int code, String message); type INFO (line 705) | public static interface INFO { method infoMessage (line 715) | public void infoMessage(GstObject source, int code, String message); type TAG (line 724) | public static interface TAG { method tagsFound (line 732) | public void tagsFound(GstObject source, TagList tagList); type STATE_CHANGED (line 741) | public static interface STATE_CHANGED { method stateChanged (line 752) | public void stateChanged(GstObject source, State old, State current,... type BUFFERING (line 761) | public static interface BUFFERING { method bufferingData (line 782) | public void bufferingData(GstObject source, int percent); type DURATION_CHANGED (line 801) | public static interface DURATION_CHANGED { method durationChanged (line 808) | public void durationChanged(GstObject source); type SEGMENT_START (line 818) | public static interface SEGMENT_START { method segmentStart (line 820) | public void segmentStart(GstObject source, Format format, long posit... type SEGMENT_DONE (line 834) | public static interface SEGMENT_DONE { method segmentDone (line 843) | public void segmentDone(GstObject source, Format format, long positi... type ASYNC_DONE (line 855) | public static interface ASYNC_DONE { method asyncDone (line 862) | public void asyncDone(GstObject source); type MESSAGE (line 874) | public static interface MESSAGE { method busMessage (line 882) | public void busMessage(Bus bus, Message message); class MessageProxy (line 885) | private static class MessageProxy { method MessageProxy (line 892) | MessageProxy(MessageType type, Class listenerClass, T listener, B... method busMessage (line 899) | void busMessage(final GstBusPtr bus, final GstMessagePtr msg) { class SyncCallback (line 906) | private static class SyncCallback implements GstBusAPI.BusSyncHandler { method callback (line 915) | @Override FILE: src/org/freedesktop/gstreamer/BusSyncHandler.java type BusSyncHandler (line 30) | public interface BusSyncHandler { method syncMessage (line 32) | public BusSyncReply syncMessage(Message message); FILE: src/org/freedesktop/gstreamer/BusSyncReply.java type BusSyncReply (line 28) | public enum BusSyncReply implements NativeEnum { method BusSyncReply (line 39) | BusSyncReply(int value) { method intValue (line 47) | @Override FILE: src/org/freedesktop/gstreamer/Caps.java class Caps (line 64) | public class Caps extends MiniObject { method Caps (line 74) | public Caps() { method Caps (line 84) | public Caps(String caps) { method Caps (line 94) | public Caps(Caps caps) { method Caps (line 98) | Caps(Initializer init) { method append (line 110) | public void append(Caps caps) { method append (line 120) | public void append(Structure struct) { method copy (line 132) | public Caps copy() { method equals (line 136) | @Override method getStructure (line 152) | public Structure getStructure(int index) { method intersect (line 172) | public Caps intersect(Caps other) { method isAlwaysCompatible (line 186) | public boolean isAlwaysCompatible(Caps other) { method isAny (line 195) | public boolean isAny() { method isEmpty (line 204) | public boolean isEmpty() { method isEqual (line 217) | public boolean isEqual(Caps other) { method isEqualFixed (line 227) | public boolean isEqualFixed(Caps other) { method isFixed (line 240) | public boolean isFixed() { method isSubset (line 254) | public boolean isSubset(Caps superset) { method makeWritable (line 270) | public Caps makeWritable() { method normalize (line 284) | public Caps normalize() { method removeStructure (line 296) | public void removeStructure(int index) { method setInteger (line 300) | public void setInteger(String field, Integer value) { method simplify (line 312) | public Caps simplify() { method size (line 323) | public int size() { method subtract (line 336) | public Caps subtract(Caps subtrahend) { method toString (line 340) | @Override method truncate (line 352) | public Caps truncate() { method anyCaps (line 364) | public static Caps anyCaps() { method emptyCaps (line 374) | public static Caps emptyCaps() { method fromString (line 388) | public static Caps fromString(String caps) { method merge (line 405) | public static Caps merge(Caps caps1, Caps caps2) { FILE: src/org/freedesktop/gstreamer/Clock.java class Clock (line 93) | public class Clock extends GstObject { method Clock (line 96) | @Deprecated // should be package private method setResolution (line 112) | public long setResolution(long resolution) { method getResolution (line 122) | public long getResolution() { method getTime (line 136) | public long getTime() { method getInternalTime (line 147) | public long getInternalTime() { method getMaster (line 158) | public Clock getMaster() { method setMaster (line 179) | public boolean setMaster(Clock master) { method getCalibration (line 194) | @Deprecated method getCalibration (line 205) | public Calibration getCalibration() { method setCalibration (line 245) | public void setCalibration(long internal, long external, long rateNume... method newSingleShotID (line 258) | public ClockID newSingleShotID(long time) { method newPeriodicID (line 273) | public ClockID newPeriodicID(long startTime, long interval) { class Calibration (line 280) | public static final class Calibration { method Calibration (line 287) | private Calibration(long internal, long external, long rateNum, long... method internal (line 299) | public long internal() { method external (line 308) | public long external() { method rateNum (line 317) | public long rateNum() { method rateDenom (line 326) | public long rateDenom() { method hashCode (line 330) | @Override method equals (line 340) | @Override method toString (line 367) | @Override FILE: src/org/freedesktop/gstreamer/ClockID.java class ClockID (line 29) | public class ClockID extends RefCountedObject implements Comparable getPads() { method getSrcPads (line 357) | public List getSrcPads() { method getSinkPads (line 366) | public List getSinkPads() { method padList (line 370) | private List padList(GstIteratorPtr iter) { method addPad (line 389) | public boolean addPad(Pad pad) { method getRequestPad (line 401) | public Pad getRequestPad(String name) { method releaseRequestPad (line 410) | public void releaseRequestPad(Pad pad) { method removePad (line 433) | public boolean removePad(Pad pad) { method getFactory (line 442) | public ElementFactory getFactory() { method getBus (line 452) | public Bus getBus() { method sendEvent (line 466) | public boolean sendEvent(Event ev) { type PAD_ADDED (line 476) | public static interface PAD_ADDED { method padAdded (line 484) | public void padAdded(Element element, Pad pad); type PAD_REMOVED (line 493) | public static interface PAD_REMOVED { method padRemoved (line 501) | public void padRemoved(Element element, Pad pad); type NO_MORE_PADS (line 510) | public static interface NO_MORE_PADS { method noMorePads (line 517) | public void noMorePads(Element element); method connect (line 526) | public void connect(final PAD_ADDED listener) { method disconnect (line 540) | public void disconnect(PAD_ADDED listener) { method connect (line 550) | public void connect(final PAD_REMOVED listener) { method disconnect (line 564) | public void disconnect(PAD_REMOVED listener) { method connect (line 574) | public void connect(final NO_MORE_PADS listener) { method disconnect (line 588) | public void disconnect(NO_MORE_PADS listener) { method linkMany (line 601) | public static boolean linkMany(Element... elements) { method unlinkMany (line 611) | public static void unlinkMany(Element... elements) { method linkPads (line 631) | public static boolean linkPads(Element src, String srcPadName, Element... method linkPadsFiltered (line 652) | public static boolean linkPadsFiltered(Element src, String srcPadName, method unlinkPads (line 666) | public static void unlinkPads(Element src, String srcPadName, Element ... method postMessage (line 677) | public boolean postMessage(Message message) { method getClock (line 686) | public Clock getClock() { method getBaseTime (line 697) | public long getBaseTime() { method setBaseTime (line 707) | public void setBaseTime(long time) { method getStartTime (line 722) | public long getStartTime() { method setStartTime (line 744) | public void setStartTime(long time) { method query (line 760) | public boolean query(Query query) { method setContext (line 769) | public void setContext(Context context) { method getContext (line 780) | public Context getContext(String context_type) { method queryDuration (line 800) | public long queryDuration(Format format) { method queryPosition (line 816) | public long queryPosition(Format format) { method seek (line 836) | public boolean seek(double rate, Format format, Set seekFlags, method seekSimple (line 868) | public boolean seekSimple(Format format, Set seekFlags, lon... class Handle (line 873) | static class Handle extends GstObject.Handle { method Handle (line 875) | public Handle(GstObjectPtr ptr, boolean ownsHandle) { FILE: src/org/freedesktop/gstreamer/ElementFactory.java class ElementFactory (line 49) | public class ElementFactory extends PluginFeature { method ElementFactory (line 61) | ElementFactory(Initializer init) { method create (line 74) | public Element create(String name) { method getAuthor (line 91) | public String getAuthor() { method getDescription (line 103) | public String getDescription() { method getKlass (line 116) | public String getKlass() { method getLongName (line 128) | public String getLongName() { method getStaticPadTemplates (line 140) | public List getStaticPadTemplates() { method find (line 166) | public static ElementFactory find(String name) { method listGetElements (line 228) | public static List listGetElements(ListType type, Rank... method listGetElementsFilter (line 263) | public static List listGetElementsFilter(ListType type... method make (line 293) | public static Element make(String factoryName, String name) { method makeRawElement (line 300) | static Pointer makeRawElement(String factoryName, String name) { method elementFor (line 313) | private static Element elementFor(Pointer ptr, String factoryName) { type ListType (line 320) | public enum ListType { method ListType (line 373) | private ListType(long value) { method getValue (line 377) | public long getValue() { FILE: src/org/freedesktop/gstreamer/FlowReturn.java type FlowReturn (line 35) | public enum FlowReturn implements NativeEnum { method FlowReturn (line 62) | FlowReturn(int value) { method intValue (line 70) | @Override FILE: src/org/freedesktop/gstreamer/Format.java type Format (line 34) | public enum Format implements NativeEnum { method Format (line 57) | Format(int value) { method intValue (line 61) | @Override FILE: src/org/freedesktop/gstreamer/Fraction.java class Fraction (line 25) | public class Fraction { method Fraction (line 35) | public Fraction(int numerator, int denominator) { method getNumerator (line 45) | public int getNumerator() { method getDenominator (line 54) | public int getDenominator() { method toDouble (line 62) | public double toDouble() { FILE: src/org/freedesktop/gstreamer/GhostPad.java class GhostPad (line 53) | public class GhostPad extends Pad { method GhostPad (line 60) | GhostPad(Initializer init) { method GhostPad (line 71) | public GhostPad(String name, Pad target) { method GhostPad (line 84) | public GhostPad(String name, Pad target, PadTemplate template) { method GhostPad (line 97) | public GhostPad(String name, PadDirection direction) { method GhostPad (line 108) | public GhostPad(String name, PadTemplate template) { method getTarget (line 118) | public Pad getTarget() { method setTarget (line 130) | public boolean setTarget(Pad pad) { FILE: src/org/freedesktop/gstreamer/Gst.java class Gst (line 71) | public final class Gst { class NativeArgs (line 86) | private static class NativeArgs { method NativeArgs (line 93) | public NativeArgs(String progname, String[] args) { method toStringArray (line 117) | String[] toStringArray() { method Gst (line 133) | private Gst() { method getVersion (line 142) | public static Version getVersion() { method getVersionString (line 153) | public static String getVersionString() { method isSegTrapEnabled (line 169) | public static boolean isSegTrapEnabled() { method setSegTrap (line 179) | public static void setSegTrap(boolean enabled) { method isInitialized (line 188) | public static synchronized final boolean isInitialized() { method getExecutor (line 198) | public static ScheduledExecutorService getExecutor() { method quit (line 205) | public static void quit() { method parseLaunch (line 223) | public static Element parseLaunch(String pipelineDescription, List List asList(GstIteratorPtr iter, Cl... FILE: src/org/freedesktop/gstreamer/GstObject.java class GstObject (line 53) | public class GstObject extends GObject { method GstObject (line 64) | protected GstObject(Initializer init) { method GstObject (line 68) | protected GstObject(Handle handle, boolean needRef) { method setAsString (line 83) | public void setAsString(String property, String data) { method getAsString (line 119) | public String getAsString(String property) { method findProperty (line 134) | private GObjectAPI.GParamSpec findProperty(String propertyName) { method setName (line 156) | public boolean setName(String name) { method getName (line 168) | public String getName() { method getParent (line 178) | public GstObject getParent() { method suggestNextSync (line 189) | public long suggestNextSync() { method syncValues (line 204) | public boolean syncValues(long timestamp) { method hasActiveControlBindings (line 213) | public boolean hasActiveControlBindings() { method setControlBindingsDisabled (line 223) | public void setControlBindingsDisabled(boolean disabled) { method setControlBindingDisabled (line 235) | public void setControlBindingDisabled(String propertyName, boolean dis... method addControlBinding (line 247) | public void addControlBinding(ControlBinding binding) { method getControlBinding (line 263) | public ControlBinding getControlBinding(String propertyName) { method removeControlBinding (line 275) | public boolean removeControlBinding(ControlBinding binding) { method toString (line 281) | @Override class Handle (line 293) | protected static class Handle extends GObject.Handle { method Handle (line 295) | public Handle(GstObjectPtr ptr, boolean ownsHandle) { method ref (line 299) | @Override method sink (line 304) | @Override method unref (line 309) | @Override method getPointer (line 314) | @Override FILE: src/org/freedesktop/gstreamer/Meta.java class Meta (line 34) | public class Meta extends NativeObject { method Meta (line 41) | protected Meta(Initializer init) { method Meta (line 51) | protected Meta(Handle handle) { method toString (line 55) | @Override class Handle (line 64) | protected static class Handle extends NativeObject.Handle { method Handle (line 72) | public Handle(GstMetaPtr ptr, boolean ownsHandle) { method disposeNativeHandle (line 76) | @Override class API (line 98) | public static final class API { method API (line 112) | public API(Class impl, String api) { method getImplClass (line 118) | Class getImplClass() { method getAPIGType (line 122) | GType getAPIGType() { FILE: src/org/freedesktop/gstreamer/MetaFlags.java type MetaFlags (line 28) | enum MetaFlags implements NativeFlags { method MetaFlags (line 55) | MetaFlags(int value) { method intValue (line 64) | @Override FILE: src/org/freedesktop/gstreamer/MiniObject.java class MiniObject (line 41) | public abstract class MiniObject extends RefCountedObject { method MiniObject (line 46) | protected MiniObject(Initializer init) { method MiniObject (line 51) | protected MiniObject(Handle handle, boolean needRef) { method isWritable (line 71) | public boolean isWritable() { method makeWritable (line 82) | protected T makeWritable() { method copy (line 95) | public T copy() { method getRefCount (line 103) | public int getRefCount() { class Handle (line 108) | protected static class Handle extends RefCountedObject.Handle { method Handle (line 110) | public Handle(GstMiniObjectPtr ptr, boolean ownsHandle) { method disposeNativeHandle (line 114) | @Override method ref (line 120) | @Override method unref (line 125) | @Override method getPointer (line 130) | @Override FILE: src/org/freedesktop/gstreamer/MiniObjectFlags.java type MiniObjectFlags (line 26) | public enum MiniObjectFlags implements NativeFlags { method MiniObjectFlags (line 50) | private MiniObjectFlags(int value) { method intValue (line 54) | public int intValue() { FILE: src/org/freedesktop/gstreamer/Pad.java class Pad (line 81) | public class Pad extends GstObject { method Pad (line 91) | Pad(Initializer init) { method Pad (line 95) | private Pad(Handle handle, boolean needRef) { method Pad (line 107) | public Pad(String name, PadDirection direction) { method Pad (line 120) | public Pad(PadTemplate template, String name) { method queryCaps (line 143) | public Caps queryCaps(Caps filter) { method getAllowedCaps (line 159) | public Caps getAllowedCaps() { method getCurrentCaps (line 171) | public Caps getCurrentCaps() { method getPeer (line 182) | public Pad getPeer() { method peerQueryCaps (line 199) | public Caps peerQueryCaps(Caps filter) { method queryAcceptCaps (line 209) | public boolean queryAcceptCaps(Caps caps) { method peerQueryAcceptCaps (line 220) | public boolean peerQueryAcceptCaps(Caps caps) { method link (line 232) | public void link(Pad sink) throws PadLinkException { method unlink (line 250) | public boolean unlink(Pad pad) { method isLinked (line 259) | public boolean isLinked() { method getDirection (line 269) | public PadDirection getDirection() { method getParentElement (line 279) | public Element getParentElement() { method setActive (line 298) | public boolean setActive(boolean active) { method isBlocked (line 309) | public boolean isBlocked() { method block (line 318) | public void block(final Runnable callback) { method isBlocking (line 335) | public boolean isBlocking() { method connect (line 345) | public void connect(final LINKED listener) { method disconnect (line 360) | public void disconnect(LINKED listener) { method connect (line 370) | public void connect(final UNLINKED listener) { method disconnect (line 386) | public void disconnect(UNLINKED listener) { method addProbe (line 405) | public void addProbe(final Set mask, PROBE callback) { method addProbe (line 423) | public void addProbe(PadProbeType mask, PROBE callback) { method addProbe (line 427) | synchronized void addProbe(int mask, PROBE callback) { method removeProbe (line 465) | public synchronized void removeProbe(PROBE callback) { method addEventProbe (line 469) | public void addEventProbe(final EVENT_PROBE listener) { method addEventProbe (line 474) | synchronized void addEventProbe(final EVENT_PROBE listener, final int ... method removeEventProbe (line 511) | public void removeEventProbe(EVENT_PROBE listener) { method addDataProbe (line 515) | public synchronized void addDataProbe(final DATA_PROBE listener) { method removeDataProbe (line 544) | public void removeDataProbe(DATA_PROBE listener) { method sendEvent (line 570) | public boolean sendEvent(Event event) { method pushEvent (line 584) | public boolean pushEvent(Event event) { method chain (line 612) | public FlowReturn chain(Buffer buffer) { method getRange (line 633) | public FlowReturn getRange(long offset, int size, Buffer[] buffer) { method pullRange (line 658) | public FlowReturn pullRange(long offset, int size, Buffer[] buffer) { method push (line 679) | public FlowReturn push(final Buffer buffer) { method getTemplate (line 689) | public PadTemplate getTemplate() { method hasCurrentCaps (line 698) | public boolean hasCurrentCaps() { type LINKED (line 708) | public static interface LINKED { method linked (line 716) | public void linked(Pad pad, Pad peer); type UNLINKED (line 726) | public static interface UNLINKED { method unlinked (line 734) | public void unlinked(Pad pad, Pad peer); type PROBE (line 741) | public static interface PROBE { method probeCallback (line 755) | public PadProbeReturn probeCallback(Pad pad, PadProbeInfo info); type EVENT_PROBE (line 765) | public static interface EVENT_PROBE { method eventReceived (line 767) | public PadProbeReturn eventReceived(Pad pad, Event event); type DATA_PROBE (line 777) | public static interface DATA_PROBE { method dataReceived (line 779) | public PadProbeReturn dataReceived(Pad pad, Buffer buffer); class Handle (line 783) | private static class Handle extends GstObject.Handle { method Handle (line 787) | private Handle(GstPadPtr ptr, boolean ownsHandle) { method getPointer (line 792) | @Override method addProbe (line 797) | private synchronized NativeLong addProbe(int mask, GstPadAPI.PadProb... method removeProbe (line 805) | private synchronized void removeProbe(NativeLong id) { method clearProbes (line 811) | private synchronized void clearProbes() { method invalidate (line 816) | @Override method dispose (line 822) | @Override FILE: src/org/freedesktop/gstreamer/PadDirection.java type PadDirection (line 27) | public enum PadDirection implements NativeEnum { method PadDirection (line 37) | private PadDirection(int value) { method intValue (line 41) | @Override FILE: src/org/freedesktop/gstreamer/PadLinkException.java class PadLinkException (line 24) | public class PadLinkException extends GstException { method PadLinkException (line 28) | PadLinkException(PadLinkReturn result) { method PadLinkException (line 32) | PadLinkException(String message, PadLinkReturn result) { method getLinkResult (line 41) | public PadLinkReturn getLinkResult() { FILE: src/org/freedesktop/gstreamer/PadLinkReturn.java type PadLinkReturn (line 28) | public enum PadLinkReturn implements NativeEnum { method PadLinkReturn (line 47) | PadLinkReturn(int value) { method intValue (line 54) | @Override FILE: src/org/freedesktop/gstreamer/PadMode.java type PadMode (line 29) | public enum PadMode { FILE: src/org/freedesktop/gstreamer/PadPresence.java type PadPresence (line 25) | public enum PadPresence { FILE: src/org/freedesktop/gstreamer/PadProbeInfo.java class PadProbeInfo (line 31) | public final class PadProbeInfo { method PadProbeInfo (line 35) | PadProbeInfo(GstPadProbeInfo info) { method getType (line 44) | public Set getType() { method getBuffer (line 53) | public Buffer getBuffer() { method getEvent (line 62) | public Event getEvent() { method getQuery (line 71) | public Query getQuery() { method invalidate (line 75) | void invalidate() { FILE: src/org/freedesktop/gstreamer/PadProbeReturn.java type PadProbeReturn (line 24) | public enum PadProbeReturn { FILE: src/org/freedesktop/gstreamer/PadProbeType.java type PadProbeType (line 36) | public enum PadProbeType implements NativeFlags { method PadProbeType (line 160) | private PadProbeType(int value) { method intValue (line 164) | @Override FILE: src/org/freedesktop/gstreamer/PadTemplate.java class PadTemplate (line 42) | public class PadTemplate extends GstObject { method PadTemplate (line 53) | PadTemplate(Initializer init) { method PadTemplate (line 65) | public PadTemplate(String nameTemplate, PadDirection direction, Caps c... method PadTemplate (line 78) | public PadTemplate(String nameTemplate, PadDirection direction, PadPre... method getCaps (line 87) | public Caps getCaps() { method getTemplateName (line 96) | public String getTemplateName() { method getDirection (line 105) | public PadDirection getDirection() { method getPresence (line 118) | public PadPresence getPresence() { FILE: src/org/freedesktop/gstreamer/Pipeline.java class Pipeline (line 91) | public class Pipeline extends Bin { method Pipeline (line 100) | protected Pipeline(Initializer init) { method Pipeline (line 104) | Pipeline(Handle handle, boolean needRef) { method Pipeline (line 113) | public Pipeline() { method Pipeline (line 122) | public Pipeline(String name) { method initializer (line 126) | private static Initializer initializer(String name) { method setAutoFlushBus (line 150) | public void setAutoFlushBus(boolean flush) { method getAutoFlushBus (line 162) | public boolean getAutoFlushBus() { method setClock (line 177) | public boolean setClock(Clock clock) { method getClock (line 186) | @Override method useClock (line 202) | public void useClock(Clock clock) { method getBus (line 211) | @Override method seek (line 226) | public boolean seek(long time) { method seek (line 240) | public boolean seek(long time, TimeUnit unit) { method seek (line 288) | public boolean seek(double rate, Format format, EnumSet see... method seek (line 293) | @Override method queryPosition (line 305) | public long queryPosition(TimeUnit unit) { method queryPosition (line 309) | @Override method queryDuration (line 320) | public long queryDuration(TimeUnit unit) { method queryDuration (line 324) | @Override method querySegment (line 334) | public Segment querySegment() { method querySegment (line 345) | public Segment querySegment(Format format) { class Handle (line 356) | static class Handle extends Bin.Handle { method Handle (line 360) | public Handle(GstObjectPtr ptr, boolean ownsHandle) { method invalidate (line 365) | @Override method dispose (line 371) | @Override method disposeBus (line 377) | private void disposeBus() { FILE: src/org/freedesktop/gstreamer/Plugin.java class Plugin (line 58) | public class Plugin extends GstObject { method Plugin (line 67) | Plugin(Initializer init) { method loadByName (line 77) | public static Plugin loadByName(String pluginName) { method getName (line 86) | @Override method getDescription (line 96) | public String getDescription() { method getFilename (line 105) | public String getFilename() { method getVersion (line 114) | public String getVersion() { method getLicense (line 123) | public String getLicense() { method getSource (line 132) | public String getSource() { method getPackage (line 141) | public String getPackage() { method getOrigin (line 150) | public String getOrigin() { method getReleaseDateString (line 164) | public String getReleaseDateString() { method isLoaded (line 173) | public boolean isLoaded() { FILE: src/org/freedesktop/gstreamer/PluginFeature.java class PluginFeature (line 38) | public class PluginFeature extends GstObject { type Rank (line 52) | public enum Rank implements NativeEnum { method Rank (line 76) | private Rank(int value) { method intValue (line 80) | @Override method PluginFeature (line 89) | PluginFeature(Initializer init) { method toString (line 93) | @Override method getName (line 103) | @Override method setName (line 114) | @Override method setRank (line 126) | public void setRank(int rank) { method setRank (line 136) | public void setRank(Rank rank) { method getRank (line 145) | public int getRank() { method checkVersion (line 158) | public boolean checkVersion(int major, int minor, int micro) { method getPluginName (line 168) | public String getPluginName() { method getPlugin (line 177) | public Plugin getPlugin() { FILE: src/org/freedesktop/gstreamer/Promise.java class Promise (line 36) | @Gst.Since(minor = 14) method Promise (line 48) | Promise(final Initializer init) { method Promise (line 55) | public Promise() { method Promise (line 66) | public Promise(final PROMISE_CHANGE listener) { method Promise (line 74) | private Promise(GstCallback callback) { method waitResult (line 86) | public PromiseResult waitResult() { method reply (line 101) | public void reply(final Structure structure) { method interrupt (line 111) | public void interrupt() { method expire (line 121) | public void expire() { method getReply (line 134) | public Structure getReply() { type PROMISE_CHANGE (line 142) | public static interface PROMISE_CHANGE { method onChange (line 150) | public void onChange(Promise promise); FILE: src/org/freedesktop/gstreamer/PromiseResult.java type PromiseResult (line 26) | @Gst.Since(minor = 14) FILE: src/org/freedesktop/gstreamer/Range.java class Range (line 30) | public class Range { method Range (line 36) | Range(GValueAPI.GValue value) { method getMinFraction (line 44) | public Fraction getMinFraction() { method getMaxFraction (line 55) | public Fraction getMaxFraction() { method getMinDouble (line 66) | public double getMinDouble() { method getMaxDouble (line 74) | public double getMaxDouble() { method getMinInt (line 82) | public int getMinInt() { method getMaxInt (line 90) | public int getMaxInt() { FILE: src/org/freedesktop/gstreamer/Registry.java class Registry (line 102) | public class Registry extends GstObject { method Registry (line 106) | Registry(Initializer init) { method findPlugin (line 116) | public Plugin findPlugin(String name) { method addPlugin (line 125) | public boolean addPlugin(Plugin plugin) { method removePlugin (line 134) | public void removePlugin(Plugin plugin) { method lookupFeature (line 156) | public PluginFeature lookupFeature(String name) { method getPluginList (line 165) | public List getPluginList() { method getPluginList (line 179) | public List getPluginList(final PluginFilter filter) { method getPluginFeatureListByPlugin (line 202) | public List getPluginFeatureListByPlugin(String name) { method scanPath (line 217) | public boolean scanPath(String path) { method objectList (line 227) | private List objectList(GList glist, Class... type PluginFilter (line 239) | public static interface PluginFilter { method accept (line 240) | public boolean accept(Plugin plugin); method get (line 252) | public static Registry get() { FILE: src/org/freedesktop/gstreamer/SDPMessage.java class SDPMessage (line 36) | public class SDPMessage extends NativeObject { method SDPMessage (line 44) | SDPMessage(Initializer init) { method SDPMessage (line 48) | SDPMessage(Handle handle) { method SDPMessage (line 55) | public SDPMessage() { method toString (line 66) | public String toString() { method parseBuffer (line 77) | public void parseBuffer(String sdpString) { method initHandle (line 97) | private static Handle initHandle() { class Handle (line 103) | private static final class Handle extends NativeObject.Handle { method Handle (line 105) | public Handle(GPointer ptr, boolean ownsHandle) { method disposeNativeHandle (line 109) | @Override FILE: src/org/freedesktop/gstreamer/SDPResult.java type SDPResult (line 32) | public enum SDPResult implements NativeEnum { method SDPResult (line 41) | SDPResult(int value) { method intValue (line 49) | @Override FILE: src/org/freedesktop/gstreamer/Sample.java class Sample (line 35) | public class Sample extends MiniObject { method Sample (line 39) | Sample(Initializer init) { method getCaps (line 50) | public Caps getCaps() { method setCaps (line 62) | @Gst.Since(minor = 16) method getBuffer (line 76) | public Buffer getBuffer() { method setBuffer (line 88) | @Gst.Since(minor = 16) FILE: src/org/freedesktop/gstreamer/Segment.java class Segment (line 26) | public final class Segment { method Segment (line 43) | Segment(double rate, Format format, long startValue, long stopValue) { method getRate (line 55) | public double getRate() { method getFormat (line 64) | public Format getFormat() { method getStartValue (line 73) | public long getStartValue() { method getStopValue (line 82) | public long getStopValue() { FILE: src/org/freedesktop/gstreamer/SegmentFlags.java type SegmentFlags (line 27) | enum SegmentFlags implements NativeFlags { method SegmentFlags (line 57) | private SegmentFlags(SeekFlags seekFlags) { method intValue (line 61) | @Override FILE: src/org/freedesktop/gstreamer/State.java type State (line 32) | public enum State implements NativeEnum { method State (line 56) | private State(int value) { method intValue (line 65) | @Override FILE: src/org/freedesktop/gstreamer/StateChangeReturn.java type StateChangeReturn (line 34) | public enum StateChangeReturn implements NativeEnum { method StateChangeReturn (line 49) | private StateChangeReturn(int value) { method intValue (line 53) | @Override FILE: src/org/freedesktop/gstreamer/StaticPadTemplate.java class StaticPadTemplate (line 21) | public class StaticPadTemplate { method StaticPadTemplate (line 28) | StaticPadTemplate(String templateName, PadDirection direction, PadPres... method getName (line 41) | public String getName() { method getDirection (line 50) | public PadDirection getDirection() { method getPresence (line 59) | public PadPresence getPresence() { method getCaps (line 68) | public Caps getCaps() { FILE: src/org/freedesktop/gstreamer/Structure.java class Structure (line 70) | public class Structure extends NativeObject { method Structure (line 79) | public Structure(String name) { method Structure (line 92) | public Structure(String name, String firstFieldName, Object... data) { method Structure (line 98) | Structure(Initializer init) { method Structure (line 102) | private Structure(Handle handle) { method copy (line 106) | public Structure copy() { method fixateNearestInteger (line 110) | public boolean fixateNearestInteger(String field, Integer value) { method getBoolean (line 121) | public boolean getBoolean(String fieldName) { method getDouble (line 137) | public double getDouble(String fieldName) { method getDoubles (line 165) | public double[] getDoubles(String fieldName) { method getDoubles (line 189) | public double[] getDoubles(String fieldName, double[] array) { method getFields (line 222) | public int getFields() { method getFourcc (line 233) | public int getFourcc(String fieldName) { method getFourccString (line 247) | public String getFourccString(String fieldName) { method getFraction (line 262) | public Fraction getFraction(String fieldName) { method getInteger (line 278) | public int getInteger(String fieldName) { method getIntegers (line 306) | public int[] getIntegers(String fieldName) { method getIntegers (line 329) | public int[] getIntegers(String fieldName, int[] array) { method setName (line 365) | public void setName(String name) { method getName (line 374) | public String getName() { method getName (line 384) | public String getName(int i) { method getRange (line 396) | public Range getRange(String fieldName) { method getString (line 409) | public String getString(String fieldName) { method getValue (line 420) | public Object getValue(String fieldName) { method getValues (line 449) | public List getValues(Class type, String fieldName) { method hasDoubleField (line 500) | public boolean hasDoubleField(String fieldName) { method hasField (line 510) | public boolean hasField(String fieldName) { method hasField (line 523) | boolean hasField(String fieldName, GType fieldType) { method hasField (line 535) | public boolean hasField(String fieldName, Class fieldType) { method hasIntField (line 545) | public boolean hasIntField(String fieldName) { method hasName (line 554) | public boolean hasName(String name) { method isEqual (line 563) | public boolean isEqual(Structure structure) { method removeField (line 573) | public void removeField(String fieldName) { method removeFields (line 583) | public void removeFields(String... fieldNames) { method setDouble (line 587) | public void setDouble(String field, Double value) { method setDoubleRange (line 591) | public void setDoubleRange(String field, Double min, Double max) { method setFraction (line 596) | public void setFraction(String field, Integer numerator, Integer denom... method setInteger (line 606) | public void setInteger(String field, Integer value) { method setIntegerRange (line 610) | public void setIntegerRange(String field, Integer min, Integer max) { method setObject (line 622) | public void setObject(String field, String typeName, GObject object) { method setPointer (line 643) | void setPointer(String field, Pointer value) { method setValue (line 646) | void setValue(String field, GType type, Object value) { method toString (line 650) | @Override method fromString (line 661) | public static Structure fromString(String data) { method objectFor (line 668) | static Structure objectFor(Pointer ptr, boolean needRef, boolean ownsH... class InvalidFieldException (line 672) | public class InvalidFieldException extends RuntimeException { method InvalidFieldException (line 676) | public InvalidFieldException(String type, String fieldName) { class Handle (line 681) | private static final class Handle extends NativeObject.Handle { method Handle (line 683) | public Handle(GPointer ptr, boolean ownsHandle) { method disposeNativeHandle (line 687) | @Override FILE: src/org/freedesktop/gstreamer/Tag.java type Tag (line 25) | enum Tag { method Tag (line 122) | Tag(String id) { method getId (line 125) | public String getId() { FILE: src/org/freedesktop/gstreamer/TagFlag.java type TagFlag (line 34) | public enum TagFlag implements NativeEnum { method TagFlag (line 49) | private TagFlag(int value) { method intValue (line 53) | @Override FILE: src/org/freedesktop/gstreamer/TagList.java class TagList (line 52) | public class TagList extends MiniObject { method TagList (line 61) | TagList(Initializer init) { method TagList (line 68) | public TagList() { method initializer (line 72) | private static Initializer initializer() { method getValueCount (line 83) | public int getValueCount(String tag) { method getValues (line 93) | public List getValues(final String tag) { method getValue (line 124) | public Object getValue(String tag, int index) { method getString (line 147) | public String getString(String tag, int index) { method getNumber (line 169) | public Number getNumber(String tag, int index) { method getTagNames (line 193) | public List getTagNames() { method merge (line 211) | public TagList merge(TagList list2, TagMergeMode mode) { method getTagType (line 221) | private static GType getTagType(String tag) { type TagGetter (line 231) | private static interface TagGetter { method get (line 233) | Object get(TagList tl, String tag, int index); class MapHolder (line 240) | private static final class MapHolder { method get (line 245) | public Object get(TagList tl, String tag, int index) { method get (line 252) | public Object get(TagList tl, String tag, int index) { method get (line 259) | public Object get(TagList tl, String tag, int index) { method get (line 266) | public Object get(TagList tl, String tag, int index) { method get (line 273) | public Object get(TagList tl, String tag, int index) { method get (line 285) | public Object get(TagList tl, String tag, int index) { method get (line 295) | public Object get(TagList tl, String tag, int index) { FILE: src/org/freedesktop/gstreamer/TagMergeMode.java type TagMergeMode (line 40) | public enum TagMergeMode implements NativeEnum { method TagMergeMode (line 59) | private TagMergeMode(int value) { method intValue (line 63) | @Override FILE: src/org/freedesktop/gstreamer/Version.java class Version (line 29) | public class Version { method Version (line 49) | public Version(int major, int minor) { method Version (line 65) | public Version(int major, int minor, int micro, int nano) { method toString (line 77) | @Override method getMajor (line 89) | public int getMajor() { method getMinor (line 98) | public int getMinor() { method getMicro (line 107) | public int getMicro() { method getNano (line 117) | public int getNano() { method checkSatisfies (line 128) | public boolean checkSatisfies(Version required) { method of (line 149) | public static Version of(int major, int minor) { FILE: src/org/freedesktop/gstreamer/controller/ARGBControlBinding.java class ARGBControlBinding (line 44) | public class ARGBControlBinding extends ControlBinding { method ARGBControlBinding (line 48) | ARGBControlBinding(Initializer init) { method ARGBControlBinding (line 55) | private ARGBControlBinding(Handle handle, boolean needRef) { method create (line 71) | public static ARGBControlBinding create(GstObject object, method controlSourcePtr (line 87) | private static GstControlSourcePtr controlSourcePtr(ControlSource cs) { FILE: src/org/freedesktop/gstreamer/controller/Controllers.java class Controllers (line 27) | public class Controllers implements NativeObject.TypeProvider { method types (line 29) | @Override FILE: src/org/freedesktop/gstreamer/controller/DirectControlBinding.java class DirectControlBinding (line 39) | public class DirectControlBinding extends ControlBinding { method DirectControlBinding (line 43) | DirectControlBinding(Initializer init) { method DirectControlBinding (line 50) | private DirectControlBinding(Handle handle, boolean needRef) { method create (line 65) | public static DirectControlBinding create(GstObject object, String pro... method createAbsolute (line 83) | public static DirectControlBinding createAbsolute(GstObject object, FILE: src/org/freedesktop/gstreamer/controller/InterpolationControlSource.java class InterpolationControlSource (line 43) | public class InterpolationControlSource extends TimedValueControlSource { method InterpolationControlSource (line 50) | public InterpolationControlSource() { method InterpolationControlSource (line 54) | InterpolationControlSource(Initializer init) { method InterpolationControlSource (line 62) | private InterpolationControlSource(Handle handle, boolean needRef) { method setMode (line 72) | public InterpolationControlSource setMode(InterpolationMode mode) { method getMode (line 82) | public InterpolationMode getMode() { class Handle (line 92) | private static class Handle extends TimedValueControlSource.Handle { method Handle (line 94) | public Handle(GstInterpolationControlSourcePtr ptr, boolean ownsHand... FILE: src/org/freedesktop/gstreamer/controller/InterpolationMode.java type InterpolationMode (line 27) | public enum InterpolationMode implements NativeEnum { method InterpolationMode (line 50) | private InterpolationMode(int value) { method intValue (line 54) | @Override FILE: src/org/freedesktop/gstreamer/controller/LFOControlSource.java class LFOControlSource (line 40) | public class LFOControlSource extends ControlSource { method LFOControlSource (line 47) | public LFOControlSource() { method LFOControlSource (line 51) | LFOControlSource(Initializer init) { method LFOControlSource (line 59) | private LFOControlSource(Handle handle, boolean needRef) { method setAmplitude (line 73) | public LFOControlSource setAmplitude(double value) { method getAmplitude (line 83) | public double getAmplitude() { method setFrequency (line 103) | public LFOControlSource setFrequency(double value) { method getFrequency (line 113) | public double getFrequency() { method setOffset (line 131) | public LFOControlSource setOffset(double value) { method getOffset (line 141) | public double getOffset() { method setTimeshift (line 158) | public LFOControlSource setTimeshift(long value) { method getTimeshift (line 168) | public long getTimeshift() { method setWaveform (line 184) | public LFOControlSource setWaveform(LFOWaveform value) { method getWaveform (line 194) | public LFOWaveform getWaveform() { class Handle (line 203) | private static class Handle extends ControlSource.Handle { method Handle (line 205) | public Handle(GstLFOControlSourcePtr ptr, boolean ownsHandle) { FILE: src/org/freedesktop/gstreamer/controller/LFOWaveform.java type LFOWaveform (line 26) | public enum LFOWaveform implements NativeEnum { method LFOWaveform (line 57) | private LFOWaveform(int value) { method intValue (line 61) | @Override FILE: src/org/freedesktop/gstreamer/controller/ProxyControlBinding.java class ProxyControlBinding (line 37) | @Gst.Since(minor = 12) method ProxyControlBinding (line 42) | ProxyControlBinding(Initializer init) { method ProxyControlBinding (line 49) | private ProxyControlBinding(Handle handle, boolean needRef) { method create (line 64) | @Gst.Since(minor = 12) FILE: src/org/freedesktop/gstreamer/controller/TimedValueControlSource.java class TimedValueControlSource (line 41) | public class TimedValueControlSource extends ControlSource { method TimedValueControlSource (line 47) | protected TimedValueControlSource(Handle handle, boolean needRef) { method TimedValueControlSource (line 52) | TimedValueControlSource(Initializer init) { method set (line 67) | public boolean set(long timestamp, double value) { method setFromList (line 78) | public boolean setFromList(List timedValues) { method getAll (line 93) | public List getAll() { method unset (line 113) | public boolean unset(long timestamp) { method unsetAll (line 122) | public void unsetAll() { method getCount (line 131) | public int getCount() { method invalidateCache (line 138) | public void invalidateCache() { class Handle (line 143) | protected static class Handle extends ControlSource.Handle { method Handle (line 145) | public Handle(GstTimedValueControlSourcePtr ptr, boolean ownsHandle) { method getPointer (line 149) | @Override FILE: src/org/freedesktop/gstreamer/controller/TriggerControlSource.java class TriggerControlSource (line 43) | public class TriggerControlSource extends TimedValueControlSource { method TriggerControlSource (line 50) | public TriggerControlSource() { method TriggerControlSource (line 54) | TriggerControlSource(Initializer init) { method TriggerControlSource (line 62) | private TriggerControlSource(Handle handle, boolean needRef) { method setTolerance (line 76) | public TriggerControlSource setTolerance(long tolerance) { method getTolerance (line 86) | public long getTolerance() { class Handle (line 94) | private static class Handle extends TimedValueControlSource.Handle { method Handle (line 96) | public Handle(GstTriggerControlSourcePtr ptr, boolean ownsHandle) { FILE: src/org/freedesktop/gstreamer/device/Device.java class Device (line 44) | public class Device extends GstObject { method Device (line 48) | Device(Initializer init) { method createElement (line 60) | public Element createElement(String name) { method getCaps (line 69) | public Caps getCaps() { method getDeviceClass (line 80) | public String getDeviceClass() { method getDisplayName (line 92) | public String getDisplayName() { method hasClasses (line 106) | public boolean hasClasses(String classes) { method hasClasses (line 117) | public boolean hasClasses(String[] classes) { method reconfigureElement (line 132) | public boolean reconfigureElement(Element element) { method getProperties (line 141) | public Structure getProperties() { FILE: src/org/freedesktop/gstreamer/device/DeviceMonitor.java class DeviceMonitor (line 48) | public class DeviceMonitor extends GstObject { method DeviceMonitor (line 52) | public DeviceMonitor() { method DeviceMonitor (line 56) | DeviceMonitor(Initializer init) { method getBus (line 65) | public Bus getBus() { method addFilter (line 87) | public int addFilter(String classes, Caps caps) { method removeFilter (line 99) | public boolean removeFilter(int filterId) { method start (line 110) | public boolean start() { method stop (line 117) | public void stop() { method getDevices (line 127) | public List getDevices() { FILE: src/org/freedesktop/gstreamer/device/DeviceProvider.java class DeviceProvider (line 51) | public class DeviceProvider extends GstObject { method DeviceProvider (line 55) | DeviceProvider(Initializer init) { method canMonitor (line 64) | public boolean canMonitor() { method getBus (line 106) | public Bus getBus() { method getDevices (line 116) | public List getDevices() { method getFactory (line 139) | public DeviceProviderFactory getFactory() { method start (line 169) | public boolean start() { method stop (line 178) | public void stop() { FILE: src/org/freedesktop/gstreamer/device/DeviceProviderFactory.java class DeviceProviderFactory (line 47) | public class DeviceProviderFactory extends GstObject { method DeviceProviderFactory (line 51) | DeviceProviderFactory(Initializer init) { method get (line 62) | public DeviceProvider get() { method getMetadata (line 74) | public String getMetadata(String key) { method hasClasses (line 90) | public boolean hasClasses(String classes) { method find (line 103) | public static DeviceProviderFactory find(String name) { method getByName (line 115) | public static DeviceProvider getByName(String factoryName) { method getDeviceProviders (line 125) | public static List getDeviceProviders(Rank minR... FILE: src/org/freedesktop/gstreamer/elements/AppSink.java class AppSink (line 76) | public class AppSink extends BaseSink { method AppSink (line 81) | AppSink(Initializer init) { method AppSink (line 85) | public AppSink(String name) { method setCaps (line 98) | @Override method getCaps (line 108) | public Caps getCaps() { method isEOS (line 121) | public boolean isEOS() { method pullPreroll (line 147) | public Sample pullPreroll() { method pullSample (line 166) | public Sample pullSample() { type EOS (line 173) | public static interface EOS { method eos (line 180) | public void eos(AppSink elem); method connect (line 188) | public void connect(final EOS listener) { method disconnect (line 202) | public void disconnect(EOS listener) { type NEW_SAMPLE (line 209) | public static interface NEW_SAMPLE { method newSample (line 217) | public FlowReturn newSample(AppSink elem); method connect (line 228) | public void connect(final NEW_SAMPLE listener) { method disconnect (line 242) | public void disconnect(NEW_SAMPLE listener) { type NEW_PREROLL (line 249) | public static interface NEW_PREROLL { method newPreroll (line 257) | public FlowReturn newPreroll(AppSink elem); method connect (line 268) | public void connect(final NEW_PREROLL listener) { method disconnect (line 282) | public void disconnect(NEW_PREROLL listener) { FILE: src/org/freedesktop/gstreamer/elements/AppSrc.java class AppSrc (line 102) | public class AppSrc extends BaseSrc { method AppSrc (line 107) | AppSrc(Initializer init) { method AppSrc (line 111) | public AppSrc(String name) { method setCaps (line 121) | @Override method getCaps (line 131) | public Caps getCaps() { method setSize (line 141) | public void setSize(long size) { method getSize (line 151) | public long getSize() { method setStreamType (line 161) | public void setStreamType(AppSrc.StreamType type) { method getStreamType (line 170) | public AppSrc.StreamType getStreamType() { method setMaxBytes (line 181) | public void setMaxBytes(long max) { method getMaxBytes (line 190) | public long getMaxBytes() { method setLatency (line 201) | public void setLatency(long min, long max) { method getLatency (line 211) | public long[] getLatency() { method pushBuffer (line 230) | public FlowReturn pushBuffer(Buffer buffer) { method endOfStream (line 241) | public FlowReturn endOfStream() { type ENOUGH_DATA (line 250) | public static interface ENOUGH_DATA { method enoughData (line 257) | public void enoughData(AppSrc elem); method connect (line 265) | public void connect(final ENOUGH_DATA listener) { method disconnect (line 279) | public void disconnect(ENOUGH_DATA listener) { type NEED_DATA (line 293) | public static interface NEED_DATA { method needData (line 301) | public void needData(AppSrc elem, int size); method connect (line 309) | public void connect(final NEED_DATA listener) { method disconnect (line 323) | public void disconnect(NEED_DATA listener) { type SEEK_DATA (line 332) | public static interface SEEK_DATA { method seekData (line 342) | public boolean seekData(AppSrc elem, long position); method connect (line 350) | public void connect(final SEEK_DATA listener) { method disconnect (line 364) | public void disconnect(SEEK_DATA listener) { type StreamType (line 376) | public enum StreamType implements NativeEnum { method StreamType (line 393) | private StreamType(int value) { method intValue (line 397) | @Override FILE: src/org/freedesktop/gstreamer/elements/BaseSink.java class BaseSink (line 31) | public class BaseSink extends Element { method BaseSink (line 35) | protected BaseSink(Initializer init) { FILE: src/org/freedesktop/gstreamer/elements/BaseSrc.java class BaseSrc (line 32) | public class BaseSrc extends Element { method BaseSrc (line 36) | protected BaseSrc(Initializer init) { FILE: src/org/freedesktop/gstreamer/elements/BaseTransform.java class BaseTransform (line 31) | public class BaseTransform extends Element { method BaseTransform (line 35) | protected BaseTransform(Initializer init) { FILE: src/org/freedesktop/gstreamer/elements/DecodeBin.java class DecodeBin (line 49) | public class DecodeBin extends Bin { method DecodeBin (line 59) | public DecodeBin(String name) { method DecodeBin (line 63) | DecodeBin(Initializer init) { type UNKNOWN_TYPE (line 71) | public static interface UNKNOWN_TYPE { method unknownType (line 78) | public void unknownType(DecodeBin element, Pad pad, Caps caps); method connect (line 86) | public void connect(final UNKNOWN_TYPE listener) { method disconnect (line 100) | public void disconnect(UNKNOWN_TYPE listener) { type AUTOPLUG_CONTINUE (line 108) | public static interface AUTOPLUG_CONTINUE { method autoplugContinue (line 121) | public boolean autoplugContinue(DecodeBin element, Pad pad, Caps caps); method connect (line 129) | public void connect(final AUTOPLUG_CONTINUE listener) { method disconnect (line 143) | public void disconnect(AUTOPLUG_CONTINUE listener) { type AUTOPLUG_FACTORIES (line 158) | public static interface AUTOPLUG_FACTORIES { method autoplugFactories (line 166) | public Optional> autoplugFactories(DecodeBin el... method connect (line 174) | public void connect(final AUTOPLUG_FACTORIES listener) { method disconnect (line 194) | public void disconnect(AUTOPLUG_FACTORIES listener) { type AUTOPLUG_SORT (line 206) | public static interface AUTOPLUG_SORT { method autoplugSort (line 217) | public Optional> autoplugSort( method connect (line 226) | public void connect(final AUTOPLUG_SORT listener) { method disconnect (line 254) | public void disconnect(AUTOPLUG_SORT listener) { type AutoplugSelectResult (line 258) | public enum AutoplugSelectResult implements NativeEnum flags) { method getFlags (line 233) | public Set getFlags() { method setVolume (line 248) | public void setVolume(double volume) { method getVolume (line 258) | public double getVolume() { method getCurrentAudio (line 268) | public int getCurrentAudio() { method setCurrentAudio (line 278) | public void setCurrentAudio(int n) { method getNAudio (line 287) | public int getNAudio() { method getAudioPad (line 299) | public Pad getAudioPad(int audioStreamIndex) { method getAudioTags (line 311) | public TagList getAudioTags(int audioStreamIndex) { method getCurrentText (line 321) | public int getCurrentText() { method setCurrentText (line 331) | public void setCurrentText(int n) { method getNText (line 340) | public int getNText() { method getTextPad (line 352) | public Pad getTextPad(int textStreamIndex) { method getTextTags (line 364) | public TagList getTextTags(int textStreamIndex) { method connect (line 371) | public void connect(final ABOUT_TO_FINISH listener) { method disconnect (line 385) | public void disconnect(ABOUT_TO_FINISH listener) { method connect (line 392) | public void connect(final VIDEO_CHANGED listener) { method disconnect (line 406) | public void disconnect(VIDEO_CHANGED listener) { method connect (line 413) | public void connect(final AUDIO_CHANGED listener) { method disconnect (line 427) | public void disconnect(AUDIO_CHANGED listener) { method connect (line 434) | public void connect(final TEXT_CHANGED listener) { method disconnect (line 448) | public void disconnect(TEXT_CHANGED listener) { method connect (line 455) | public void connect(final VIDEO_TAGS_CHANGED listener) { method disconnect (line 469) | public void disconnect(VIDEO_TAGS_CHANGED listener) { method connect (line 476) | public void connect(final AUDIO_TAGS_CHANGED listener) { method disconnect (line 490) | public void disconnect(AUDIO_TAGS_CHANGED listener) { method connect (line 497) | public void connect(final TEXT_TAGS_CHANGED listener) { method disconnect (line 511) | public void disconnect(TEXT_TAGS_CHANGED listener) { method connect (line 520) | @Gst.Since(minor = 10) method disconnect (line 536) | @Gst.Since(minor = 10) method connect (line 546) | public void connect(final SOURCE_SETUP listener) { method disconnect (line 560) | public void disconnect(SOURCE_SETUP listener) { type ABOUT_TO_FINISH (line 568) | public static interface ABOUT_TO_FINISH { method aboutToFinish (line 572) | public void aboutToFinish(PlayBin element); type VIDEO_CHANGED (line 580) | public static interface VIDEO_CHANGED { method videoChanged (line 584) | public void videoChanged(PlayBin element); type AUDIO_CHANGED (line 592) | public static interface AUDIO_CHANGED { method audioChanged (line 596) | public void audioChanged(PlayBin element); type TEXT_CHANGED (line 604) | public static interface TEXT_CHANGED { method textChanged (line 608) | public void textChanged(PlayBin element); type VIDEO_TAGS_CHANGED (line 615) | public static interface VIDEO_TAGS_CHANGED { method videoTagsChanged (line 620) | public void videoTagsChanged(PlayBin element, int stream); type AUDIO_TAGS_CHANGED (line 627) | public static interface AUDIO_TAGS_CHANGED { method audioTagsChanged (line 632) | public void audioTagsChanged(PlayBin element, int stream); type TEXT_TAGS_CHANGED (line 639) | public static interface TEXT_TAGS_CHANGED { method textTagsChanged (line 644) | public void textTagsChanged(PlayBin element, int stream); type ELEMENT_SETUP (line 657) | @Gst.Since(minor = 10) method elementSetup (line 666) | public void elementSetup(PlayBin playbin, Element element); type SOURCE_SETUP (line 679) | public static interface SOURCE_SETUP { method sourceSetup (line 687) | public void sourceSetup(PlayBin playbin, Element element); FILE: src/org/freedesktop/gstreamer/elements/PlayFlags.java type PlayFlags (line 25) | public enum PlayFlags implements NativeFlags { method PlayFlags (line 85) | private PlayFlags(int value) { method intValue (line 89) | @Override FILE: src/org/freedesktop/gstreamer/elements/URIDecodeBin.java class URIDecodeBin (line 46) | public class URIDecodeBin extends Bin { method URIDecodeBin (line 51) | public URIDecodeBin(final String name) { method URIDecodeBin (line 55) | URIDecodeBin(final Initializer init) { type UNKNOWN_TYPE (line 63) | public static interface UNKNOWN_TYPE { method unknownType (line 70) | public void unknownType(URIDecodeBin element, Pad pad, Caps caps); method connect (line 78) | public void connect(final UNKNOWN_TYPE listener) { method disconnect (line 92) | public void disconnect(UNKNOWN_TYPE listener) { type AUTOPLUG_CONTINUE (line 100) | public static interface AUTOPLUG_CONTINUE { method autoplugContinue (line 113) | public boolean autoplugContinue(URIDecodeBin element, Pad pad, Caps ... method connect (line 121) | public void connect(final AUTOPLUG_CONTINUE listener) { method disconnect (line 135) | public void disconnect(AUTOPLUG_CONTINUE listener) { type AUTOPLUG_FACTORIES (line 150) | public static interface AUTOPLUG_FACTORIES { method autoplugFactories (line 158) | public Optional> autoplugFactories(URIDecodeBin... method connect (line 166) | public void connect(final AUTOPLUG_FACTORIES listener) { method disconnect (line 186) | public void disconnect(AUTOPLUG_FACTORIES listener) { type AUTOPLUG_SORT (line 198) | public static interface AUTOPLUG_SORT { method autoplugSort (line 209) | public Optional> autoplugSort( method connect (line 218) | public void connect(final AUTOPLUG_SORT listener) { method disconnect (line 246) | public void disconnect(AUTOPLUG_SORT listener) { type AutoplugSelectResult (line 250) | public enum AutoplugSelectResult implements NativeEnum { method EventType (line 193) | private EventType(int num, int flags) { method intValue (line 197) | @Override class Flags (line 202) | private static final class Flags { FILE: src/org/freedesktop/gstreamer/event/FlushStartEvent.java class FlushStartEvent (line 52) | public class FlushStartEvent extends Event { method FlushStartEvent (line 60) | FlushStartEvent(Initializer init) { method FlushStartEvent (line 67) | public FlushStartEvent() { FILE: src/org/freedesktop/gstreamer/event/FlushStopEvent.java class FlushStopEvent (line 43) | public class FlushStopEvent extends Event { method FlushStopEvent (line 50) | FlushStopEvent(Initializer init) { method FlushStopEvent (line 57) | public FlushStopEvent() { FILE: src/org/freedesktop/gstreamer/event/LatencyEvent.java class LatencyEvent (line 41) | public class LatencyEvent extends Event { method LatencyEvent (line 48) | LatencyEvent(Initializer init) { method LatencyEvent (line 57) | public LatencyEvent(long latency) { method getLatency (line 66) | public long getLatency() { FILE: src/org/freedesktop/gstreamer/event/NavigationEvent.java class NavigationEvent (line 34) | public class NavigationEvent extends Event { method NavigationEvent (line 41) | NavigationEvent(Initializer init) { method NavigationEvent (line 53) | public NavigationEvent(Structure structure) { method toString (line 62) | @Override method createMouseEvent (line 89) | public static NavigationEvent createMouseEvent(String event, double x,... method createMouseMoveEvent (line 101) | public static NavigationEvent createMouseMoveEvent(double x, double y,... method createMouseButtonPressEvent (line 113) | public static NavigationEvent createMouseButtonPressEvent(double x, do... method createMouseButtonReleaseEvent (line 125) | public static NavigationEvent createMouseButtonReleaseEvent(double x, ... method createKeyEvent (line 136) | public static NavigationEvent createKeyEvent(String event, String key) { method createKeyPressEvent (line 146) | public static NavigationEvent createKeyPressEvent(String key) { method createKeyReleaseEvent (line 156) | public static NavigationEvent createKeyReleaseEvent(String key) { class MouseEvent (line 160) | private static final class MouseEvent extends NavigationEvent { method MouseEvent (line 162) | public MouseEvent(String event, double x, double y, int button) { method toString (line 175) | @Override class KeyEvent (line 185) | private static final class KeyEvent extends NavigationEvent { method KeyEvent (line 187) | public KeyEvent(String event, String key) { method toString (line 198) | @Override FILE: src/org/freedesktop/gstreamer/event/QOSEvent.java class QOSEvent (line 64) | public class QOSEvent extends Event { method QOSEvent (line 71) | QOSEvent(Initializer init) { method QOSEvent (line 83) | public QOSEvent(QOSType type, double proportion, long difference, long... method getType (line 90) | public QOSType getType() { method getProportion (line 106) | public double getProportion() { method getDifference (line 122) | public long getDifference() { method getTimestamp (line 137) | public long getTimestamp() { FILE: src/org/freedesktop/gstreamer/event/QOSType.java type QOSType (line 27) | public enum QOSType implements NativeEnum { method QOSType (line 48) | private QOSType(int value) { method intValue (line 52) | @Override FILE: src/org/freedesktop/gstreamer/event/ReconfigureEvent.java class ReconfigureEvent (line 35) | public class ReconfigureEvent extends Event { method ReconfigureEvent (line 42) | ReconfigureEvent(Initializer init) { method ReconfigureEvent (line 49) | public ReconfigureEvent() { FILE: src/org/freedesktop/gstreamer/event/SeekEvent.java class SeekEvent (line 69) | public class SeekEvent extends Event { method SeekEvent (line 75) | SeekEvent(Initializer init) { method SeekEvent (line 90) | public SeekEvent(double rate, Format format, EnumSet flags, method sanitizeRate (line 96) | private static double sanitizeRate(double rate) { method getRate (line 112) | public double getRate() { method getFormat (line 123) | public Format getFormat() { method getFlags (line 134) | public EnumSet getFlags() { method getStartType (line 145) | public SeekType getStartType() { method getStart (line 156) | public long getStart() { method getStopType (line 167) | public SeekType getStopType() { method getStop (line 178) | public long getStop() { FILE: src/org/freedesktop/gstreamer/event/SeekFlags.java type SeekFlags (line 47) | public enum SeekFlags implements NativeFlags { method SeekFlags (line 107) | private SeekFlags(int value) { method intValue (line 111) | @Override FILE: src/org/freedesktop/gstreamer/event/SeekType.java type SeekType (line 32) | public enum SeekType implements NativeEnum{ method SeekType (line 42) | private SeekType(int value) { method intValue (line 46) | @Override FILE: src/org/freedesktop/gstreamer/event/SegmentEvent.java class SegmentEvent (line 66) | public class SegmentEvent extends Event { method SegmentEvent (line 73) | SegmentEvent(Initializer init) { method SegmentEvent (line 80) | SegmentEvent(GstSegmentStruct segment) { method getSegment (line 92) | GstAPI.GstSegmentStruct getSegment() { FILE: src/org/freedesktop/gstreamer/event/StepEvent.java class StepEvent (line 45) | public class StepEvent extends Event { method StepEvent (line 52) | StepEvent(Initializer init) { method StepEvent (line 65) | public StepEvent(Format format, long amount, double rate, boolean flus... FILE: src/org/freedesktop/gstreamer/event/StreamStartEvent.java class StreamStartEvent (line 34) | public class StreamStartEvent extends Event { method StreamStartEvent (line 40) | StreamStartEvent(Initializer init) { method StreamStartEvent (line 48) | public StreamStartEvent(final String stream_id) { FILE: src/org/freedesktop/gstreamer/event/TagEvent.java class TagEvent (line 44) | public class TagEvent extends Event { method TagEvent (line 51) | TagEvent(Initializer init) { method TagEvent (line 64) | public TagEvent(TagList taglist) { method getTagList (line 76) | public TagList getTagList() { FILE: src/org/freedesktop/gstreamer/glib/GCancellable.java class GCancellable (line 24) | public class GCancellable extends GObject{ method GCancellable (line 28) | public GCancellable() { method GCancellable (line 32) | private GCancellable(Initializer init) { FILE: src/org/freedesktop/gstreamer/glib/GDate.java class GDate (line 34) | public class GDate extends NativeObject { method GDate (line 38) | GDate(Initializer init) { method GDate (line 42) | GDate(Handle handle) { method getDay (line 46) | public int getDay() { method getMonth (line 50) | public int getMonth() { method getYear (line 53) | public int getYear() { method toString (line 57) | @Override method createInstance (line 62) | public static GDate createInstance(int day, int month, int year) { method createInstance (line 67) | public static GDate createInstance(int julian_day) { class Handle (line 72) | private static final class Handle extends NativeObject.Handle { method Handle (line 74) | public Handle(GPointer ptr, boolean ownsHandle) { method disposeNativeHandle (line 78) | @Override FILE: src/org/freedesktop/gstreamer/glib/GError.java class GError (line 27) | public class GError { method GError (line 38) | public GError(int code, String message) { method getCode (line 48) | public final int getCode() { method getMessage (line 56) | public String getMessage() { FILE: src/org/freedesktop/gstreamer/glib/GInetAddress.java class GInetAddress (line 24) | public class GInetAddress extends GObject{ method GInetAddress (line 28) | GInetAddress(Initializer init) { method getAddress (line 32) | public String getAddress() { FILE: src/org/freedesktop/gstreamer/glib/GInetSocketAddress.java class GInetSocketAddress (line 26) | public class GInetSocketAddress extends GSocketAddress { method GInetSocketAddress (line 30) | public GInetSocketAddress(String address, int port) { method GInetSocketAddress (line 34) | GInetSocketAddress(Initializer init) { method getAddress (line 38) | public GInetAddress getAddress() { method getPort (line 42) | public int getPort() { method createRawAddress (line 46) | private static Initializer createRawAddress(String address, int port) { FILE: src/org/freedesktop/gstreamer/glib/GLib.java class GLib (line 32) | public class GLib { method setEnv (line 55) | public static boolean setEnv(String variable, final String value, bool... method getEnv (line 71) | public static String getEnv(String variable) { method unsetEnv (line 91) | public static void unsetEnv(String variable) { class Types (line 95) | public static class Types implements NativeObject.TypeProvider { method types (line 97) | @Override FILE: src/org/freedesktop/gstreamer/glib/GLibException.java class GLibException (line 24) | public class GLibException extends RuntimeException { method GLibException (line 29) | public GLibException() { method GLibException (line 37) | public GLibException(String msg) { method GLibException (line 40) | public GLibException(GError error) { FILE: src/org/freedesktop/gstreamer/glib/GMainContext.java class GMainContext (line 29) | public class GMainContext extends RefCountedObject { method GMainContext (line 31) | public GMainContext() { method GMainContext (line 34) | private GMainContext(Initializer init) { method attach (line 38) | public int attach(GSource source) { method getDefaultContext (line 41) | public static GMainContext getDefaultContext() { class Handle (line 45) | private static final class Handle extends RefCountedObject.Handle { method Handle (line 47) | public Handle(GPointer ptr, boolean ownsHandle) { method disposeNativeHandle (line 51) | @Override method ref (line 56) | @Override method unref (line 61) | @Override FILE: src/org/freedesktop/gstreamer/glib/GObject.java class GObject (line 68) | public abstract class GObject extends RefCountedObject { method GObject (line 83) | protected GObject(Initializer init) { method GObject (line 87) | protected GObject(Handle handle, boolean needRef) { method connect (line 119) | public void connect(Class listenerClass, T listener, Callback c... method connect (line 124) | public synchronized void connect(String signal, Class listenerC... method disconnect (line 129) | public synchronized void disconnect(Class listenerClass, T list... method emit (line 133) | public synchronized void emit(String signal, Object... arguments) { method emit (line 137) | public synchronized T emit(Class resultTyp... method get (line 157) | public Object get(String property) { method getPropertyDefaultValue (line 217) | public Object getPropertyDefaultValue(String property) { method getPropertyMaximumValue (line 233) | public Object getPropertyMaximumValue(String property) { method getPropertyMinimumValue (line 249) | public Object getPropertyMinimumValue(String property) { method getRefCount (line 264) | public int getRefCount() { method getTypeName (line 285) | public String getTypeName() { method listPropertyNames (line 289) | public List listPropertyNames() { method set (line 306) | public void set(String property, Object data) { method addCallback (line 381) | protected synchronized void addCallback(Class listenerClass, T ... method dispose (line 391) | @Override method invalidate (line 397) | @Override method removeCallback (line 414) | protected synchronized void removeCallback(Class listenerClass,... method findProperty (line 434) | private GObjectAPI.GParamSpec findProperty(String propertyName) { method findProperty (line 442) | private GObjectAPI.GParamSpecTypeSpecific findProperty(String property... method getCallbackMap (line 472) | private synchronized final Map, Map> getCa... method listProperties (line 479) | private GObjectAPI.GParamSpec[] listProperties() { method booleanValue (line 495) | private static boolean booleanValue(Object value) { method doubleValue (line 506) | private static double doubleValue(Object value) { method floatValue (line 515) | private static float floatValue(Object value) { method intValue (line 524) | private static int intValue(Object value) { method longValue (line 533) | private static long longValue(Object value) { method setGValue (line 542) | private static boolean setGValue(GValue value, GType type, Object data) { method transform (line 571) | private static GValue transform(GValue src, GType dstType) { method transform (line 578) | private static void transform(Object data, GType type, GValue dst) { class GCallback (line 585) | protected abstract class GCallback { method GCallback (line 591) | protected GCallback(NativeLong id, Callback cb) { method remove (line 597) | void remove() { method disconnect (line 604) | abstract protected void disconnect(); type GInterface (line 611) | public static interface GInterface { method getGObject (line 618) | public GObject getGObject(); class SignalCallback (line 622) | private final class SignalCallback extends GCallback { method SignalCallback (line 624) | protected SignalCallback(String signal, Callback cb) { method disconnect (line 631) | @Override class Handle (line 637) | protected static class Handle extends RefCountedObject.Handle { method Handle (line 642) | public Handle(GObjectPtr ptr, boolean ownsHandle) { method connectSignal (line 648) | private synchronized NativeLong connectSignal(String signal, Callbac... method disconnectSignal (line 656) | private synchronized void disconnectSignal(NativeLong id) { method clearSignals (line 662) | private synchronized void clearSignals() { method invalidate (line 667) | @Override method dispose (line 673) | @Override method disposeNativeHandle (line 679) | @Override method ref (line 684) | @Override method sink (line 693) | protected void sink() { method unref (line 697) | @Override method getPointer (line 702) | @Override method toString (line 707) | @Override class ToggleNotify (line 719) | private static final class ToggleNotify implements GObjectAPI.GToggleN... method callback (line 721) | @Override FILE: src/org/freedesktop/gstreamer/glib/GQuark.java class GQuark (line 32) | public class GQuark { method GQuark (line 36) | public GQuark(int value) { method intValue (line 40) | public int intValue() { method toString (line 44) | @Override method valueOf (line 49) | public static GQuark valueOf(String quark) { FILE: src/org/freedesktop/gstreamer/glib/GSocket.java class GSocket (line 27) | public class GSocket extends GObject { method GSocket (line 31) | public GSocket(GSocketFamily family, GSocketType type, GSocketProtocol... method GSocket (line 35) | GSocket(Initializer init) { method bind (line 39) | public GSocket bind(String address, int port) { method connect (line 52) | public void connect(String address, int port) { method getFD (line 64) | public int getFD() { method getLocalAddress (line 68) | public GInetSocketAddress getLocalAddress() { method getRemoteAddress (line 72) | public GInetSocketAddress getRemoteAddress() { method getSocketFamily (line 76) | public GSocketFamily getSocketFamily() { method getSocketProtocol (line 80) | public GSocketProtocol getSocketProtocol() { method getSocketType (line 84) | public GSocketType getSocketType() { method isBlocking (line 88) | public boolean isBlocking() { method extractAndClearError (line 92) | private static String extractAndClearError(GErrorStruct struct) { method makeRawSocket (line 99) | private static Initializer makeRawSocket(GSocketFamily family, GSocket... FILE: src/org/freedesktop/gstreamer/glib/GSocketAddress.java class GSocketAddress (line 22) | public class GSocketAddress extends GObject{ method GSocketAddress (line 26) | public GSocketAddress(Initializer init) { method getFamily (line 30) | public GSocketFamily getFamily() { FILE: src/org/freedesktop/gstreamer/glib/GSocketFamily.java type GSocketFamily (line 28) | public enum GSocketFamily { method GSocketFamily (line 44) | private GSocketFamily(int gioValue) { method toGioValue (line 48) | public int toGioValue() { method fromGioValue (line 52) | public static GSocketFamily fromGioValue(int gioValue) { FILE: src/org/freedesktop/gstreamer/glib/GSocketProtocol.java type GSocketProtocol (line 26) | public enum GSocketProtocol { method GSocketProtocol (line 42) | private GSocketProtocol(int gioValue) { method toGioValue (line 46) | public int toGioValue() { method fromGioValue (line 50) | public static GSocketProtocol fromGioValue(int gioValue) { FILE: src/org/freedesktop/gstreamer/glib/GSocketType.java type GSocketType (line 26) | public enum GSocketType { method GSocketType (line 41) | private GSocketType(int gioValue) { method toGioValue (line 45) | public int toGioValue() { method fromGioValue (line 49) | public static GSocketType fromGioValue(int gioValue) { FILE: src/org/freedesktop/gstreamer/glib/GSource.java class GSource (line 31) | public class GSource extends RefCountedObject { method GSource (line 33) | GSource(Initializer init) { method attach (line 37) | public int attach(GMainContext context) { method setCallback (line 41) | public void setCallback(final Callable call) { class Handle (line 59) | private static final class Handle extends RefCountedObject.Handle { method Handle (line 61) | Handle(GPointer ptr, boolean ownsHandle) { method disposeNativeHandle (line 65) | @Override method ref (line 71) | @Override method unref (line 76) | @Override FILE: src/org/freedesktop/gstreamer/glib/MainContextExecutorService.java class MainContextExecutorService (line 39) | public class MainContextExecutorService extends AbstractExecutorService ... method call (line 44) | public Boolean call() throws Exception { method MainContextExecutorService (line 60) | public MainContextExecutorService(GMainContext context) { method awaitTermination (line 63) | public boolean awaitTermination(long timeout, TimeUnit units) throws I... method execute (line 66) | public void execute(Runnable runnable) { method isShutdown (line 71) | public boolean isShutdown() { method isTerminated (line 75) | public boolean isTerminated() { method schedule (line 81) | public ScheduledFuture schedule(Runnable runnable, long delay, Time... method schedule (line 85) | public ScheduledFuture schedule(Callable callable, long dela... method scheduleAtFixedRate (line 89) | public ScheduledFuture scheduleAtFixedRate(Runnable runnable, long ... method scheduleWithFixedDelay (line 93) | public ScheduledFuture scheduleWithFixedDelay(Runnable runnable, lo... method shutdown (line 96) | public void shutdown() { method shutdownNow (line 99) | public List shutdownNow() { method invokeLater (line 107) | private void invokeLater(final Runnable r) { class ScheduledTimeout (line 121) | private class ScheduledTimeout extends FutureTask implements Sch... method call (line 124) | public Boolean call() { method call (line 139) | public Boolean call() { method ScheduledTimeout (line 147) | public ScheduledTimeout(Callable call, long delay, TimeUnit units) { method ScheduledTimeout (line 150) | public ScheduledTimeout(Callable call, long delay, long period, T... method getMilliseconds (line 158) | private final int getMilliseconds(long time) { method start (line 162) | private void start(long timeout, Callable callback) { method getDelay (line 180) | public long getDelay(TimeUnit units) { method compareTo (line 184) | public int compareTo(Delayed delayed) { FILE: src/org/freedesktop/gstreamer/glib/NativeEnum.java type NativeEnum (line 25) | public interface NativeEnum> { method intValue (line 27) | public int intValue(); method fromInt (line 39) | public static & NativeEnum> T fromInt(Class t... method fromInt (line 61) | public static & NativeEnum> T fromInt(Class t... FILE: src/org/freedesktop/gstreamer/glib/NativeFlags.java type NativeFlags (line 27) | public interface NativeFlags> extends NativeEnum { method toInt (line 29) | public static & NativeFlags> int toInt(... method toInt (line 37) | public static & NativeFlags> int toInt(... method fromInt (line 45) | public static & NativeFlags> EnumSet FILE: src/org/freedesktop/gstreamer/glib/NativeObject.java class NativeObject (line 48) | public abstract class NativeObject implements AutoCloseable { method NativeObject (line 60) | protected NativeObject(Handle handle) { method disown (line 75) | public void disown() { method close (line 87) | @Override method dispose (line 98) | public void dispose() { method equals (line 103) | @Override method getPointer (line 108) | protected GPointer getPointer() { method getRawPointer (line 116) | protected Pointer getRawPointer() { method hashCode (line 124) | @Override method invalidate (line 135) | public void invalidate() { method toString (line 140) | @Override method objectFor (line 145) | static T objectFor(GPointer gptr, Class cl... method instanceFor (line 204) | static NativeObject instanceFor(Pointer ptr) { class Initializer (line 222) | public static final class Initializer { method Initializer (line 227) | Initializer(GPointer ptr, boolean needRef, boolean ownsHandle) { class NativeRef (line 235) | private static final class NativeRef extends WeakReference { method TypeRegistration (line 397) | TypeRegistration(Class javaType, String gTypeName, Function getJavaType() { method getGTypeName (line 407) | public String getGTypeName() { method getFactory (line 411) | public Function getFactory() { type TypeProvider (line 421) | public static interface TypeProvider { method types (line 428) | public Stream> types(); FILE: src/org/freedesktop/gstreamer/glib/Natives.java class Natives (line 37) | public final class Natives { method Natives (line 39) | private Natives() { method initializer (line 53) | public static final NativeObject.Initializer initializer(Pointer ptr) { method initializer (line 68) | public static final NativeObject.Initializer initializer(Pointer ptr, ... method initializer (line 83) | public static final NativeObject.Initializer initializer(Pointer ptr, ... method objectFor (line 104) | public static T objectFor(Pointer ptr, Class<... method objectFor (line 121) | public static T objectFor(GPointer ptr, Class... method callerOwnsReturn (line 139) | public static T callerOwnsReturn(Pointer ptr,... method callerOwnsReturn (line 157) | public static T callerOwnsReturn(GPointer ptr... method objectFor (line 161) | private static T objectFor(Pointer ptr, Class... method getRawPointer (line 177) | public static Pointer getRawPointer(NativeObject obj) { method getPointer (line 189) | public static GPointer getPointer(NativeObject obj) { method ownsReference (line 199) | public static boolean ownsReference(NativeObject obj) { method validReference (line 209) | public static boolean validReference(NativeObject obj) { method ref (line 220) | public static T ref(T obj) { method unref (line 232) | public static T unref(T obj) { method registration (line 259) | public static NativeObject.TypeRegistration FILE: src/org/freedesktop/gstreamer/glib/RefCountedObject.java class RefCountedObject (line 26) | public abstract class RefCountedObject extends NativeObject { method RefCountedObject (line 38) | protected RefCountedObject(Handle handle) { method RefCountedObject (line 43) | protected RefCountedObject(Handle handle, boolean needRef) { class Handle (line 57) | protected static abstract class Handle extends NativeObject.Handle { method Handle (line 59) | public Handle(GPointer ptr, boolean ownsHandle) { method ref (line 63) | protected abstract void ref(); method unref (line 65) | protected abstract void unref(); FILE: src/org/freedesktop/gstreamer/interfaces/ColorBalance.java class ColorBalance (line 32) | public class ColorBalance extends GstInterface { method wrap (line 40) | public static final ColorBalance wrap(Element element) { method ColorBalance (line 49) | private ColorBalance(Element element) { method getChannelList (line 58) | public List getChannelList() { method channelFor (line 79) | private final ColorBalanceChannel channelFor(Pointer pointer, type VALUE_CHANGED (line 90) | public static interface VALUE_CHANGED { method colorBalanceValueChanged (line 95) | public void colorBalanceValueChanged(ColorBalance colorBalance, method connect (line 104) | public void connect(final VALUE_CHANGED listener) { method disconnect (line 119) | public void disconnect(VALUE_CHANGED listener) { FILE: src/org/freedesktop/gstreamer/interfaces/ColorBalanceChannel.java class ColorBalanceChannel (line 31) | public class ColorBalanceChannel extends GObject { method ColorBalanceChannel (line 42) | ColorBalanceChannel(Initializer init) { method ColorBalanceChannel (line 47) | ColorBalanceChannel(ColorBalance colorBalance, Pointer ptr, method getName (line 54) | public String getName() { method getMinValue (line 58) | public int getMinValue() { method getMaxValue (line 62) | public int getMaxValue() { method setValue (line 66) | public void setValue(int value) { method getValue (line 70) | public int getValue(int value) { FILE: src/org/freedesktop/gstreamer/interfaces/GstInterface.java class GstInterface (line 32) | class GstInterface implements GObject.GInterface { method GstInterface (line 34) | protected GstInterface(Element element, GType type) { method getGObject (line 38) | @Override FILE: src/org/freedesktop/gstreamer/interfaces/Navigation.java class Navigation (line 28) | public class Navigation extends GstInterface { method wrap (line 36) | public static final Navigation wrap(Element element) { method Navigation (line 46) | private Navigation(Element element) { method sendEvent (line 50) | public void sendEvent(Structure structure) { method sendKeyEvent (line 54) | public void sendKeyEvent(String event, String key) { method sendMouseEvent (line 58) | public void sendMouseEvent(String event, int button, double x, double ... FILE: src/org/freedesktop/gstreamer/interfaces/VideoOrientation.java class VideoOrientation (line 27) | public class VideoOrientation extends GstInterface { method wrap (line 35) | public static final VideoOrientation wrap(Element element) { method VideoOrientation (line 45) | private VideoOrientation(Element element) { method setHflip (line 65) | public boolean setHflip(boolean flip) { method setVflip (line 69) | public boolean setVflip(boolean flip) { method setHcenter (line 73) | public boolean setHcenter(int center) { method setVcenter (line 77) | public boolean setVcenter(int center) { FILE: src/org/freedesktop/gstreamer/interfaces/VideoOverlay.java class VideoOverlay (line 38) | public class VideoOverlay extends GstInterface { method wrap (line 45) | public static VideoOverlay wrap(Element element) { method isPrepareWindowHandleMessage (line 56) | public static boolean isPrepareWindowHandleMessage(Message message) { method VideoOverlay (line 65) | private VideoOverlay(Element element) { method setWindowHandle (line 74) | public void setWindowHandle(long handle) { method expose (line 82) | public void expose() { method handleEvent (line 93) | public void handleEvent(boolean handle_events) { method setRenderRectangle (line 114) | public boolean setRenderRectangle(int x, int y, int width, int height) { FILE: src/org/freedesktop/gstreamer/lowlevel/AppAPI.java type AppAPI (line 38) | public interface AppAPI extends com.sun.jna.Library { method gst_app_src_get_type (line 43) | GType gst_app_src_get_type(); method gst_app_src_set_caps (line 45) | void gst_app_src_set_caps(AppSrc appsrc, Caps caps); method gst_app_src_get_caps (line 46) | @CallerOwnsReturn Caps gst_app_src_get_caps(AppSrc appsrc); method gst_app_src_set_size (line 48) | void gst_app_src_set_size(AppSrc appsrc, long size); method gst_app_src_get_size (line 49) | long gst_app_src_get_size(AppSrc appsrc); method gst_app_src_set_stream_type (line 51) | void gst_app_src_set_stream_type(AppSrc appsrc, AppSrc.StreamType type); method gst_app_src_get_stream_type (line 52) | AppSrc.StreamType gst_app_src_get_stream_type(AppSrc appsrc); method gst_app_src_set_max_bytes (line 54) | void gst_app_src_set_max_bytes(AppSrc appsrc, long max); method gst_app_src_get_max_bytes (line 55) | long gst_app_src_get_max_bytes(AppSrc appsrc); method gst_app_src_set_latency (line 57) | void gst_app_src_set_latency(AppSrc appsrc, long min, long max); method gst_app_src_get_latency (line 58) | void gst_app_src_get_latency(AppSrc appsrc, LongByReference min, LongB... method gst_app_src_flush_queued (line 60) | void gst_app_src_flush_queued(AppSrc appsrc); method gst_app_src_push_buffer (line 62) | FlowReturn gst_app_src_push_buffer(AppSrc appsrc, @Invalidate Buffer b... method gst_app_src_end_of_stream (line 63) | FlowReturn gst_app_src_end_of_stream(AppSrc appsrc); method gst_app_sink_get_type (line 66) | GType gst_app_sink_get_type(); method gst_app_sink_set_caps (line 68) | void gst_app_sink_set_caps(AppSink appsink, Caps caps); method gst_app_sink_get_caps (line 69) | @CallerOwnsReturn Caps gst_app_sink_get_caps(AppSink appsink); method gst_app_sink_is_eos (line 71) | boolean gst_app_sink_is_eos(AppSink appsink); method gst_app_sink_pull_preroll (line 73) | @CallerOwnsReturn Sample gst_app_sink_pull_preroll(AppSink appsink); method gst_app_sink_pull_sample (line 74) | @CallerOwnsReturn Sample gst_app_sink_pull_sample(AppSink appsink); FILE: src/org/freedesktop/gstreamer/lowlevel/BaseSinkAPI.java type BaseSinkAPI (line 50) | public interface BaseSinkAPI extends Library { class GstBaseSinkStruct (line 57) | public static final class GstBaseSinkStruct extends com.sun.jna.Struct... method GstBaseSinkStruct (line 95) | public GstBaseSinkStruct(Pointer handle) { method getFieldOrder (line 99) | @Override type GetCaps (line 115) | public static interface GetCaps extends Callback { method callback (line 116) | public Caps callback(BaseSink sink, Caps caps); type SetCaps (line 118) | public static interface SetCaps extends Callback { method callback (line 119) | public boolean callback(BaseSink sink, Caps caps); type Fixate (line 121) | public static interface Fixate extends Callback { method callback (line 122) | public Caps callback(BaseSink sink, Caps caps); type ActivatePull (line 124) | public static interface ActivatePull extends Callback { method callback (line 125) | public boolean callback(BaseSink sink, boolean active); type GetTimes (line 127) | public static interface GetTimes extends Callback { method callback (line 128) | public void callback(BaseSink sink, Buffer buffer, type ProposeAllocation (line 131) | public static interface ProposeAllocation extends Callback { method callback (line 132) | public boolean callback(BaseSink sink, AllocationQuery query); type BooleanFunc1 (line 134) | public static interface BooleanFunc1 extends Callback { method callback (line 135) | public boolean callback(BaseSink sink); type QueryNotify (line 137) | public static interface QueryNotify extends Callback { method callback (line 138) | public boolean callback(BaseSink sink, Query query); type EventNotify (line 140) | public static interface EventNotify extends Callback { method callback (line 141) | public boolean callback(BaseSink sink, Event event); type WaitEventNotify (line 143) | public static interface WaitEventNotify extends Callback { method callback (line 144) | public FlowReturn callback(BaseSink sink, Event event); type Render (line 146) | public static interface Render extends Callback { method callback (line 147) | public FlowReturn callback(BaseSink sink, Buffer buffer); type RenderList (line 149) | public static interface RenderList extends Callback { method callback (line 150) | public FlowReturn callback(BaseSink sink, GList bufferList); class GstBaseSinkClass (line 153) | public static final class GstBaseSinkClass extends com.sun.jna.Structu... method GstBaseSinkClass (line 154) | public GstBaseSinkClass() {} method GstBaseSinkClass (line 155) | public GstBaseSinkClass(Pointer ptr) { method getFieldOrder (line 221) | @Override method gst_base_sink_get_type (line 234) | GType gst_base_sink_get_type(); method gst_base_sink_do_preroll (line 236) | FlowReturn gst_base_sink_do_preroll(BaseSink sink, MiniObject obj); method gst_base_sink_wait_preroll (line 237) | FlowReturn gst_base_sink_wait_preroll(BaseSink sink); method gst_base_sink_set_sync (line 240) | void gst_base_sink_set_sync(BaseSink sink, boolean sync); method gst_base_sink_get_sync (line 241) | boolean gst_base_sink_get_sync(BaseSink sink); method gst_base_sink_set_max_lateness (line 244) | void gst_base_sink_set_max_lateness (BaseSink sink, long max_lateness); method gst_base_sink_get_max_lateness (line 245) | long gst_base_sink_get_max_lateness(BaseSink sink); method gst_base_sink_set_qos_enabled (line 248) | void gst_base_sink_set_qos_enabled(BaseSink sink, boolean enabled); method gst_base_sink_is_qos_enabled (line 249) | boolean gst_base_sink_is_qos_enabled(BaseSink sink); method gst_base_sink_set_async_enabled (line 252) | void gst_base_sink_set_async_enabled(BaseSink sink, boolean enabled); method gst_base_sink_is_async_enabled (line 253) | boolean gst_base_sink_is_async_enabled(BaseSink sink); method gst_base_sink_set_ts_offset (line 256) | void gst_base_sink_set_ts_offset(BaseSink sink, long offset); method gst_base_sink_get_ts_offset (line 257) | long gst_base_sink_get_ts_offset(BaseSink sink); method gst_base_sink_get_last_buffer (line 260) | @CallerOwnsReturn Buffer gst_base_sink_get_last_buffer(BaseSink sink); method gst_base_sink_set_last_buffer_enabled (line 261) | void gst_base_sink_set_last_buffer_enabled(BaseSink sink, boolean enab... method gst_base_sink_is_last_buffer_enabled (line 262) | boolean gst_base_sink_is_last_buffer_enabled(BaseSink sink); method gst_base_sink_query_latency (line 265) | boolean gst_base_sink_query_latency(BaseSink sink, boolean live, boole... method gst_base_sink_get_latency (line 266) | long gst_base_sink_get_latency(BaseSink sink); method gst_base_sink_set_render_delay (line 269) | void gst_base_sink_set_render_delay(BaseSink sink, long delay); method gst_base_sink_get_render_delay (line 270) | long gst_base_sink_get_render_delay(BaseSink sink); method gst_base_sink_set_blocksize (line 273) | void gst_base_sink_set_blocksize(BaseSink sink, int blocksize); method gst_base_sink_get_blocksize (line 274) | int gst_base_sink_get_blocksize(BaseSink sink); method gst_base_sink_wait_clock (line 276) | ClockReturn gst_base_sink_wait_clock(BaseSink sink, long time, /* Gstl... method gst_base_sink_wait_eos (line 277) | FlowReturn gst_base_sink_wait_eos(BaseSink sink, long time, /* Gstlong... FILE: src/org/freedesktop/gstreamer/lowlevel/BaseSrcAPI.java type BaseSrcAPI (line 46) | public interface BaseSrcAPI extends Library { class GstBaseSrcStruct (line 53) | public static final class GstBaseSrcStruct extends com.sun.jna.Structu... method getFieldOrder (line 90) | @Override class GstBaseSrcAbiData (line 104) | public static final class GstBaseSrcAbiData extends Union { class GstBaseSrcAbi (line 109) | public static final class GstBaseSrcAbi extends com.sun.jna.Structure { method getFieldOrder (line 114) | @Override type GetCaps (line 123) | public static interface GetCaps extends Callback { method callback (line 124) | public Caps callback(BaseSrc src, Caps filter); type SetCaps (line 126) | public static interface SetCaps extends Callback { method callback (line 127) | public boolean callback(BaseSrc src, Caps caps); type BooleanFunc1 (line 129) | public static interface BooleanFunc1 extends Callback { method callback (line 130) | public boolean callback(BaseSrc src); type DecideAllocation (line 132) | public static interface DecideAllocation extends Callback { method callback (line 133) | public boolean callback(BaseSrc src, Query query); type GetTimes (line 137) | public static interface GetTimes extends Callback { method callback (line 138) | public void callback(BaseSrc src, Buffer buffer, type GetSize (line 141) | public static interface GetSize extends Callback { method callback (line 142) | boolean callback(BaseSrc src, LongByReference size); type EventNotify (line 144) | public static interface EventNotify extends Callback { method callback (line 145) | boolean callback(BaseSrc src, Event event); type Create (line 147) | public static interface Create extends Callback { method callback (line 148) | public FlowReturn callback(BaseSrc src, long offset, int size, type Fill (line 151) | public static interface Fill extends Callback { method callback (line 152) | public FlowReturn callback(BaseSrc src, long offset, int size, type Seek (line 155) | public static interface Seek extends Callback { method callback (line 156) | boolean callback(BaseSrc src, GstSegmentStruct segment); type QueryFunc (line 158) | public static interface QueryFunc extends Callback { method callback (line 159) | boolean callback(BaseSrc src, Query query); type Fixate (line 161) | public static interface Fixate extends Callback { method callback (line 162) | public Caps callback(BaseSrc src, Caps caps); type PrepareSeek (line 164) | public static interface PrepareSeek extends Callback { method callback (line 165) | boolean callback(BaseSrc src, Event seek, GstSegmentStruct segment); class GstBaseSrcClass (line 168) | public static final class GstBaseSrcClass extends com.sun.jna.Structure { method GstBaseSrcClass (line 169) | public GstBaseSrcClass() {} method GstBaseSrcClass (line 170) | public GstBaseSrcClass(Pointer ptr) { method getFieldOrder (line 243) | @Override method gst_base_src_get_type (line 261) | GType gst_base_src_get_type(); method gst_base_src_wait_playing (line 263) | FlowReturn gst_base_src_wait_playing(BaseSrc src); method gst_base_src_set_live (line 265) | void gst_base_src_set_live(BaseSrc src, boolean live); method gst_base_src_is_live (line 266) | boolean gst_base_src_is_live(BaseSrc src); method gst_base_src_set_format (line 268) | void gst_base_src_set_format(BaseSrc src, Format format); method gst_base_src_query_latency (line 270) | boolean gst_base_src_query_latency(BaseSrc src, boolean[] live, long[]... method gst_base_src_set_blocksize (line 272) | void gst_base_src_set_blocksize(BaseSrc src, long blocksize); method gst_base_src_get_blocksize (line 273) | long gst_base_src_get_blocksize(BaseSrc src); method gst_base_src_set_do_timestamp (line 275) | void gst_base_src_set_do_timestamp(BaseSrc src, boolean timestamp); method gst_base_src_get_do_timestamp (line 276) | boolean gst_base_src_get_do_timestamp(BaseSrc src); method gst_base_src_new_seamless_segment (line 278) | boolean gst_base_src_new_seamless_segment(BaseSrc src, long start, lon... FILE: src/org/freedesktop/gstreamer/lowlevel/BaseTransformAPI.java type BaseTransformAPI (line 45) | public interface BaseTransformAPI extends Library { class GstBaseTransformStruct (line 52) | public static final class GstBaseTransformStruct extends com.sun.jna.S... method getFieldOrder (line 72) | @Override type TransformCaps (line 83) | public static interface TransformCaps extends Callback { method callback (line 84) | public Caps callback(BaseTransform trans, PadDirection direction, Ca... type FixateCaps (line 86) | public static interface FixateCaps extends Callback { method callback (line 87) | public Caps callback(BaseTransform trans, PadDirection direction, Ca... type AcceptCaps (line 89) | public static interface AcceptCaps extends Callback { method callback (line 90) | public boolean callback(BaseTransform trans, PadDirection direction,... type SetCaps (line 92) | public static interface SetCaps extends Callback { method callback (line 93) | public boolean callback(BaseTransform trans, Caps incaps, Caps outca... type QueryFunc (line 95) | public static interface QueryFunc extends Callback { method callback (line 96) | public boolean callback(BaseTransform trans, PadDirection direction,... type DecideAllocation (line 98) | public static interface DecideAllocation extends Callback { method callback (line 99) | public boolean callback(BaseTransform trans, Query query); type FilterMeta (line 101) | public static interface FilterMeta extends Callback { method callback (line 102) | public boolean callback(BaseTransform trans, Query query, GType api,... type ProposeAllocation (line 104) | public static interface ProposeAllocation extends Callback { method callback (line 105) | public boolean callback(BaseTransform trans, Query decide_query, Que... type TransformSize (line 107) | public static interface TransformSize extends Callback { method callback (line 108) | public boolean callback(BaseTransform trans, PadDirection direction,... type GetUnitSize (line 111) | public static interface GetUnitSize extends Callback { method callback (line 112) | public boolean callback(BaseTransform trans, Caps caps, IntByReferen... type BooleanFunc1 (line 114) | public static interface BooleanFunc1 extends Callback { method callback (line 115) | public boolean callback(BaseTransform sink); type EventNotify (line 117) | public static interface EventNotify extends Callback { method callback (line 118) | public boolean callback(BaseTransform trans, Event event); type PrepareOutput (line 120) | public static interface PrepareOutput extends Callback { method callback (line 121) | public FlowReturn callback(BaseTransform trans, Buffer input, Pointe... type CopyMetadata (line 123) | public static interface CopyMetadata extends Callback { method callback (line 124) | public boolean callback(BaseTransform trans, Buffer input, Buffer ou... type TransformMeta (line 126) | public static interface TransformMeta extends Callback { method callback (line 127) | public boolean callback(BaseTransform trans, Buffer outbuf, Pointer ... type BeforeTransform (line 129) | public static interface BeforeTransform extends Callback { method callback (line 130) | public void callback(BaseTransform trans, Buffer inbuf); type Transform (line 132) | public static interface Transform extends Callback { method callback (line 133) | public FlowReturn callback(BaseTransform trans, Buffer inbuf, Buffer... type TransformIp (line 135) | public static interface TransformIp extends Callback { method callback (line 136) | public FlowReturn callback(BaseTransform trans, Buffer buf); type SubmitInputBuffer (line 138) | public static interface SubmitInputBuffer extends Callback { method callback (line 139) | public FlowReturn callback(BaseTransform trans, boolean is_discont, ... type GenerateOutput (line 141) | public static interface GenerateOutput extends Callback { method callback (line 142) | public FlowReturn callback(BaseTransform trans, Pointer /* GstBuffer... class GstBaseTransformClass (line 148) | public static final class GstBaseTransformClass extends com.sun.jna.St... method GstBaseTransformClass (line 149) | public GstBaseTransformClass() {} method GstBaseTransformClass (line 150) | public GstBaseTransformClass(Pointer ptr) { method getFieldOrder (line 211) | @Override method gst_base_transform_get_type (line 226) | GType gst_base_transform_get_type(); method gst_base_transform_set_passthrough (line 228) | void gst_base_transform_set_passthrough(BaseTransform trans, boolean p... method gst_base_transform_is_passthrough (line 229) | boolean gst_base_transform_is_passthrough(BaseTransform trans); method gst_base_transform_set_in_place (line 231) | void gst_base_transform_set_in_place(BaseTransform trans, boolean in_p... method gst_base_transform_is_in_place (line 232) | boolean gst_base_transform_is_in_place(BaseTransform trans); method gst_base_transform_update_qos (line 234) | void gst_base_transform_update_qos(BaseTransform trans, double proport... method gst_base_transform_set_qos_enabled (line 235) | void gst_base_transform_set_qos_enabled(BaseTransform trans, boolean e... method gst_base_transform_is_qos_enabled (line 236) | boolean gst_base_transform_is_qos_enabled(BaseTransform trans); method gst_base_transform_set_gap_aware (line 238) | void gst_base_transform_set_gap_aware(BaseTransform trans, boolean gap... method gst_base_transform_suggest (line 240) | void gst_base_transform_suggest(BaseTransform trans, Caps caps, int si... method gst_base_transform_reconfigure (line 241) | void gst_base_transform_reconfigure(BaseTransform trans); FILE: src/org/freedesktop/gstreamer/lowlevel/EnumMapper.java class EnumMapper (line 31) | public class EnumMapper { method getInstance (line 33) | public static EnumMapper getInstance() { method intValue (line 37) | public int intValue(Enum value) { method valueOf (line 40) | public > E valueOf(int value, Class enumClass) { FILE: src/org/freedesktop/gstreamer/lowlevel/GBoolean.java class GBoolean (line 24) | public class GBoolean { method valueOf (line 27) | public static int valueOf(boolean value) { method valueOf (line 30) | public static int valueOf(Boolean value) { FILE: src/org/freedesktop/gstreamer/lowlevel/GFunctionMapper.java class GFunctionMapper (line 31) | public class GFunctionMapper implements com.sun.jna.FunctionMapper { method getFunctionName (line 34) | public String getFunctionName(NativeLibrary library, Method method) { FILE: src/org/freedesktop/gstreamer/lowlevel/GNative.java class GNative (line 35) | public final class GNative { method GNative (line 49) | private GNative() {} method loadLibrary (line 51) | public static synchronized T loadLibrary(String na... method loadNativeLibrary (line 61) | private static T loadNativeLibrary(String name, Cl... method getNativeLibrary (line 80) | public static synchronized NativeLibrary getNativeLibrary(String name) { type Converter (line 90) | private static interface Converter { method nativeType (line 91) | Class nativeType(); method toNative (line 92) | Object toNative(Object value); method fromNative (line 93) | Object fromNative(Object value, Class javaType); method nativeType (line 97) | public Class nativeType() { method toNative (line 101) | public Object toNative(Object value) { method fromNative (line 105) | @SuppressWarnings({"unchecked","rawtypes"}) method nativeType (line 112) | public Class nativeType() { method toNative (line 116) | public Object toNative(Object value) { method fromNative (line 120) | @SuppressWarnings("rawtypes") method getConverter (line 127) | private static Converter getConverter(Class javaType) { class Handler (line 135) | private static class Handler implements InvocationHandler { method Handler (line 140) | public Handler(T library, Map options) { method invoke (line 145) | @SuppressWarnings("null") method getNativeClass (line 185) | @SuppressWarnings("unused") type ArrayIO (line 194) | private static interface ArrayIO { method set (line 195) | public void set(Object array, int index, Object data); method get (line 196) | public Object get(Object array, int index); method set (line 200) | public void set(Object array, int index, Object data) { method get (line 203) | public Object get(Object array, int index) { method set (line 209) | public void set(Object array, int index, Object data) { method get (line 212) | public Object get(Object array, int index) { method getArrayIO (line 217) | private static ArrayIO getArrayIO(final Class cls) { FILE: src/org/freedesktop/gstreamer/lowlevel/GObjectAPI.java type GObjectAPI (line 43) | @SuppressWarnings("serial") method g_object_get_type (line 50) | GType g_object_get_type(); method g_param_value_validate (line 51) | void g_param_value_validate(GParamSpec spec, GValue data); method g_object_set_property (line 52) | void g_object_set_property(GObject obj, String property, GValue data); method g_object_get_property (line 53) | void g_object_get_property(GObject obj, String property, GValue data); method g_object_set (line 54) | void g_object_set(GObject obj, String propertyName, Object... data); method g_object_get (line 55) | void g_object_get(GObject obj, String propertyName, Object... data); method g_object_class_list_properties (line 56) | Pointer g_object_class_list_properties(Pointer oclass, IntByReference ... method g_object_new (line 58) | Pointer g_object_new(GType object_type, Object... args); type GClosureNotify (line 60) | interface GClosureNotify extends Callback { method callback (line 61) | void callback(Pointer data, Pointer closure); method g_signal_connect_data (line 66) | NativeLong g_signal_connect_data(GObjectPtr obj, String signal, Callba... method g_signal_handler_disconnect (line 68) | void g_signal_handler_disconnect(GObjectPtr obj, NativeLong id); method g_object_is_floating (line 69) | boolean g_object_is_floating(GObjectPtr obj); method g_object_ref_sink (line 73) | Pointer g_object_ref_sink(Pointer ptr); method g_object_ref_sink (line 74) | GObjectPtr g_object_ref_sink(GObjectPtr ptr); type GToggleNotify (line 75) | interface GToggleNotify extends Callback { method callback (line 76) | void callback(Pointer data, Pointer obj, boolean is_last_ref); method g_object_add_toggle_ref (line 78) | void g_object_add_toggle_ref(Pointer object, GToggleNotify notify, Poi... method g_object_remove_toggle_ref (line 79) | void g_object_remove_toggle_ref(Pointer object, GToggleNotify notify, ... method g_object_add_toggle_ref (line 80) | void g_object_add_toggle_ref(GObjectPtr object, GToggleNotify notify, ... method g_object_remove_toggle_ref (line 81) | void g_object_remove_toggle_ref(GObjectPtr object, GToggleNotify notif... type GWeakNotify (line 82) | interface GWeakNotify extends Callback { method callback (line 83) | void callback(IntPtr data, Pointer obj); method g_object_weak_ref (line 85) | void g_object_weak_ref(GObject object, GWeakNotify notify, IntPtr data); method g_object_weak_unref (line 86) | void g_object_weak_unref(GObject object, GWeakNotify notify, IntPtr da... method g_object_ref (line 87) | Pointer g_object_ref(GObjectPtr object); method g_object_unref (line 88) | void g_object_unref(GObjectPtr object); method g_object_class_find_property (line 90) | GParamSpec g_object_class_find_property(GObjectClass oclass, String pr... method g_object_class_find_property (line 91) | Pointer g_object_class_find_property(Pointer oclass, String property_n... method g_quark_try_string (line 92) | GQuark g_quark_try_string(String string); method g_quark_from_static_string (line 93) | GQuark g_quark_from_static_string(String string); method g_quark_from_string (line 94) | GQuark g_quark_from_string(String string); method g_quark_to_string (line 95) | String g_quark_to_string(GQuark quark); method g_intern_string (line 97) | String g_intern_string(String string); method g_intern_static_string (line 98) | String g_intern_static_string(String string); method g_type_init (line 100) | void g_type_init(); method g_type_init_with_debug_flags (line 101) | void g_type_init_with_debug_flags(int flags); method g_type_name (line 102) | String g_type_name(GType type); method g_type_from_name (line 104) | GType g_type_from_name(String name); method g_type_parent (line 105) | GType g_type_parent(GType type); method g_type_depth (line 106) | int g_type_depth(GType type); method g_type_create_instance (line 107) | Pointer g_type_create_instance(GType type); method g_type_free_instance (line 108) | void g_type_free_instance(Pointer instance); method g_type_is_a (line 109) | boolean g_type_is_a(GType type, GType is_a_type); method g_type_register_static (line 111) | GType g_type_register_static(GType parent_type, String type_name, method g_type_register_static (line 113) | GType g_type_register_static(GType parent_type, Pointer type_name, method g_type_register_static_simple (line 115) | GType g_type_register_static_simple(GType parent_type, String type_name, method g_type_register_static_simple (line 118) | GType g_type_register_static_simple(GType parent_type, Pointer type_name, class GTypeClass (line 124) | public static class GTypeClass extends com.sun.jna.Structure { method getFieldOrder (line 129) | @Override class GTypeClassByReference (line 135) | public static final class GTypeClassByReference extends GTypeClass imp... class GTypeInstance (line 140) | public static final class GTypeInstance extends com.sun.jna.Structure { method getFieldOrder (line 145) | @Override class GObjectStruct (line 151) | public static final class GObjectStruct extends com.sun.jna.Structure { method GObjectStruct (line 155) | public GObjectStruct() {} method GObjectStruct (line 156) | public GObjectStruct(GObjectPtr ptr) { method getFieldOrder (line 162) | @Override class GObjectConstructParam (line 170) | public static final class GObjectConstructParam { class GObjectClass (line 174) | public static final class GObjectClass extends com.sun.jna.Structure { type Constructor (line 186) | public static interface Constructor extends Callback { method callback (line 187) | public Pointer callback(GType type, int n_construct_properties, type SetProperty (line 190) | public static interface SetProperty extends Callback { method callback (line 191) | public void callback(GObject object, int property_id, Pointer valu... type GetProperty (line 193) | public static interface GetProperty extends Callback { method callback (line 194) | public void callback(GObject object, int property_id, Pointer valu... type Dispose (line 196) | public static interface Dispose extends Callback { method callback (line 197) | public void callback(GObject object); type Finalize (line 199) | public static interface Finalize extends Callback { method callback (line 200) | public void callback(GObject object); type Notify (line 202) | public static interface Notify extends Callback { method callback (line 203) | public void callback(GObject object, Pointer spec); method GObjectClass (line 206) | public GObjectClass() {} method GObjectClass (line 207) | public GObjectClass(Pointer ptr) { method getFieldOrder (line 212) | @Override type GBaseInitFunc (line 225) | public static interface GBaseInitFunc extends Callback { method callback (line 226) | public void callback(Pointer g_class); type GBaseFinalizeFunc (line 229) | public static interface GBaseFinalizeFunc extends Callback { method callback (line 230) | public void callback(Pointer g_class); type GClassInitFunc (line 233) | public static interface GClassInitFunc extends Callback { method callback (line 234) | public void callback(Pointer g_class, Pointer class_data); type GClassFinalizeFunc (line 237) | public static interface GClassFinalizeFunc extends Callback { method callback (line 238) | public void callback(Pointer g_class, Pointer class_data); type GInstanceInitFunc (line 240) | public static interface GInstanceInitFunc extends Callback { method callback (line 241) | void callback(GTypeInstance instance, Pointer g_class); class GTypeInfo (line 243) | public static final class GTypeInfo extends com.sun.jna.Structure { method GTypeInfo (line 244) | public GTypeInfo() { method GTypeInfo (line 247) | public GTypeInfo(Pointer ptr) { method getFieldOrder (line 268) | @Override class GParamSpecTypeSpecific (line 279) | public static abstract class GParamSpecTypeSpecific extends com.sun.jn... method getMinimum (line 280) | public abstract Object getMinimum(); method getMaximum (line 281) | public abstract Object getMaximum(); method getDefault (line 282) | public abstract Object getDefault(); method GParamSpecTypeSpecific (line 284) | public GParamSpecTypeSpecific() { method GParamSpecTypeSpecific (line 287) | public GParamSpecTypeSpecific(Pointer ptr) { class GParamSpecBoolean (line 291) | public static final class GParamSpecBoolean extends GParamSpecTypeSpec... method getMinimum (line 295) | public Object getMinimum() { return null; } method getMaximum (line 296) | public Object getMaximum() { return null; } method getDefault (line 297) | public Object getDefault() { return default_value; } method GParamSpecBoolean (line 299) | public GParamSpecBoolean(Pointer ptr) { method getFieldOrder (line 304) | @Override class GParamSpecInt (line 311) | public static final class GParamSpecInt extends GParamSpecTypeSpecific { method getMinimum (line 317) | public Object getMinimum() { return minimum; } method getMaximum (line 318) | public Object getMaximum() { return maximum; } method getDefault (line 319) | public Object getDefault() { return default_value; } method GParamSpecInt (line 321) | public GParamSpecInt(Pointer ptr) { method getFieldOrder (line 326) | @Override class GParamSpecUInt (line 335) | public static final class GParamSpecUInt extends GParamSpecTypeSpecific { method getMinimum (line 341) | public Object getMinimum() { return ((long)minimum)&0xffffff; } method getMaximum (line 342) | public Object getMaximum() { return ((long)maximum)&0xffffff; } method getDefault (line 343) | public Object getDefault() { return ((long)default_value)&0xffffff; } method GParamSpecUInt (line 345) | public GParamSpecUInt(Pointer ptr) { method getFieldOrder (line 350) | @Override class GParamSpecChar (line 358) | public static final class GParamSpecChar extends GParamSpecTypeSpecific { method getMinimum (line 364) | public Object getMinimum() { return minimum; } method getMaximum (line 365) | public Object getMaximum() { return maximum; } method getDefault (line 366) | public Object getDefault() { return default_value; } method GParamSpecChar (line 368) | public GParamSpecChar(Pointer ptr) { method getFieldOrder (line 373) | @Override class GParamSpecUChar (line 381) | public static final class GParamSpecUChar extends GParamSpecTypeSpecif... method getMinimum (line 387) | public Object getMinimum() { return ((short)minimum)&0xff; } method getMaximum (line 388) | public Object getMaximum() { return ((short)maximum)&0xff; } method getDefault (line 389) | public Object getDefault() { return ((short)default_value)&0xff; } method GParamSpecUChar (line 391) | public GParamSpecUChar(Pointer ptr) { method getFieldOrder (line 396) | @Override class GParamSpecLong (line 404) | public static final class GParamSpecLong extends GParamSpecTypeSpecific { method getMinimum (line 410) | public Object getMinimum() { return minimum; } method getMaximum (line 411) | public Object getMaximum() { return maximum; } method getDefault (line 412) | public Object getDefault() { return default_value; } method GParamSpecLong (line 414) | public GParamSpecLong(Pointer ptr) { method getFieldOrder (line 419) | @Override class GParamSpecInt64 (line 427) | public static final class GParamSpecInt64 extends GParamSpecTypeSpecif... method getMinimum (line 433) | public Object getMinimum() { return minimum; } method getMaximum (line 434) | public Object getMaximum() { return maximum; } method getDefault (line 435) | public Object getDefault() { return default_value; } method GParamSpecInt64 (line 437) | public GParamSpecInt64(Pointer ptr) { method getFieldOrder (line 442) | @Override class GParamSpecFloat (line 450) | public static final class GParamSpecFloat extends GParamSpecTypeSpecif... method getMinimum (line 457) | public Object getMinimum() { return minimum; } method getMaximum (line 458) | public Object getMaximum() { return maximum; } method getDefault (line 459) | public Object getDefault() { return default_value; } method GParamSpecFloat (line 461) | public GParamSpecFloat(Pointer ptr) { method getFieldOrder (line 466) | @Override class GParamSpecDouble (line 474) | public static final class GParamSpecDouble extends GParamSpecTypeSpeci... method getMinimum (line 481) | public Object getMinimum() { return minimum; } method getMaximum (line 482) | public Object getMaximum() { return maximum; } method getDefault (line 483) | public Object getDefault() { return default_value; } method GParamSpecDouble (line 485) | public GParamSpecDouble(Pointer ptr) { method getFieldOrder (line 490) | @Override class GParamSpecString (line 498) | public static final class GParamSpecString extends GParamSpecTypeSpeci... method getMinimum (line 507) | public Object getMinimum() { return null; } method getMaximum (line 508) | public Object getMaximum() { return null; } method getDefault (line 509) | public Object getDefault() { return default_value; } method GParamSpecString (line 511) | public GParamSpecString(Pointer ptr) { method getFieldOrder (line 516) | @Override class GParamSpec (line 525) | public static final class GParamSpec extends com.sun.jna.Structure { method GParamSpec (line 538) | public GParamSpec() { method GParamSpec (line 541) | public GParamSpec(Pointer ptr) { method getFieldOrder (line 546) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GObjectPtr.java class GObjectPtr (line 24) | public class GObjectPtr extends GTypedPtr { method GObjectPtr (line 26) | public GObjectPtr() { method GObjectPtr (line 29) | public GObjectPtr(Pointer ptr) { method getGType (line 33) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GPointer.java class GPointer (line 25) | public class GPointer extends PointerType { method GPointer (line 27) | public GPointer() { method GPointer (line 30) | public GPointer(Pointer ptr) { method as (line 34) | public T as(Class cls, Function co... FILE: src/org/freedesktop/gstreamer/lowlevel/GSignalAPI.java type GSignalAPI (line 39) | @SuppressWarnings("serial") class GSignalQuery (line 49) | public static final class GSignalQuery extends com.sun.jna.Structure { method getFieldOrder (line 58) | @Override method g_signal_connect_data (line 68) | NativeLong g_signal_connect_data(GObject obj, String signal, Callback ... method g_signal_handler_disconnect (line 70) | void g_signal_handler_disconnect(GObject obj, NativeLong id); method g_signal_lookup (line 72) | int g_signal_lookup(String name, GType itype); method g_signal_name (line 73) | String g_signal_name(int signal_id); method g_signal_query (line 74) | void g_signal_query(int signal_id, GSignalQuery query); method g_signal_list_ids (line 75) | int g_signal_list_ids(GType itype, int[] n_ids); method g_signal_emit (line 77) | void g_signal_emit(GObject obj, int signal_id, GQuark detail, Object..... method g_signal_emit_by_name (line 78) | void g_signal_emit_by_name(GObject obj, String signal, Object... argum... type GSignalCallbackProxy (line 81) | public static interface GSignalCallbackProxy extends com.sun.jna.Callb... FILE: src/org/freedesktop/gstreamer/lowlevel/GType.java class GType (line 34) | @SuppressWarnings("serial") method init (line 74) | private static GType init(int value) { method GType (line 78) | protected GType(long t) { method GType (line 85) | public GType() { method valueOf (line 89) | public static GType valueOf(long value) { method valueOf (line 93) | public static GType valueOf(String typeName) { method valueOf (line 108) | public static GType valueOf(Class javaType) { method fromNative (line 124) | @Override method getParentType (line 133) | public GType getParentType() { method getTypeName (line 139) | public String getTypeName() { method toString (line 147) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GTypeMapper.java class GTypeMapper (line 52) | public class GTypeMapper extends com.sun.jna.DefaultTypeMapper { method GTypeMapper (line 54) | public GTypeMapper() { method toNative (line 59) | public Object toNative(Object arg, ToNativeContext context) { method nativeType (line 63) | public Class nativeType() { method toNative (line 69) | public Object toNative(Object arg, ToNativeContext context) { method fromNative (line 99) | @SuppressWarnings(value = "unchecked") method nativeType (line 131) | public Class nativeType() { method fromNative (line 137) | @SuppressWarnings(value = "unchecked") method nativeType (line 142) | public Class nativeType() { method toNative (line 146) | @SuppressWarnings("rawtypes") method fromNative (line 157) | public Object fromNative(Object result, FromNativeContext context) { method nativeType (line 176) | public Class nativeType() { method toNative (line 180) | public Object toNative(Object arg, ToNativeContext context) { method toNative (line 187) | public Object toNative(Object arg, ToNativeContext context) { method fromNative (line 191) | public Object fromNative(Object arg0, FromNativeContext arg1) { method nativeType (line 195) | public Class nativeType() { method fromNative (line 201) | public Object fromNative(Object arg0, FromNativeContext arg1) { method nativeType (line 205) | public Class nativeType() { method toNative (line 209) | public Object toNative(Object arg0, ToNativeContext arg1) { method toNative (line 216) | public Object toNative(Object arg, ToNativeContext context) { method fromNative (line 220) | public Object fromNative(Object arg0, FromNativeContext arg1) { method nativeType (line 224) | public Class nativeType() { method toNative (line 244) | public Object toNative(Object arg0, ToNativeContext arg1) { method nativeType (line 259) | public Class nativeType() { method getFromNativeConverter (line 263) | @SuppressWarnings("rawtypes") method getToNativeConverter (line 281) | @SuppressWarnings("rawtypes") FILE: src/org/freedesktop/gstreamer/lowlevel/GTypedPtr.java class GTypedPtr (line 23) | public abstract class GTypedPtr extends GPointer { method GTypedPtr (line 25) | public GTypedPtr() { method GTypedPtr (line 28) | public GTypedPtr(Pointer ptr) { method getGType (line 32) | public abstract GType getGType(); FILE: src/org/freedesktop/gstreamer/lowlevel/GValueAPI.java type GValueAPI (line 42) | @SuppressWarnings("serial") type NoMapperAPI (line 45) | public interface NoMapperAPI extends Library { method g_value_get_object (line 47) | Pointer g_value_get_object(GValue value); method g_value_dup_object (line 49) | Pointer g_value_dup_object(GValue value); class GValue (line 60) | public static final class GValue extends com.sun.jna.Structure { method getFieldOrder (line 66) | @Override class GValueData (line 74) | public static final class GValueData extends com.sun.jna.Union { method GValue (line 84) | public GValue(GType type) { method GValue (line 89) | public GValue(GType type, Object val) { method GValue (line 94) | public GValue() {} method GValue (line 96) | public GValue(Pointer ptr) { method reset (line 101) | public void reset() { method validateVal (line 105) | private T validateVal(Object val, Class clazz) { method validateVal (line 109) | private T validateVal(Object val, Class clazz, boolean allowN... method setValue (line 123) | public void setValue(Object val) { method checkHolds (line 144) | public boolean checkHolds(GType type) { method getType (line 148) | public GType getType() { method getValue (line 152) | public Object getValue() { method toInt (line 181) | public Integer toInt() { method toUInt (line 185) | public Integer toUInt() { method toChar (line 189) | public Byte toChar() { method toUChar (line 193) | public Byte toUChar() { method toLong (line 197) | public Long toLong() { method toULong (line 201) | public Long toULong() { method toInt64 (line 205) | public Long toInt64() { method toUInt64 (line 209) | public Long toUInt64() { method toBoolean (line 213) | public Boolean toBoolean() { method toFloat (line 217) | public Float toFloat() { method toDouble (line 221) | public Double toDouble() { method toJavaString (line 225) | public String toJavaString() { method toObject (line 229) | public Object toObject() { method toPointer (line 233) | public Pointer toPointer() { method toString (line 237) | public String toString() { class GValueArray (line 242) | public static final class GValueArray extends com.sun.jna.Structure { method GValueArray (line 254) | public GValueArray() { method GValueArray (line 258) | public GValueArray(int n_prealloced) { method GValueArray (line 262) | public GValueArray(int n_prealloced, boolean ownsMemory) { method GValueArray (line 267) | public GValueArray(Pointer pointer) { method valueOf (line 273) | @SuppressWarnings("unused") method getNValues (line 278) | public int getNValues() { method prepend (line 282) | public GValueArray prepend(GValue value) { method append (line 287) | public GValueArray append(GValue value) { method insert (line 292) | public GValueArray insert(int index, GValue value) { method remove (line 297) | public GValueArray remove(int index) { method nth (line 302) | public GValue nth(int i) { method getValue (line 306) | public Object getValue(int i) { method free (line 311) | public void free() { method getFieldOrder (line 318) | @Override method g_value_init (line 326) | GValue g_value_init(GValue value, GType g_type); method g_value_reset (line 327) | GValue g_value_reset(GValue value); method g_value_unset (line 328) | void g_value_unset(GValue value); method g_value_set_char (line 329) | void g_value_set_char(GValue value, byte v_char); method g_value_get_char (line 330) | byte g_value_get_char(GValue value); method g_value_set_uchar (line 331) | void g_value_set_uchar(GValue value, byte v_uchar); method g_value_get_uchar (line 332) | byte g_value_get_uchar(GValue value); method g_value_set_boolean (line 333) | void g_value_set_boolean(GValue value, boolean v_boolean); method g_value_get_boolean (line 334) | boolean g_value_get_boolean(GValue value); method g_value_set_int (line 335) | void g_value_set_int(GValue value, int v_int); method g_value_get_int (line 336) | int g_value_get_int(GValue value); method g_value_set_uint (line 337) | void g_value_set_uint(GValue value, int v_int); method g_value_get_uint (line 338) | int g_value_get_uint(GValue value); method g_value_set_long (line 339) | void g_value_set_long(GValue value, NativeLong v_long); method g_value_get_long (line 340) | NativeLong g_value_get_long(GValue value); method g_value_set_ulong (line 341) | void g_value_set_ulong(GValue value, NativeLong v_long); method g_value_get_ulong (line 342) | NativeLong g_value_get_ulong(GValue value); method g_value_set_int64 (line 343) | void g_value_set_int64(GValue value, long v_int64); method g_value_get_int64 (line 344) | long g_value_get_int64(GValue value); method g_value_set_uint64 (line 345) | void g_value_set_uint64(GValue value, long v_uint64); method g_value_get_uint64 (line 346) | long g_value_get_uint64(GValue value); method g_value_set_float (line 347) | void g_value_set_float(GValue value, float v_float); method g_value_get_float (line 348) | float g_value_get_float(GValue value); method g_value_set_double (line 349) | void g_value_set_double(GValue value, double v_double); method g_value_get_double (line 350) | double g_value_get_double(GValue value); method g_value_set_enum (line 351) | void g_value_set_enum(GValue value, int v_enum); method g_value_get_enum (line 352) | int g_value_get_enum(GValue value); method g_value_set_string (line 353) | void g_value_set_string(GValue value, String v_string); method g_value_set_static_string (line 354) | void g_value_set_static_string (GValue value, String v_string); method g_value_get_string (line 355) | String g_value_get_string(GValue value); method g_value_get_pointer (line 356) | Pointer g_value_get_pointer(GValue value); method g_value_set_pointer (line 357) | void g_value_set_pointer(GValue value, Pointer pointer); method g_value_type_compatible (line 358) | boolean g_value_type_compatible(GType src_type, GType dest_type); method g_value_type_transformable (line 359) | boolean g_value_type_transformable(GType src_type, GType dest_type); method g_value_transform (line 360) | boolean g_value_transform(GValue src_value, GValue dest_value); method g_strdup_value_contents (line 362) | @CallerOwnsReturn String g_strdup_value_contents(GValue value); method g_value_set_object (line 364) | void g_value_set_object(GValue value, GObject v_object); method g_value_take_object (line 365) | void g_value_take_object(GValue value, @Invalidate GObject v_object); method g_value_get_object (line 366) | GObject g_value_get_object(GValue value); method g_value_dup_object (line 367) | @CallerOwnsReturn GObject g_value_dup_object(GValue value); method g_value_get_boxed (line 369) | Pointer g_value_get_boxed(GValue value); method g_value_array_get_nth (line 371) | GValue g_value_array_get_nth(GValueArray value_array, int index); method g_value_array_new (line 372) | Pointer g_value_array_new(int n_prealloced); method g_value_array_free (line 373) | void g_value_array_free (GValueArray value_array); method g_value_array_copy (line 375) | Pointer g_value_array_copy(GValueArray value_array); method g_value_array_prepend (line 376) | Pointer g_value_array_prepend(GValueArray value_array, GValue value); method g_value_array_append (line 377) | Pointer g_value_array_append(GValueArray value_array, GValue value); method g_value_array_insert (line 378) | Pointer g_value_array_insert(GValueArray value_array, int index_, GVal... method g_value_array_remove (line 379) | Pointer g_value_array_remove(GValueArray value_array, int index); method g_type_check_value_holds (line 381) | boolean g_type_check_value_holds(GValue value, GType type); FILE: src/org/freedesktop/gstreamer/lowlevel/GValueStruct.java class GValueStruct (line 28) | public class GValueStruct extends Structure { method GValueStruct (line 31) | public GValueStruct() { method getFieldOrder (line 34) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GioAPI.java type GioAPI (line 26) | public interface GioAPI extends Library { method g_inet_address_to_string (line 32) | public String g_inet_address_to_string(Pointer gInetAddress); method g_inet_socket_address_new_from_string (line 35) | public Pointer g_inet_socket_address_new_from_string(String address, i... method g_socket_new (line 38) | public Pointer g_socket_new(int gSocketFamilyEnumValue, int gSocketTyp... method g_socket_bind (line 39) | public boolean g_socket_bind(Pointer gSocketPointer, Pointer gSocketAd... method g_socket_connect (line 40) | public boolean g_socket_connect(Pointer gSocketPointer, Pointer gSocke... method g_cancellable_new (line 43) | public Pointer g_cancellable_new(); FILE: src/org/freedesktop/gstreamer/lowlevel/GlibAPI.java type GlibAPI (line 39) | @SuppressWarnings("serial") method g_main_loop_new (line 50) | Pointer g_main_loop_new(GMainContext context, boolean running); method g_main_loop_run (line 51) | void g_main_loop_run(MainLoop loop); method g_main_loop_is_running (line 52) | boolean g_main_loop_is_running(MainLoop loop); method g_main_loop_get_context (line 53) | @CallerOwnsReturn GMainContext g_main_loop_get_context(MainLoop loop); method g_main_loop_quit (line 54) | void g_main_loop_quit(MainLoop loop); method g_main_loop_ref (line 55) | void g_main_loop_ref(GPointer ptr); method g_main_loop_unref (line 56) | void g_main_loop_unref(GPointer ptr); method g_main_context_new (line 62) | Pointer g_main_context_new(); method g_main_context_ref (line 63) | void g_main_context_ref(GPointer context); method g_main_context_unref (line 64) | void g_main_context_unref(GPointer context); method g_main_context_default (line 65) | Pointer g_main_context_default(); method g_main_context_pending (line 66) | boolean g_main_context_pending(GMainContext ctx); method g_main_context_acquire (line 67) | boolean g_main_context_acquire(GMainContext ctx); method g_main_context_release (line 68) | void g_main_context_release(GMainContext ctx); method g_main_context_is_owner (line 69) | boolean g_main_context_is_owner(GMainContext ctx); method g_main_context_wait (line 70) | boolean g_main_context_wait(GMainContext ctx); method g_idle_source_new (line 72) | @CallerOwnsReturn GSource g_idle_source_new(); method g_timeout_source_new (line 73) | @CallerOwnsReturn GSource g_timeout_source_new(int interval); method g_timeout_source_new_seconds (line 74) | @CallerOwnsReturn GSource g_timeout_source_new_seconds(int interval); method g_source_attach (line 75) | int g_source_attach(GSource source, GMainContext context); method g_source_destroy (line 76) | void g_source_destroy(Pointer source); method g_source_destroy (line 77) | void g_source_destroy(GSource source); method g_source_ref (line 78) | Pointer g_source_ref(Pointer source); method g_source_unref (line 79) | void g_source_unref(Pointer source); method g_source_set_callback (line 80) | void g_source_set_callback(GSource source, GSourceFunc callback, Objec... method g_source_is_destroyed (line 81) | boolean g_source_is_destroyed(Pointer source); method g_source_is_destroyed (line 82) | boolean g_source_is_destroyed(GSource source); type GThreadFunc (line 86) | interface GThreadFunc extends Callback { method callback (line 87) | Pointer callback(Pointer data); method g_thread_create (line 89) | Pointer g_thread_create(GThreadFunc func, Pointer data, boolean joinab... method g_thread_self (line 90) | Pointer g_thread_self(); method g_thread_join (line 91) | Pointer g_thread_join(Pointer thread); method g_thread_yield (line 92) | void g_thread_yield(); method g_thread_set_priority (line 93) | void g_thread_set_priority(Pointer thread, int priority); method g_thread_exit (line 94) | void g_thread_exit(Pointer retval); type GSourceFunc (line 98) | interface GSourceFunc extends Callback { method callback (line 99) | boolean callback(Pointer data); method g_idle_add (line 101) | NativeLong g_idle_add(GSourceFunc function, Pointer data); type GDestroyNotify (line 102) | interface GDestroyNotify extends Callback { method callback (line 103) | void callback(Pointer data); method g_timeout_add (line 106) | int g_timeout_add(int interval, GSourceFunc function, Pointer data); method g_timeout_add_full (line 107) | int g_timeout_add_full(int priority, int interval, GSourceFunc function, method g_timeout_add_seconds (line 109) | int g_timeout_add_seconds(int interval, GSourceFunc function, Pointer ... method g_error_new (line 110) | GstAPI.GErrorStruct g_error_new(int quark, int code, String message); method g_error_free (line 111) | void g_error_free(Pointer error); method g_source_remove (line 113) | void g_source_remove(int id); method g_free (line 114) | void g_free(Pointer ptr); method g_date_new (line 117) | Pointer g_date_new(); method g_date_new_dmy (line 118) | Pointer g_date_new_dmy(int day, int month, int year); method g_date_new_julian (line 119) | Pointer g_date_new_julian(int julian_day); method g_date_get_year (line 120) | int g_date_get_year(Pointer date); method g_date_get_month (line 121) | int g_date_get_month(Pointer date); method g_date_get_day (line 122) | int g_date_get_day(Pointer date); method g_date_free (line 123) | void g_date_free(Pointer date); method g_list_append (line 125) | GList g_list_append(GList list, Pointer data); class GList (line 127) | public static final class GList extends com.sun.jna.Structure { method GList (line 131) | public GList() { method GList (line 134) | public GList(Pointer ptr) { method valueOf (line 138) | public static GList valueOf(Pointer ptr) { method next (line 142) | public GList next() { method prev (line 145) | public GList prev() { method getFieldOrder (line 149) | @Override class GSList (line 156) | public static final class GSList extends com.sun.jna.Structure { method GSList (line 159) | public GSList() { method GSList (line 162) | public GSList(Pointer ptr) { method valueOf (line 166) | public static GSList valueOf(Pointer ptr) { method next (line 170) | public GSList next() { method getFieldOrder (line 174) | @Override method g_getenv (line 198) | String g_getenv(String variable); method g_setenv (line 213) | boolean g_setenv(String variable, String value, boolean overwrite); method g_unsetenv (line 221) | void g_unsetenv(String variable); FILE: src/org/freedesktop/gstreamer/lowlevel/GstAPI.java type GstAPI (line 35) | public interface GstAPI extends Library { method gst_type_find_get_type (line 42) | GType gst_type_find_get_type(); method gst_version_string (line 43) | @CallerOwnsReturn String gst_version_string(); method gst_version (line 44) | void gst_version(long[] major, long[] minor, long[] micro, long[] nano); method gst_init (line 45) | boolean gst_init(IntByReference argc, PointerByReference argv); method gst_init_check (line 46) | boolean gst_init_check(IntByReference argc, PointerByReference argv, P... method gst_init_check (line 47) | boolean gst_init_check(IntByReference argc, PointerByReference argv, G... method gst_segtrap_is_enabled (line 48) | boolean gst_segtrap_is_enabled(); method gst_segtrap_set_enabled (line 49) | void gst_segtrap_set_enabled(boolean enabled); method gst_deinit (line 50) | void gst_deinit(); class GstSegmentStruct (line 73) | public static final class GstSegmentStruct extends com.sun.jna.Structu... method GstSegmentStruct (line 75) | public GstSegmentStruct() { method GstSegmentStruct (line 78) | public GstSegmentStruct(Pointer p) { method GstSegmentStruct (line 82) | public GstSegmentStruct(int flags, double rate, double applied_rate,... method getFieldOrder (line 115) | @Override class GErrorStruct (line 126) | public static final class GErrorStruct extends com.sun.jna.Structure { method GErrorStruct (line 132) | public GErrorStruct() { clear(); } method GErrorStruct (line 133) | public GErrorStruct(Pointer ptr) { method getCode (line 136) | public int getCode() { method getMessage (line 139) | public String getMessage() { method getFieldOrder (line 143) | @Override type GstCallback (line 151) | public static interface GstCallback extends com.sun.jna.Callback { FILE: src/org/freedesktop/gstreamer/lowlevel/GstARGBControlBindingPtr.java class GstARGBControlBindingPtr (line 23) | public class GstARGBControlBindingPtr extends GstControlBindingPtr { method GstARGBControlBindingPtr (line 25) | public GstARGBControlBindingPtr() { method GstARGBControlBindingPtr (line 28) | public GstARGBControlBindingPtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstBinAPI.java type GstBinAPI (line 32) | public interface GstBinAPI extends com.sun.jna.Library { method ptr_gst_bin_new (line 35) | @CallerOwnsReturn Pointer ptr_gst_bin_new(String name); method ptr_gst_pipeline_new (line 36) | @CallerOwnsReturn Pointer ptr_gst_pipeline_new(String name); method gst_bin_new (line 37) | @CallerOwnsReturn Bin gst_bin_new(String name); method gst_bin_get_type (line 38) | GType gst_bin_get_type(); method gst_bin_add (line 40) | boolean gst_bin_add(Bin bin, Element element); method gst_bin_add_many (line 41) | void gst_bin_add_many(Bin bin, Element... elements); method gst_bin_remove (line 42) | boolean gst_bin_remove(Bin bin, Element element); method gst_bin_remove_many (line 43) | void gst_bin_remove_many(Bin bin, Element... elements); method gst_bin_get_by_name (line 44) | @CallerOwnsReturn Element gst_bin_get_by_name(Bin bin, String name); method gst_bin_get_by_name_recurse_up (line 45) | @CallerOwnsReturn Element gst_bin_get_by_name_recurse_up(Bin bin, Stri... method gst_bin_get_by_interface (line 46) | @CallerOwnsReturn Element gst_bin_get_by_interface(Bin bin, GType iface); method gst_bin_iterate_elements (line 47) | GstIteratorPtr gst_bin_iterate_elements(Bin bin); method gst_bin_iterate_sorted (line 48) | GstIteratorPtr gst_bin_iterate_sorted(Bin bin); method gst_bin_iterate_recurse (line 49) | GstIteratorPtr gst_bin_iterate_recurse(Bin bin); method gst_bin_iterate_sinks (line 50) | GstIteratorPtr gst_bin_iterate_sinks(Bin bin); method gst_bin_iterate_sources (line 51) | GstIteratorPtr gst_bin_iterate_sources(Bin bin); method gst_bin_iterate_all_by_interface (line 52) | GstIteratorPtr gst_bin_iterate_all_by_interface(Bin bin, GType iface); method gst_debug_bin_to_dot_file (line 55) | void gst_debug_bin_to_dot_file (Bin bin, int details, String file_name); method gst_debug_bin_to_dot_file_with_ts (line 56) | void gst_debug_bin_to_dot_file_with_ts (Bin bin, int details, String f... FILE: src/org/freedesktop/gstreamer/lowlevel/GstBufferAPI.java type GstBufferAPI (line 40) | public interface GstBufferAPI extends com.sun.jna.Library { class MapInfoStruct (line 64) | public static final class MapInfoStruct extends com.sun.jna.Structure { method MapInfoStruct (line 80) | public MapInfoStruct() { method MapInfoStruct (line 82) | public MapInfoStruct(Pointer ptr) { method getFieldOrder (line 86) | @Override method gst_buffer_get_type (line 95) | GType gst_buffer_get_type(); method gst_buffer_new (line 98) | @CallerOwnsReturn Buffer gst_buffer_new(); method gst_buffer_new_allocate (line 99) | @CallerOwnsReturn Buffer gst_buffer_new_allocate(Pointer allocator, in... method ptr_gst_buffer_new (line 100) | @CallerOwnsReturn Pointer ptr_gst_buffer_new(); method ptr_gst_buffer_new_allocate (line 101) | @CallerOwnsReturn Pointer ptr_gst_buffer_new_allocate(Pointer allocato... method gst_buffer_get_size (line 104) | NativeLong gst_buffer_get_size(Buffer buffer); method gst_buffer_map (line 105) | boolean gst_buffer_map(Buffer buffer, MapInfoStruct info, int flags); method gst_buffer_unmap (line 106) | void gst_buffer_unmap(Buffer buffer, MapInfoStruct info); method gst_buffer_n_memory (line 107) | int gst_buffer_n_memory(Buffer buffer); method gst_buffer_map_range (line 108) | boolean gst_buffer_map_range(Buffer buffer, int idx, int length, MapIn... method gst_buffer_get_meta (line 109) | GstMetaPtr gst_buffer_get_meta(Buffer buffer, GType gType); method gst_buffer_get_n_meta (line 110) | int gst_buffer_get_n_meta(Buffer buffer,GType gType); method gst_buffer_iterate_meta (line 111) | GstMetaPtr gst_buffer_iterate_meta(Buffer buffer, PointerByReference s... method gst_buffer_get_flags (line 113) | int gst_buffer_get_flags(Buffer buffer); method gst_buffer_set_flags (line 114) | boolean gst_buffer_set_flags(Buffer buffer, int flags); method gst_buffer_unset_flags (line 115) | boolean gst_buffer_unset_flags(Buffer buffer, int flags); class BufferStruct (line 154) | public static final class BufferStruct extends com.sun.jna.Structure { method BufferStruct (line 169) | public BufferStruct(Pointer ptr) { method getFieldOrder (line 173) | @Override method toString (line 182) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstBufferPoolAPI.java type GstBufferPoolAPI (line 31) | public interface GstBufferPoolAPI extends com.sun.jna.Library { method gst_buffer_pool_get_type (line 34) | GType gst_buffer_pool_get_type(); method gst_buffer_pool_new (line 37) | @CallerOwnsReturn BufferPool gst_buffer_pool_new(); method ptr_gst_buffer_pool_new (line 38) | Pointer ptr_gst_buffer_pool_new(); method gst_buffer_pool_get_config (line 41) | Structure gst_buffer_pool_get_config(BufferPool pool); method gst_buffer_pool_config_get_params (line 44) | boolean gst_buffer_pool_config_get_params(Structure config, /* Caps **... method gst_buffer_pool_config_set_params (line 45) | void gst_buffer_pool_config_set_params(Structure config, Caps caps, in... FILE: src/org/freedesktop/gstreamer/lowlevel/GstBusAPI.java type GstBusAPI (line 39) | public interface GstBusAPI extends com.sun.jna.Library { method gst_bus_new (line 43) | Bus gst_bus_new(); method gst_bus_post (line 44) | boolean gst_bus_post(Bus bus, @IncRef Message message); method gst_bus_have_pending (line 46) | boolean gst_bus_have_pending(Bus bus); method gst_bus_peek (line 47) | @CallerOwnsReturn Message gst_bus_peek(Bus bus); method gst_bus_pop (line 48) | @CallerOwnsReturn Message gst_bus_pop(Bus bus); method gst_bus_pop_filtered (line 49) | @CallerOwnsReturn Message gst_bus_pop_filtered(Bus bus, MessageType ty... method gst_bus_timed_pop (line 50) | @CallerOwnsReturn Message gst_bus_timed_pop(Bus bus, long timeout); method gst_bus_timed_pop_filtered (line 51) | @CallerOwnsReturn Message gst_bus_timed_pop_filtered(Bus bus, long tim... method gst_bus_poll (line 53) | @CallerOwnsReturn Message gst_bus_poll(Bus bus, MessageType events, /*... method gst_bus_set_flushing (line 56) | void gst_bus_set_flushing(Bus ptr, int flushing); type BusCallback (line 57) | interface BusCallback extends GstCallback { method callback (line 58) | boolean callback(GstBusPtr bus, GstMessagePtr msg, Pointer data); type BusSyncHandler (line 60) | public interface BusSyncHandler extends GstCallback { method callback (line 61) | BusSyncReply callback(GstBusPtr bus, GstMessagePtr msg, Pointer user... method gst_bus_add_watch (line 63) | NativeLong gst_bus_add_watch(Bus bus, BusCallback function, Pointer da... method gst_bus_set_sync_handler (line 64) | void gst_bus_set_sync_handler(Bus bus, BusSyncHandler function, Pointe... method gst_bus_enable_sync_message_emission (line 65) | void gst_bus_enable_sync_message_emission(Bus bus); method gst_bus_disable_sync_message_emission (line 66) | void gst_bus_disable_sync_message_emission(Bus bus); method gst_bus_add_signal_watch (line 68) | void gst_bus_add_signal_watch(Bus bus); method gst_bus_remove_signal_watch (line 69) | void gst_bus_remove_signal_watch(Bus bus); FILE: src/org/freedesktop/gstreamer/lowlevel/GstBusPtr.java class GstBusPtr (line 23) | public class GstBusPtr extends GstObjectPtr { method GstBusPtr (line 25) | public GstBusPtr() { method GstBusPtr (line 28) | public GstBusPtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstCapsAPI.java type GstCapsAPI (line 34) | public interface GstCapsAPI extends com.sun.jna.Library { method gst_caps_get_type (line 37) | GType gst_caps_get_type(); method ptr_gst_caps_new_empty (line 38) | @CallerOwnsReturn Pointer ptr_gst_caps_new_empty(); method ptr_gst_caps_new_any (line 39) | @CallerOwnsReturn Pointer ptr_gst_caps_new_any(); method ptr_gst_caps_new_simple (line 40) | @CallerOwnsReturn Pointer ptr_gst_caps_new_simple(String media_type, S... method ptr_gst_caps_new_full (line 41) | @CallerOwnsReturn Pointer ptr_gst_caps_new_full(Structure... data); method gst_caps_new_empty (line 42) | @CallerOwnsReturn Caps gst_caps_new_empty(); method gst_caps_new_any (line 43) | @CallerOwnsReturn Caps gst_caps_new_any(); method gst_caps_new_simple (line 44) | @CallerOwnsReturn Caps gst_caps_new_simple(String media_type, String f... method gst_caps_new_full (line 45) | @CallerOwnsReturn Caps gst_caps_new_full(Structure... data); method ptr_gst_caps_copy (line 47) | @CallerOwnsReturn Pointer ptr_gst_caps_copy(Caps caps); method ptr_gst_caps_from_string (line 48) | @CallerOwnsReturn Pointer ptr_gst_caps_from_string(String string); method gst_caps_copy (line 49) | @CallerOwnsReturn Caps gst_caps_copy(Caps caps); method gst_caps_from_string (line 50) | @CallerOwnsReturn Caps gst_caps_from_string(String string); method gst_caps_make_writable (line 52) | @CallerOwnsReturn Caps gst_caps_make_writable(@Invalidate Caps caps); method gst_caps_append (line 55) | void gst_caps_append(Caps caps1, @Invalidate Caps caps2); method gst_caps_merge (line 56) | @CallerOwnsReturn Caps gst_caps_merge(@Invalidate Caps caps1, @Invalid... method gst_caps_append_structure (line 57) | void gst_caps_append_structure(Caps caps, @Invalidate Structure struct... method gst_caps_remove_structure (line 58) | void gst_caps_remove_structure(Caps caps, int idx); method gst_caps_merge_structure (line 59) | void gst_caps_merge_structure(Caps caps, @Invalidate Structure structu... method gst_caps_get_size (line 60) | int gst_caps_get_size(Caps caps); method gst_caps_get_structure (line 61) | Structure gst_caps_get_structure(Caps caps, int index); method gst_caps_steal_structure (line 62) | @CallerOwnsReturn Structure gst_caps_steal_structure(Caps caps, int in... method gst_caps_copy_nth (line 63) | @CallerOwnsReturn Caps gst_caps_copy_nth(Caps caps, int nth); method gst_caps_truncate (line 64) | @CallerOwnsReturn Caps gst_caps_truncate(Caps caps); method gst_caps_set_simple (line 65) | void gst_caps_set_simple(Caps caps, String field, Object... values); method gst_caps_intersect (line 67) | @CallerOwnsReturn Caps gst_caps_intersect( Caps caps1, Caps caps2); method gst_caps_subtract (line 68) | @CallerOwnsReturn Caps gst_caps_subtract( Caps minuend, Caps subtrahe... method gst_caps_normalize (line 69) | @CallerOwnsReturn Caps gst_caps_normalize( Caps caps); method gst_caps_simplify (line 70) | @CallerOwnsReturn Caps gst_caps_simplify(Caps caps); method gst_caps_to_string (line 71) | @FreeReturnValue String gst_caps_to_string(Caps caps); method gst_caps_is_any (line 74) | boolean gst_caps_is_any(Caps caps); method gst_caps_is_empty (line 75) | boolean gst_caps_is_empty(Caps caps); method gst_caps_is_fixed (line 76) | boolean gst_caps_is_fixed(Caps caps); method gst_caps_is_always_compatible (line 77) | boolean gst_caps_is_always_compatible(Caps caps1, Caps caps2); method gst_caps_is_subset (line 78) | boolean gst_caps_is_subset(Caps subset, Caps superset); method gst_caps_is_equal (line 79) | boolean gst_caps_is_equal(Caps caps1, Caps caps2); method gst_caps_is_equal_fixed (line 80) | boolean gst_caps_is_equal_fixed(Caps caps1, Caps caps2); method gst_caps_can_intersect (line 81) | boolean gst_caps_can_intersect(Caps caps1, Caps caps2); method gst_static_caps_get_type (line 83) | GType gst_static_caps_get_type(); FILE: src/org/freedesktop/gstreamer/lowlevel/GstClockAPI.java type GstClockAPI (line 33) | public interface GstClockAPI extends com.sun.jna.Library { method gst_clock_get_type (line 36) | GType gst_clock_get_type(); method gst_clock_set_resolution (line 37) | long gst_clock_set_resolution(Clock clock, long resolution); method gst_clock_get_resolution (line 38) | long gst_clock_get_resolution(Clock clock); method gst_clock_get_time (line 39) | long gst_clock_get_time(Clock clock); method gst_clock_set_calibration (line 40) | void gst_clock_set_calibration(Clock clock, long internal, long extern... method gst_clock_get_calibration (line 41) | void gst_clock_get_calibration(Clock clock, long[] internal, long[] ex... method gst_clock_set_master (line 44) | boolean gst_clock_set_master(Clock clock, Clock master); method gst_clock_get_master (line 45) | @CallerOwnsReturn Clock gst_clock_get_master(Clock clock); method gst_clock_add_observation (line 46) | boolean gst_clock_add_observation(Clock clock, long slave, long Master... method gst_clock_get_internal_time (line 49) | long gst_clock_get_internal_time(Clock clock); method gst_clock_adjust_unlocked (line 50) | long gst_clock_adjust_unlocked(Clock clock, long internal); method gst_clock_unadjust_unlocked (line 51) | long gst_clock_unadjust_unlocked(Clock clock, long external); method gst_clock_new_single_shot_id (line 55) | @CallerOwnsReturn ClockID gst_clock_new_single_shot_id(Clock clock, lo... method gst_clock_new_periodic_id (line 56) | @CallerOwnsReturn ClockID gst_clock_new_periodic_id(Clock clock, long ... method gst_clock_id_ref (line 60) | void gst_clock_id_ref(ClockID id); method gst_clock_id_ref (line 61) | void gst_clock_id_ref(GPointer id); method gst_clock_id_unref (line 62) | void gst_clock_id_unref(ClockID id); method gst_clock_id_unref (line 63) | void gst_clock_id_unref(GPointer id); method gst_clock_id_compare_func (line 66) | int gst_clock_id_compare_func(ClockID id1, ClockID id2); method gst_clock_id_get_time (line 68) | long gst_clock_id_get_time(ClockID id); method gst_clock_id_wait (line 69) | ClockReturn gst_clock_id_wait(ClockID id, /* GstlongDiff * */ long[] j... type GstClockCallback (line 70) | public static interface GstClockCallback { method callback (line 77) | boolean callback(Clock clock, long time, ClockID id, Pointer user_da... method gst_clock_id_wait_async (line 80) | ClockReturn gst_clock_id_wait_async(ClockID id, GstClockCallback func,... method gst_clock_id_unschedule (line 81) | void gst_clock_id_unschedule(ClockID id); FILE: src/org/freedesktop/gstreamer/lowlevel/GstColorBalanceAPI.java type GstColorBalanceAPI (line 32) | public interface GstColorBalanceAPI extends Library { method gst_color_balance_channel_get_type (line 35) | GType gst_color_balance_channel_get_type(); method gst_color_balance_get_type (line 36) | GType gst_color_balance_get_type(); method gst_color_balance_list_channels (line 39) | GList gst_color_balance_list_channels(ColorBalance balance); method gst_color_balance_set_value (line 41) | void gst_color_balance_set_value(ColorBalance balance, ColorBalanceCha... method gst_color_balance_get_value (line 43) | int gst_color_balance_get_value(ColorBalance balance, ColorBalanceChan... class ColorBalanceChannelStruct (line 45) | public static final class ColorBalanceChannelStruct extends com.sun.jn... method getLabel (line 51) | public String getLabel() { method getMinValue (line 54) | public int getMinValue() { method getMaxValue (line 57) | public int getMaxValue() { method read (line 60) | public void read() {} method write (line 61) | public void write() {} method ColorBalanceChannelStruct (line 62) | public ColorBalanceChannelStruct(Pointer ptr) { method getFieldOrder (line 66) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstContextAPI.java type GstContextAPI (line 13) | public interface GstContextAPI extends com.sun.jna.Library { method gst_context_new (line 17) | GstContextPtr gst_context_new(String context_type, boolean persistent); method gst_context_get_context_type (line 19) | String gst_context_get_context_type(GstContextPtr context); method gst_context_has_context_type (line 21) | boolean gst_context_has_context_type(GstContextPtr context, String con... method gst_context_get_structure (line 23) | Structure gst_context_get_structure(GstContextPtr context); method gst_context_writable_structure (line 25) | Structure gst_context_writable_structure(GstContextPtr context); method gst_context_is_persistent (line 27) | boolean gst_context_is_persistent(GstContextPtr context); FILE: src/org/freedesktop/gstreamer/lowlevel/GstContextPtr.java class GstContextPtr (line 5) | public class GstContextPtr extends GstMiniObjectPtr { method GstContextPtr (line 7) | public GstContextPtr() { method GstContextPtr (line 10) | public GstContextPtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstControlBindingAPI.java type GstControlBindingAPI (line 30) | public interface GstControlBindingAPI extends Library { method gst_control_binding_sync_values (line 35) | boolean gst_control_binding_sync_values(GstControlBindingPtr binding, method gst_control_binding_get_value (line 40) | GValueAPI.GValue gst_control_binding_get_value(GstControlBindingPtr bi... method gst_control_binding_get_g_value_array (line 43) | boolean gst_control_binding_get_g_value_array(GstControlBindingPtr bin... method gst_control_binding_set_disabled (line 49) | void gst_control_binding_set_disabled(GstControlBindingPtr binding, method gst_control_binding_is_disabled (line 52) | boolean gst_control_binding_is_disabled(GstControlBindingPtr binding); FILE: src/org/freedesktop/gstreamer/lowlevel/GstControlBindingPtr.java class GstControlBindingPtr (line 23) | public class GstControlBindingPtr extends GstObjectPtr { method GstControlBindingPtr (line 25) | public GstControlBindingPtr() { method GstControlBindingPtr (line 28) | public GstControlBindingPtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstControlSourceAPI.java type GstControlSourceAPI (line 32) | public interface GstControlSourceAPI extends Library { method gst_control_source_get_value (line 37) | boolean gst_control_source_get_value(GstControlSourcePtr self, long ti... method gst_control_source_get_value_array (line 38) | boolean gst_control_source_get_value_array(GstControlSourcePtr self, l... class GstTimedValue (line 50) | @Structure.FieldOrder({"timestamp", "value"}) method GstTimedValue (line 56) | public GstTimedValue() { method GstTimedValue (line 60) | public GstTimedValue(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstControlSourcePtr.java class GstControlSourcePtr (line 23) | public class GstControlSourcePtr extends GstObjectPtr { method GstControlSourcePtr (line 25) | public GstControlSourcePtr() { method GstControlSourcePtr (line 28) | public GstControlSourcePtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstControllerAPI.java type GstControllerAPI (line 33) | public interface GstControllerAPI extends Library { method gst_trigger_control_source_new (line 37) | @CallerOwnsReturn GstTriggerControlSourcePtr gst_trigger_control_sourc... method gst_interpolation_control_source_new (line 39) | @CallerOwnsReturn GstInterpolationControlSourcePtr gst_interpolation_c... method gst_lfo_control_source_new (line 41) | @CallerOwnsReturn GstLFOControlSourcePtr gst_lfo_control_source_new(); method gst_direct_control_binding_new (line 43) | @CallerOwnsReturn GstDirectControlBindingPtr gst_direct_control_bindin... method gst_direct_control_binding_new_absolute (line 48) | @CallerOwnsReturn GstDirectControlBindingPtr gst_direct_control_bindin... method gst_argb_control_binding_new (line 53) | @CallerOwnsReturn GstARGBControlBindingPtr gst_argb_control_binding_new( method gst_proxy_control_binding_new (line 62) | @CallerOwnsReturn GstProxyControlBindingPtr gst_proxy_control_binding_... method gst_timed_value_control_source_set (line 73) | boolean gst_timed_value_control_source_set(GstTimedValueControlSourceP... method gst_timed_value_control_source_set_from_list (line 77) | boolean gst_timed_value_control_source_set_from_list( method gst_timed_value_control_source_get_all (line 83) | @CallerOwnsReturn GlibAPI.GList gst_timed_value_control_source_get_all( method gst_timed_value_control_source_unset (line 86) | boolean gst_timed_value_control_source_unset(GstTimedValueControlSourc... method gst_timed_value_control_source_unset_all (line 89) | void gst_timed_value_control_source_unset_all(GstTimedValueControlSour... method gst_timed_value_control_source_get_count (line 91) | int gst_timed_value_control_source_get_count(GstTimedValueControlSourc... method gst_timed_value_control_invalidate_cache (line 93) | void gst_timed_value_control_invalidate_cache(GstTimedValueControlSour... FILE: src/org/freedesktop/gstreamer/lowlevel/GstDateTimeAPI.java type GstDateTimeAPI (line 38) | public interface GstDateTimeAPI extends com.sun.jna.Library { method gst_date_time_get_type (line 41) | GType gst_date_time_get_type(); method gst_date_time_get_year (line 42) | int gst_date_time_get_year(Pointer datetime); method gst_date_time_get_month (line 43) | int gst_date_time_get_month(Pointer datetime); method gst_date_time_get_day (line 44) | int gst_date_time_get_day(Pointer datetime); method gst_date_time_get_hour (line 45) | int gst_date_time_get_hour(Pointer datetime); method gst_date_time_get_minute (line 46) | int gst_date_time_get_minute(Pointer datetime); method gst_date_time_get_second (line 47) | int gst_date_time_get_second(Pointer datetime); method gst_date_time_get_microsecond (line 48) | int gst_date_time_get_microsecond(Pointer datetime); method gst_date_time_get_time_zone_offset (line 49) | float gst_date_time_get_time_zone_offset(Pointer datetime); method gst_date_time_new_from_unix_epoch_local_time (line 51) | @CallerOwnsReturn Pointer gst_date_time_new_from_unix_epoch_local_time... method gst_date_time_new_from_unix_epoch_utc (line 52) | @CallerOwnsReturn Pointer gst_date_time_new_from_unix_epoch_utc(long s... method gst_date_time_new_local_time (line 53) | @CallerOwnsReturn Pointer gst_date_time_new_local_time(int year, method gst_date_time_new (line 55) | @CallerOwnsReturn Pointer gst_date_time_new(float tzoffset, int year, method gst_date_time_new_now_local_time (line 57) | @CallerOwnsReturn Pointer gst_date_time_new_now_local_time(); method gst_date_time_new_now_utc (line 58) | @CallerOwnsReturn Pointer gst_date_time_new_now_utc(); method gst_date_time_ref (line 60) | Pointer gst_date_time_ref(Pointer datetime); method gst_date_time_unref (line 61) | void gst_date_time_unref(Pointer datetime); FILE: src/org/freedesktop/gstreamer/lowlevel/GstDeviceAPI.java type GstDeviceAPI (line 33) | public interface GstDeviceAPI extends com.sun.jna.Library { method gst_device_create_element (line 36) | @CallerOwnsReturn Element gst_device_create_element(Device device, Str... method gst_device_get_caps (line 37) | @CallerOwnsReturn Caps gst_device_get_caps(Device device); method gst_device_get_device_class (line 38) | Pointer gst_device_get_device_class(Device device); method gst_device_get_display_name (line 39) | Pointer gst_device_get_display_name(Device device); method gst_device_has_classes (line 40) | boolean gst_device_has_classes(Device device, String classes); method gst_device_has_classesv (line 41) | boolean gst_device_has_classesv(Device device, String[] classes); method gst_device_reconfigure_element (line 42) | boolean gst_device_reconfigure_element(Device device, Element element); method gst_device_get_properties (line 43) | Structure gst_device_get_properties(Device device); FILE: src/org/freedesktop/gstreamer/lowlevel/GstDeviceMonitorAPI.java type GstDeviceMonitorAPI (line 32) | public interface GstDeviceMonitorAPI extends com.sun.jna.Library { method gst_device_monitor_new (line 35) | @CallerOwnsReturn DeviceMonitor gst_device_monitor_new(); method ptr_gst_device_monitor_new (line 36) | @CallerOwnsReturn Pointer ptr_gst_device_monitor_new(); method gst_device_monitor_get_bus (line 37) | @CallerOwnsReturn Bus gst_device_monitor_get_bus(DeviceMonitor monitor); method gst_device_monitor_add_filter (line 38) | int gst_device_monitor_add_filter(DeviceMonitor monitor, String classe... method gst_device_monitor_remove_filter (line 39) | boolean gst_device_monitor_remove_filter(DeviceMonitor monitor, int fi... method gst_device_monitor_start (line 40) | boolean gst_device_monitor_start(DeviceMonitor monitor); method gst_device_monitor_stop (line 41) | void gst_device_monitor_stop(DeviceMonitor monitor); method gst_device_monitor_get_devices (line 42) | GList gst_device_monitor_get_devices(DeviceMonitor monitor); FILE: src/org/freedesktop/gstreamer/lowlevel/GstDeviceProviderAPI.java type GstDeviceProviderAPI (line 35) | public interface GstDeviceProviderAPI extends com.sun.jna.Library { method gst_device_provider_can_monitor (line 38) | boolean gst_device_provider_can_monitor(DeviceProvider provider); method gst_device_provider_class_add_metadata (line 39) | void gst_device_provider_class_add_metadata(GstDeviceProviderClass klass, method gst_device_provider_class_add_static_metadata (line 41) | void gst_device_provider_class_add_static_metadata(GstDeviceProviderCl... method gst_device_provider_class_get_metadata (line 43) | String gst_device_provider_class_get_metadata(GstDeviceProviderClass k... method gst_device_provider_class_set_metadata (line 44) | void gst_device_provider_class_set_metadata(GstDeviceProviderClass klass, method gst_device_provider_class_set_static_metadata (line 46) | void gst_device_provider_class_set_static_metadata(GstDeviceProviderCl... method gst_device_provider_device_add (line 48) | void gst_device_provider_device_add(DeviceProvider provider, Device de... method gst_device_provider_device_remove (line 49) | void gst_device_provider_device_remove(DeviceProvider provider, Device... method gst_device_provider_get_bus (line 50) | Bus gst_device_provider_get_bus(DeviceProvider provider); method gst_device_provider_get_devices (line 51) | GList gst_device_provider_get_devices(DeviceProvider provider); method gst_device_provider_get_factory (line 52) | DeviceProviderFactory gst_device_provider_get_factory(DeviceProvider p... method gst_device_provider_register (line 53) | boolean gst_device_provider_register(Plugin plugin, String name, int r... method gst_device_provider_start (line 54) | boolean gst_device_provider_start(DeviceProvider provider); method gst_device_provider_stop (line 55) | void gst_device_provider_stop(DeviceProvider provider); class GstDeviceProviderClass (line 57) | public static final class GstDeviceProviderClass extends com.sun.jna.S... method getFieldOrder (line 66) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstDeviceProviderFactoryAPI.java type GstDeviceProviderFactoryAPI (line 30) | public interface GstDeviceProviderFactoryAPI extends com.sun.jna.Library { method gst_device_provider_factory_find (line 33) | DeviceProviderFactory gst_device_provider_factory_find(String name); method gst_device_provider_factory_get (line 34) | DeviceProvider gst_device_provider_factory_get(DeviceProviderFactory f... method gst_device_provider_factory_get_by_name (line 35) | DeviceProvider gst_device_provider_factory_get_by_name(String factoryN... method gst_device_provider_factory_get_device_provider_type (line 36) | GType gst_device_provider_factory_get_device_provider_type(DeviceProvi... method gst_device_provider_factory_get_metadata (line 37) | String gst_device_provider_factory_get_metadata(DeviceProviderFactory ... method gst_device_provider_factory_get_metadata_keys (line 38) | String[] gst_device_provider_factory_get_metadata_keys(DeviceProviderF... method gst_device_provider_factory_has_classes (line 39) | boolean gst_device_provider_factory_has_classes(DeviceProviderFactory ... method gst_device_provider_factory_has_classesv (line 40) | boolean gst_device_provider_factory_has_classesv(DeviceProviderFactory... method gst_device_provider_factory_list_get_device_providers (line 41) | GList gst_device_provider_factory_list_get_device_providers(Rank minRa... FILE: src/org/freedesktop/gstreamer/lowlevel/GstDirectControlBindingPtr.java class GstDirectControlBindingPtr (line 23) | public class GstDirectControlBindingPtr extends GstControlBindingPtr { method GstDirectControlBindingPtr (line 25) | public GstDirectControlBindingPtr() { method GstDirectControlBindingPtr (line 28) | public GstDirectControlBindingPtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstElementAPI.java type GstElementAPI (line 55) | public interface GstElementAPI extends com.sun.jna.Library { method gst_element_get_type (line 59) | GType gst_element_get_type(); method gst_element_set_state (line 60) | StateChangeReturn gst_element_set_state(Element elem, State state); method gst_element_get_state (line 61) | StateChangeReturn gst_element_get_state(Element elem, State[] state, S... method gst_element_set_locked_state (line 62) | boolean gst_element_set_locked_state(Element element, boolean locked_s... method gst_element_sync_state_with_parent (line 63) | boolean gst_element_sync_state_with_parent(Element elem); method gst_element_query_position (line 64) | boolean gst_element_query_position(Element elem, Format fmt, long[] pos); method gst_element_query_duration (line 65) | boolean gst_element_query_duration(Element elem, Format fmt, long[] pos); method gst_element_query (line 66) | boolean gst_element_query(Element elem, Query query); method gst_element_seek (line 67) | boolean gst_element_seek(Element element, double rate, Format format, ... method gst_element_seek_simple (line 69) | boolean gst_element_seek_simple(Element elem, Format format, int seek_... method gst_element_link (line 70) | boolean gst_element_link(Element elem1, Element elem2); method gst_element_link_filtered (line 71) | boolean gst_element_link_filtered(Element elem1, Element elem2, Caps f... method gst_element_link_many (line 72) | boolean gst_element_link_many(Element... elements); method gst_element_unlink_many (line 73) | void gst_element_unlink_many(Element... elements); method gst_element_unlink (line 74) | void gst_element_unlink(Element elem1, Element elem2); method gst_element_get_pad (line 75) | @CallerOwnsReturn Pad gst_element_get_pad(Element elem, String name); method gst_element_get_static_pad (line 76) | @CallerOwnsReturn Pad gst_element_get_static_pad(Element element, Stri... method gst_element_get_request_pad (line 78) | @CallerOwnsReturn Pad gst_element_get_request_pad(Element element, Str... method gst_element_release_request_pad (line 79) | void gst_element_release_request_pad(Element element, Pad pad); method gst_element_add_pad (line 80) | boolean gst_element_add_pad(Element elem, Pad pad); method gst_element_remove_pad (line 81) | boolean gst_element_remove_pad(Element elem, @IncRef Pad pad); method gst_element_link_pads (line 82) | boolean gst_element_link_pads(Element src, String srcpadname, Element ... method gst_element_unlink_pads (line 83) | void gst_element_unlink_pads(Element src, String srcpadname, Element d... method gst_element_link_pads_filtered (line 84) | boolean gst_element_link_pads_filtered(Element src, String srcpadname,... method gst_element_iterate_pads (line 87) | GstIteratorPtr gst_element_iterate_pads(Element element); method gst_element_iterate_src_pads (line 88) | GstIteratorPtr gst_element_iterate_src_pads(Element element); method gst_element_iterate_sink_pads (line 89) | GstIteratorPtr gst_element_iterate_sink_pads(Element element); method gst_element_get_factory (line 91) | ElementFactory gst_element_get_factory(Element element); method gst_element_get_bus (line 92) | @CallerOwnsReturn Bus gst_element_get_bus(Element element); method gst_element_send_event (line 93) | boolean gst_element_send_event(Element element, @IncRef Event event); method gst_element_post_message (line 94) | boolean gst_element_post_message(Element element, @IncRef Message mess... method gst_element_implements_interface (line 96) | boolean gst_element_implements_interface(Element element, NativeLong i... method gst_element_get_clock (line 98) | Clock gst_element_get_clock(Element element); method gst_element_set_clock (line 99) | boolean gst_element_set_clock(Element element, Clock clock); method gst_element_set_base_time (line 100) | void gst_element_set_base_time(Element element, long time); method gst_element_get_base_time (line 101) | long gst_element_get_base_time(Element element); method gst_element_set_start_time (line 102) | void gst_element_set_start_time(Element element, long time); method gst_element_get_start_time (line 103) | long gst_element_get_start_time(Element element); method gst_element_set_context (line 105) | void gst_element_set_context(Element element, GstContextPtr context); method gst_element_get_contexts (line 106) | GList gst_element_get_contexts(Element element); method gst_element_get_context (line 107) | @CallerOwnsReturn GstContextPtr gst_element_get_context(Element elemen... method gst_element_get_context_unlocked (line 108) | @CallerOwnsReturn GstContextPtr gst_element_get_context_unlocked(Eleme... class GstElementStruct (line 141) | public static final class GstElementStruct extends com.sun.jna.Structu... method GstElementStruct (line 179) | public GstElementStruct(Pointer handle) { method getFieldOrder (line 183) | @Override class GstElementClass (line 224) | public static final class GstElementClass extends com.sun.jna.Structure { type PadAdded (line 228) | public static interface PadAdded extends GstCallback { method callback (line 229) | public void callback(Element element, Pad pad); type PadRemoved (line 231) | public static interface PadRemoved extends GstCallback { method callback (line 232) | public void callback(Element element, Pad pad); type NoMorePads (line 234) | public static interface NoMorePads extends GstCallback { method callback (line 235) | public void callback(Element element); type RequestNewPad (line 237) | public static interface RequestNewPad extends GstCallback { method callback (line 238) | public Pad callback(Element element, /* PadTemplate */ Pointer templ, type ReleasePad (line 241) | public static interface ReleasePad extends GstCallback { method callback (line 242) | public void callback(Element element, Pad pad); type GetState (line 244) | public static interface GetState extends GstCallback { method callback (line 245) | public StateChangeReturn callback(Element element, Pointer /* GstS... type SetState (line 248) | public static interface SetState extends GstCallback { method callback (line 249) | public StateChangeReturn callback(Element element, State state); type ChangeState (line 251) | public static interface ChangeState extends GstCallback { method callback (line 252) | public StateChangeReturn callback(Element element, int transition); type StateChanged (line 254) | public static interface StateChanged extends GstCallback { method callback (line 255) | public StateChangeReturn callback(Element element, State oldState,... type SetBus (line 257) | public static interface SetBus extends GstCallback { method callback (line 258) | public void callback(Element element, Bus bus); type ProvideClock (line 260) | public static interface ProvideClock extends GstCallback { method callback (line 261) | public void callback(Element element); type SetClock (line 263) | public static interface SetClock extends GstCallback { method callback (line 264) | public void callback(Element element, Clock clock); type SendEvent (line 266) | public static interface SendEvent extends GstCallback { method callback (line 267) | boolean callback(Element element, Event event); type QueryNotify (line 269) | public static interface QueryNotify extends GstCallback { method callback (line 270) | boolean callback(Element element, Query query); type PostMessage (line 272) | public static interface PostMessage extends GstCallback { method callback (line 273) | boolean callback(Element element, Message message); method GstElementClass (line 328) | public GstElementClass(Pointer ptr) { method getFieldOrder (line 333) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstElementFactoryAPI.java type GstElementFactoryAPI (line 35) | public interface GstElementFactoryAPI extends com.sun.jna.Library { method gst_element_factory_get_type (line 38) | GType gst_element_factory_get_type(); method gst_element_factory_find (line 39) | ElementFactory gst_element_factory_find(String factoryName); method ptr_gst_element_factory_make (line 40) | @CallerOwnsReturn Pointer ptr_gst_element_factory_make(String factoryN... method ptr_gst_element_factory_create (line 41) | @CallerOwnsReturn Pointer ptr_gst_element_factory_create(ElementFactor... method gst_element_factory_make (line 42) | @CallerOwnsReturn Element gst_element_factory_make(String factoryName,... method gst_element_factory_create (line 43) | @CallerOwnsReturn Element gst_element_factory_create(ElementFactory fa... method gst_element_factory_get_element_type (line 44) | GType gst_element_factory_get_element_type(ElementFactory factory); method gst_element_factory_get_metadata (line 45) | String gst_element_factory_get_metadata(ElementFactory factory, String... method gst_element_factory_get_num_pad_templates (line 46) | int gst_element_factory_get_num_pad_templates(ElementFactory factory); method gst_element_factory_get_uri_type (line 47) | int gst_element_factory_get_uri_type(ElementFactory factory); method gst_element_factory_get_static_pad_templates (line 48) | GList gst_element_factory_get_static_pad_templates(ElementFactory fact... method gst_element_factory_list_get_elements (line 50) | GList gst_element_factory_list_get_elements(long type, int minrank); method gst_element_factory_list_filter (line 51) | GList gst_element_factory_list_filter(GList list, @Const Caps caps, Pa... method gst_element_factory_can_src_caps (line 55) | boolean gst_element_factory_can_src_caps(ElementFactory factory, @Cons... method gst_element_factory_can_sink_caps (line 56) | boolean gst_element_factory_can_sink_caps(ElementFactory factory, @Con... FILE: src/org/freedesktop/gstreamer/lowlevel/GstEventAPI.java type GstEventAPI (line 44) | public interface GstEventAPI extends com.sun.jna.Library { method gst_event_type_get_name (line 47) | String gst_event_type_get_name(EventType type); method gst_event_type_get_flags (line 48) | int gst_event_type_get_flags(EventType type); method gst_event_get_type (line 50) | GType gst_event_get_type(); method gst_event_get_structure (line 52) | Structure gst_event_get_structure(Event event); method gst_event_new_custom (line 55) | Event gst_event_new_custom(EventType type, @Invalidate Structure struc... method gst_event_new_flush_start (line 58) | @CallerOwnsReturn Event gst_event_new_flush_start(); method ptr_gst_event_new_flush_start (line 59) | Pointer ptr_gst_event_new_flush_start(); method gst_event_new_flush_stop (line 60) | @CallerOwnsReturn Event gst_event_new_flush_stop(); method ptr_gst_event_new_flush_stop (line 61) | Pointer ptr_gst_event_new_flush_stop(); method gst_event_new_eos (line 64) | @CallerOwnsReturn Event gst_event_new_eos(); method ptr_gst_event_new_eos (line 65) | Pointer ptr_gst_event_new_eos(); method gst_event_new_segment (line 68) | @CallerOwnsReturn Event gst_event_new_segment( GstAPI.GstSegmentStruct... method ptr_gst_event_new_segment (line 69) | Pointer ptr_gst_event_new_segment( GstAPI.GstSegmentStruct segment); method gst_event_parse_segment (line 70) | void gst_event_parse_segment(Event event, Pointer[] pointer); method gst_event_new_tag (line 73) | @CallerOwnsReturn Event gst_event_new_tag(@Invalidate TagList taglist); method ptr_gst_event_new_tag (line 74) | Pointer ptr_gst_event_new_tag(@Invalidate TagList taglist); method gst_event_parse_tag (line 75) | void gst_event_parse_tag(Event event, PointerByReference taglist); method gst_event_parse_tag (line 76) | void gst_event_parse_tag(Event event, Pointer[] taglist); method gst_event_new_buffer_size (line 79) | @CallerOwnsReturn Event gst_event_new_buffer_size(Format format, long ... method ptr_gst_event_new_buffer_size (line 80) | Pointer ptr_gst_event_new_buffer_size(Format format, long minsize, lon... method gst_event_parse_buffer_size (line 81) | void gst_event_parse_buffer_size(Event event, Format[] format, long[] ... method gst_event_new_qos (line 85) | @CallerOwnsReturn Event gst_event_new_qos(QOSType type, double proport... method ptr_gst_event_new_qos (line 86) | Pointer ptr_gst_event_new_qos(QOSType type, double proportion, long di... method gst_event_parse_qos (line 87) | void gst_event_parse_qos(Event event, QOSType[] type, double[] proport... method gst_event_new_seek (line 90) | @CallerOwnsReturn Event gst_event_new_seek(double rate, Format format,... method ptr_gst_event_new_seek (line 93) | Pointer ptr_gst_event_new_seek(double rate, Format format, int flags, method gst_event_parse_seek (line 95) | void gst_event_parse_seek(Event event, double[] rate, Format[] format, method gst_event_new_navigation (line 100) | @CallerOwnsReturn Event gst_event_new_navigation(@Invalidate Structure... method ptr_gst_event_new_navigation (line 101) | Pointer ptr_gst_event_new_navigation(@Invalidate Structure structure); method gst_event_new_latency (line 104) | @CallerOwnsReturn Event gst_event_new_latency(long latency); method ptr_gst_event_new_latency (line 105) | Pointer ptr_gst_event_new_latency(long latency); method gst_event_parse_latency (line 106) | void gst_event_parse_latency(Event event, long[] latency); method gst_event_new_step (line 109) | @CallerOwnsReturn Event gst_event_new_step(Format format, long amount,... method ptr_gst_event_new_step (line 110) | Pointer ptr_gst_event_new_step(Format format, long amount, double rate... method gst_event_new_caps (line 113) | @CallerOwnsReturn Event gst_event_new_caps(Caps caps); method ptr_gst_event_new_caps (line 114) | Pointer ptr_gst_event_new_caps(Caps caps); method gst_event_new_reconfigure (line 117) | @CallerOwnsReturn Event gst_event_new_reconfigure(); method ptr_gst_event_new_reconfigure (line 118) | Pointer ptr_gst_event_new_reconfigure(); method gst_event_new_stream_start (line 121) | @CallerOwnsReturn Event gst_event_new_stream_start(final String stream... method ptr_gst_event_new_stream_start (line 122) | Pointer ptr_gst_event_new_stream_start(final String stream_id); class EventStruct (line 133) | public static final class EventStruct extends com.sun.jna.Structure { method EventStruct (line 141) | public EventStruct(Pointer ptr) { method getFieldOrder (line 145) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstGhostPadAPI.java type GstGhostPadAPI (line 32) | public interface GstGhostPadAPI extends com.sun.jna.Library { method gst_ghost_pad_get_type (line 35) | GType gst_ghost_pad_get_type(); method ptr_gst_ghost_pad_new (line 37) | @CallerOwnsReturn Pointer ptr_gst_ghost_pad_new(String name, Pad target); method ptr_gst_ghost_pad_new_no_target (line 38) | @CallerOwnsReturn Pointer ptr_gst_ghost_pad_new_no_target(String name,... method ptr_gst_ghost_pad_new_from_template (line 40) | @CallerOwnsReturn Pointer ptr_gst_ghost_pad_new_from_template(String n... method ptr_gst_ghost_pad_new_no_target_from_template (line 41) | @CallerOwnsReturn Pointer ptr_gst_ghost_pad_new_no_target_from_templat... method gst_ghost_pad_new (line 42) | @CallerOwnsReturn GhostPad gst_ghost_pad_new(String name, Pad target); method gst_ghost_pad_new_no_target (line 43) | @CallerOwnsReturn GhostPad gst_ghost_pad_new_no_target(String name, in... method gst_ghost_pad_new_from_template (line 45) | @CallerOwnsReturn GhostPad gst_ghost_pad_new_from_template(String name... method gst_ghost_pad_new_no_target_from_template (line 46) | @CallerOwnsReturn GhostPad gst_ghost_pad_new_no_target_from_template(S... method gst_ghost_pad_get_target (line 47) | @CallerOwnsReturn Pad gst_ghost_pad_get_target(GhostPad gpad); method gst_ghost_pad_set_target (line 48) | boolean gst_ghost_pad_set_target(GhostPad gpad, Pad newtarget); FILE: src/org/freedesktop/gstreamer/lowlevel/GstInterpolationControlSourceAPI.java type GstInterpolationControlSourceAPI (line 34) | public interface GstInterpolationControlSourceAPI extends Library { FILE: src/org/freedesktop/gstreamer/lowlevel/GstInterpolationControlSourcePtr.java class GstInterpolationControlSourcePtr (line 23) | public class GstInterpolationControlSourcePtr extends GstTimedValueContr... method GstInterpolationControlSourcePtr (line 25) | public GstInterpolationControlSourcePtr() { method GstInterpolationControlSourcePtr (line 28) | public GstInterpolationControlSourcePtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstIteratorAPI.java type GstIteratorAPI (line 24) | public interface GstIteratorAPI extends com.sun.jna.Library { method gst_iterator_free (line 28) | void gst_iterator_free(GstIteratorPtr iter); method gst_iterator_next (line 29) | int gst_iterator_next(GstIteratorPtr iter, GValueAPI.GValue next); method gst_iterator_resync (line 30) | void gst_iterator_resync(GstIteratorPtr iter); FILE: src/org/freedesktop/gstreamer/lowlevel/GstIteratorPtr.java class GstIteratorPtr (line 23) | public class GstIteratorPtr extends GPointer { method GstIteratorPtr (line 25) | public GstIteratorPtr() { method GstIteratorPtr (line 28) | public GstIteratorPtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstLFOControlSourcePtr.java class GstLFOControlSourcePtr (line 23) | public class GstLFOControlSourcePtr extends GstControlSourcePtr { method GstLFOControlSourcePtr (line 25) | public GstLFOControlSourcePtr() { method GstLFOControlSourcePtr (line 28) | public GstLFOControlSourcePtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstMessageAPI.java type GstMessageAPI (line 47) | public interface GstMessageAPI extends com.sun.jna.Library { class MessageStruct (line 50) | @FieldOrder({"mini_object", "type", "timestamp", "src", method MessageStruct (line 65) | public MessageStruct() { method MessageStruct (line 67) | public MessageStruct(Pointer ptr) { method typeOffset (line 71) | int typeOffset() { method srcOffset (line 75) | int srcOffset() { method gst_message_get_type (line 80) | GType gst_message_get_type(); method gst_message_type_get_name (line 81) | String gst_message_type_get_name(MessageType type); method gst_message_parse_state_changed (line 82) | void gst_message_parse_state_changed(Message msg, State[] old, State[]... method gst_message_parse_state_changed (line 83) | void gst_message_parse_state_changed(GstMessagePtr msg, IntByReference... method gst_message_parse_tag (line 84) | void gst_message_parse_tag(Message msg, PointerByReference tagList); method gst_message_parse_tag (line 85) | void gst_message_parse_tag(GstMessagePtr msg, PointerByReference tagLi... method gst_message_parse_clock_provide (line 86) | void gst_message_parse_clock_provide(Message msg, PointerByReference c... method gst_message_parse_new_clock (line 87) | void gst_message_parse_new_clock(Message msg, PointerByReference clock); method gst_message_parse_error (line 88) | void gst_message_parse_error(Message msg, PointerByReference err, Poin... method gst_message_parse_error (line 89) | void gst_message_parse_error(GstMessagePtr msg, PointerByReference err... method gst_message_parse_error (line 90) | void gst_message_parse_error(Message msg, GErrorStruct[] err, Pointer[... method gst_message_parse_warning (line 91) | void gst_message_parse_warning(Message msg, PointerByReference err, Po... method gst_message_parse_warning (line 92) | void gst_message_parse_warning(GstMessagePtr msg, PointerByReference e... method gst_message_parse_warning (line 93) | void gst_message_parse_warning(Message msg, GErrorStruct[] err, Pointe... method gst_message_parse_info (line 94) | void gst_message_parse_info(Message msg, PointerByReference err, Point... method gst_message_parse_info (line 95) | void gst_message_parse_info(GstMessagePtr msg, PointerByReference err,... method gst_message_parse_info (line 96) | void gst_message_parse_info(Message msg, GErrorStruct[] err, Pointer[]... method gst_message_parse_buffering (line 97) | void gst_message_parse_buffering(Message msg, int[] percent); method gst_message_parse_buffering (line 98) | void gst_message_parse_buffering(GstMessagePtr msg, IntByReference per... method gst_message_parse_segment_start (line 99) | void gst_message_parse_segment_start(Message message, Format[] format,... method gst_message_parse_segment_start (line 100) | void gst_message_parse_segment_start(GstMessagePtr msg, IntByReference... method gst_message_parse_segment_done (line 101) | void gst_message_parse_segment_done(Message message, Format[] format, ... method gst_message_parse_segment_done (line 102) | void gst_message_parse_segment_done(GstMessagePtr msg, IntByReference ... method gst_message_parse_duration (line 103) | void gst_message_parse_duration(Message message, Format[] format, long... method gst_message_parse_duration (line 104) | void gst_message_parse_duration(GstMessagePtr msg, IntByReference form... method gst_message_parse_async_start (line 105) | void gst_message_parse_async_start(Message message, boolean[] new_base... method gst_message_parse_context_type (line 106) | boolean gst_message_parse_context_type(Message message, String[] conte... method gst_message_parse_context_type (line 107) | boolean gst_message_parse_context_type(GstMessagePtr msg, PointerByRef... method gst_message_new_eos (line 109) | @CallerOwnsReturn Message gst_message_new_eos(GstObject src); method ptr_gst_message_new_eos (line 110) | Pointer ptr_gst_message_new_eos(GstObject src); method gst_message_new_eos (line 111) | @CallerOwnsReturn GstMessagePtr gst_message_new_eos(GstObjectPtr src); method gst_message_new_error (line 112) | @CallerOwnsReturn Message gst_message_new_error(GstObject src, GErrorS... method gst_message_new_warning (line 113) | @CallerOwnsReturn Message gst_message_new_warning(GstObject src, GErro... method gst_message_new_info (line 114) | @CallerOwnsReturn Message gst_message_new_info(GstObject src, GErrorSt... method gst_message_new_tag (line 115) | @CallerOwnsReturn Message gst_message_new_tag(GstObject src, @Invalida... method ptr_gst_message_new_tag (line 116) | Pointer ptr_gst_message_new_tag(GstObject src, @Invalidate TagList tag... method gst_message_new_buffering (line 117) | @CallerOwnsReturn Message gst_message_new_buffering(GstObject src, int... method ptr_gst_message_new_buffering (line 118) | Pointer ptr_gst_message_new_buffering(GstObject src, int percent); method gst_message_new_state_changed (line 119) | @CallerOwnsReturn Message gst_message_new_state_changed(GstObject src,... method ptr_gst_message_new_state_changed (line 120) | Pointer ptr_gst_message_new_state_changed(GstObject src, State oldstat... method gst_message_new_state_dirty (line 121) | @CallerOwnsReturn Message gst_message_new_state_dirty(GstObject src); method gst_message_new_clock_provide (line 122) | @CallerOwnsReturn Message gst_message_new_clock_provide(GstObject src,... method gst_message_new_clock_lost (line 123) | @CallerOwnsReturn Message gst_message_new_clock_lost(GstObject src, Cl... method gst_message_new_new_clock (line 124) | @CallerOwnsReturn Message gst_message_new_new_clock(GstObject src, Clo... method gst_message_new_application (line 125) | @CallerOwnsReturn Message gst_message_new_application(GstObject src, S... method gst_message_new_element (line 126) | @CallerOwnsReturn Message gst_message_new_element(GstObject src, Struc... method gst_message_new_segment_start (line 127) | @CallerOwnsReturn Message gst_message_new_segment_start(GstObject src,... method gst_message_new_segment_done (line 128) | @CallerOwnsReturn Message gst_message_new_segment_done(GstObject src, ... method ptr_gst_message_new_segment_done (line 129) | Pointer ptr_gst_message_new_segment_done(GstObject src, Format format,... method gst_message_new_duration_changed (line 130) | @CallerOwnsReturn Message gst_message_new_duration_changed(GstObject s... method ptr_gst_message_new_duration_changed (line 131) | Pointer ptr_gst_message_new_duration_changed(GstObject src); method gst_message_new_async_start (line 132) | @CallerOwnsReturn Message gst_message_new_async_start(GstObject src, b... method gst_message_new_async_done (line 133) | @CallerOwnsReturn Message gst_message_new_async_done(GstObject src); method gst_message_new_latency (line 134) | @CallerOwnsReturn Message gst_message_new_latency(GstObject src); method ptr_gst_message_new_latency (line 135) | Pointer ptr_gst_message_new_latency(GstObject source); method gst_message_new_custom (line 136) | @CallerOwnsReturn Message gst_message_new_custom(MessageType type, Gst... method gst_message_get_structure (line 137) | @ConstReturn Structure gst_message_get_structure(Message message); method ptr_gst_message_new_need_context (line 138) | Pointer ptr_gst_message_new_need_context(GstObject source, String cont... method gst_message_new_need_context (line 139) | @CallerOwnsReturn Message gst_message_new_need_context(GstObject sourc... FILE: src/org/freedesktop/gstreamer/lowlevel/GstMessagePtr.java class GstMessagePtr (line 23) | public class GstMessagePtr extends GstMiniObjectPtr { method GstMessagePtr (line 35) | public GstMessagePtr() { method GstMessagePtr (line 38) | public GstMessagePtr(Pointer ptr) { method getMessageType (line 42) | public int getMessageType() { method getSource (line 46) | public GstObjectPtr getSource() { FILE: src/org/freedesktop/gstreamer/lowlevel/GstMetaAPI.java type GstMetaAPI (line 9) | public interface GstMetaAPI extends Library { class GstMetaStruct (line 14) | @Structure.FieldOrder({"flags", "info"}) class ByValue (line 16) | public static final class ByValue extends GstMetaStruct implements S... method infoOffset (line 22) | int infoOffset() { class GstMetaInfoStruct (line 28) | @Structure.FieldOrder({"api", "type", "size"}) class ByReference (line 30) | public static class ByReference extends GstMetaInfoStruct implements... method GstMetaInfoStruct (line 33) | public GstMetaInfoStruct() { method GstMetaInfoStruct (line 36) | public GstMetaInfoStruct(Pointer p) { method typeOffset (line 45) | int typeOffset() { FILE: src/org/freedesktop/gstreamer/lowlevel/GstMetaPtr.java class GstMetaPtr (line 24) | public class GstMetaPtr extends GTypedPtr { method GstMetaPtr (line 34) | public GstMetaPtr() { method GstMetaPtr (line 37) | public GstMetaPtr(Pointer ptr) { method getGType (line 41) | @Override method getAPIGType (line 54) | public GType getAPIGType() { FILE: src/org/freedesktop/gstreamer/lowlevel/GstMiniObjectAPI.java type GstMiniObjectAPI (line 39) | public interface GstMiniObjectAPI extends com.sun.jna.Library { method gst_mini_object_ref (line 42) | void gst_mini_object_ref(GstMiniObjectPtr ptr); method gst_mini_object_unref (line 43) | void gst_mini_object_unref(GstMiniObjectPtr ptr); method gst_mini_object_unref (line 44) | void gst_mini_object_unref(Pointer ptr); method gst_mini_object_weak_ref (line 45) | void gst_mini_object_weak_ref(GstMiniObjectPtr ptr, GstMiniObjectNotif... method gst_mini_object_weak_unref (line 47) | void gst_mini_object_weak_unref(GstMiniObjectPtr ptr, GstMiniObjectNot... method gst_mini_object_make_writable (line 50) | @CallerOwnsReturn MiniObject gst_mini_object_make_writable(@Invalidate... method gst_mini_object_copy (line 51) | @CallerOwnsReturn MiniObject gst_mini_object_copy(MiniObject mini_obje... method gst_mini_object_is_writable (line 52) | boolean gst_mini_object_is_writable(MiniObject mini_object); method gst_mini_object_set_qdata (line 54) | void gst_mini_object_set_qdata(MiniObject mini_object, GQuark quark, O... method gst_mini_object_get_qdata (line 55) | Pointer gst_mini_object_get_qdata(MiniObject mini_object, GQuark quark); method gst_mini_object_steal_qdata (line 56) | Pointer gst_mini_object_steal_qdata(MiniObject mini_object, GQuark qua... type GstMiniObjectNotify (line 58) | public static interface GstMiniObjectNotify extends Callback { method callback (line 60) | public void callback(IntPtr userData, Pointer obj); class MiniObjectStruct (line 64) | public static final class MiniObjectStruct extends com.sun.jna.Structu... method MiniObjectStruct (line 76) | public MiniObjectStruct() {} method MiniObjectStruct (line 77) | public MiniObjectStruct(Pointer ptr) { method getFieldOrder (line 81) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstMiniObjectPtr.java class GstMiniObjectPtr (line 24) | public class GstMiniObjectPtr extends GTypedPtr { method GstMiniObjectPtr (line 26) | public GstMiniObjectPtr() { method GstMiniObjectPtr (line 29) | public GstMiniObjectPtr(Pointer ptr) { method getGType (line 33) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstNative.java class GstNative (line 31) | @SuppressWarnings("serial") method GstNative (line 38) | private GstNative() {} method load (line 45) | public static T load(Class interfaceClass) { method load (line 49) | public static T load(String libraryName, Class ... FILE: src/org/freedesktop/gstreamer/lowlevel/GstNavigationAPI.java type GstNavigationAPI (line 28) | public interface GstNavigationAPI extends Library { method gst_navigation_get_type (line 31) | GType gst_navigation_get_type(); method gst_navigation_send_event (line 34) | void gst_navigation_send_event(Navigation navigation, Structure struct... method gst_navigation_send_key_event (line 36) | void gst_navigation_send_key_event(Navigation navigation, String event... method gst_navigation_send_mouse_event (line 38) | void gst_navigation_send_mouse_event(Navigation navigation, String event, FILE: src/org/freedesktop/gstreamer/lowlevel/GstObjectAPI.java type GstObjectAPI (line 38) | public interface GstObjectAPI extends com.sun.jna.Library { method gst_object_get_type (line 42) | GType gst_object_get_type(); method gst_object_ref (line 43) | void gst_object_ref(GstObjectPtr ptr); method gst_object_unref (line 44) | void gst_object_unref(GstObjectPtr ptr); method gst_object_ref_sink (line 45) | void gst_object_ref_sink(GstObjectPtr ptr); method gst_object_set_name (line 47) | boolean gst_object_set_name(GstObject obj, String name); method gst_object_get_name (line 48) | @FreeReturnValue String gst_object_get_name(GstObject obj); method gst_object_set_name_prefix (line 49) | void gst_object_set_name_prefix(GstObject object, String name_prefix); method gst_object_get_name_prefix (line 50) | @FreeReturnValue String gst_object_get_name_prefix(GstObject object); method gst_object_set_parent (line 53) | boolean gst_object_set_parent(GstObject object, GstObject parent); method gst_object_get_parent (line 54) | @CallerOwnsReturn GstObject gst_object_get_parent(GstObject object); method gst_object_unparent (line 55) | void gst_object_unparent(GstObject object); method gst_object_has_ancestor (line 56) | boolean gst_object_has_ancestor(GstObject object, GstObject ancestor); method gst_implements_interface_cast (line 58) | Pointer gst_implements_interface_cast(GstObject obj, NativeLong gtype); method gst_implements_interface_check (line 59) | boolean gst_implements_interface_check(GstObject from, NativeLong type); method gst_object_suggest_next_sync (line 62) | long gst_object_suggest_next_sync(GstObjectPtr object); method gst_object_sync_values (line 63) | boolean gst_object_sync_values(GstObjectPtr object, long timestamp); method gst_object_has_active_control_bindings (line 64) | boolean gst_object_has_active_control_bindings(GstObjectPtr object); method gst_object_set_control_bindings_disabled (line 65) | void gst_object_set_control_bindings_disabled(GstObjectPtr object, boo... method gst_object_set_control_binding_disabled (line 66) | void gst_object_set_control_binding_disabled(GstObjectPtr object, Stri... method gst_object_add_control_binding (line 67) | boolean gst_object_add_control_binding(GstObjectPtr object, GstControl... method gst_object_get_control_binding (line 68) | GstControlBindingPtr gst_object_get_control_binding(GstObjectPtr objec... method gst_object_remove_control_binding (line 69) | boolean gst_object_remove_control_binding(GstObjectPtr object, GstCont... class GstObjectStruct (line 81) | public static final class GstObjectStruct extends com.sun.jna.Structure { method getFieldOrder (line 97) | @Override type DeepNotify (line 109) | public static interface DeepNotify extends Callback { method callback (line 110) | public void callback(GstObject object, GstObject orig, GObjectAPI.GP... class GstObjectClass (line 121) | public static final class GstObjectClass extends com.sun.jna.Structure { method getFieldOrder (line 131) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstObjectPtr.java class GstObjectPtr (line 23) | public class GstObjectPtr extends GObjectPtr { method GstObjectPtr (line 25) | public GstObjectPtr() { method GstObjectPtr (line 28) | public GstObjectPtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstPadAPI.java type GstPadAPI (line 48) | public interface GstPadAPI extends com.sun.jna.Library { method gst_pad_get_type (line 77) | GType gst_pad_get_type(); method gst_ghost_pad_get_type (line 78) | GType gst_ghost_pad_get_type(); method gst_pad_new (line 79) | @CallerOwnsReturn Pad gst_pad_new(String name, PadDirection direction); method gst_pad_new_from_template (line 80) | @CallerOwnsReturn Pad gst_pad_new_from_template(PadTemplate templ, Str... method ptr_gst_pad_new (line 81) | @CallerOwnsReturn Pointer ptr_gst_pad_new(String name, PadDirection di... method ptr_gst_pad_new_from_template (line 82) | @CallerOwnsReturn Pointer ptr_gst_pad_new_from_template(PadTemplate te... method gst_pad_get_name (line 83) | @FreeReturnValue String gst_pad_get_name(Pad pad); method gst_pad_link (line 84) | PadLinkReturn gst_pad_link(Pad src, Pad sink); method gst_pad_unlink (line 85) | boolean gst_pad_unlink(Pad src, Pad sink); method gst_pad_is_linked (line 86) | boolean gst_pad_is_linked(Pad pad); method gst_pad_get_peer (line 87) | @CallerOwnsReturn Pad gst_pad_get_peer(Pad pad); method gst_pad_get_direction (line 88) | PadDirection gst_pad_get_direction(Pad pad); method gst_pad_can_link (line 90) | boolean gst_pad_can_link(Pad srcpad, Pad sinkpad); method gst_pad_use_fixed_caps (line 92) | void gst_pad_use_fixed_caps(Pad pad); method gst_pad_get_fixed_caps_func (line 93) | @CallerOwnsReturn Caps gst_pad_get_fixed_caps_func(Pad pad); method gst_pad_proxy_getcaps (line 94) | @CallerOwnsReturn Caps gst_pad_proxy_getcaps(Pad pad); method gst_pad_proxy_setcaps (line 95) | boolean gst_pad_proxy_setcaps(Pad pad, Caps caps); method gst_pad_get_parent_element (line 96) | @CallerOwnsReturn Element gst_pad_get_parent_element(Pad pad); method gst_pad_set_active (line 99) | boolean gst_pad_set_active(Pad pad, boolean active); method gst_pad_is_active (line 100) | boolean gst_pad_is_active(Pad pad); method gst_pad_activate_pull (line 101) | boolean gst_pad_activate_pull(Pad pad, boolean active); method gst_pad_activate_push (line 102) | boolean gst_pad_activate_push(Pad pad, boolean active); method gst_pad_is_blocked (line 103) | boolean gst_pad_is_blocked(Pad pad); method gst_pad_is_blocking (line 104) | boolean gst_pad_is_blocking(Pad pad); method gst_pad_has_current_caps (line 105) | boolean gst_pad_has_current_caps(Pad pad); method gst_pad_get_pad_template (line 107) | PadTemplate gst_pad_get_pad_template(Pad pad); method gst_pad_query_caps (line 110) | @CallerOwnsReturn Caps gst_pad_query_caps(Pad pad, Caps caps); method gst_pad_fixate_caps (line 111) | void gst_pad_fixate_caps(Pad pad, Caps caps); method gst_pad_query_accept_caps (line 112) | boolean gst_pad_query_accept_caps(Pad pad, Caps caps); method gst_pad_peer_query_caps (line 114) | @CallerOwnsReturn Caps gst_pad_peer_query_caps(Pad pad, Caps caps); method gst_pad_peer_query_accept_caps (line 115) | boolean gst_pad_peer_query_accept_caps(Pad pad, Caps caps); method gst_pad_get_allowed_caps (line 118) | @CallerOwnsReturn Caps gst_pad_get_allowed_caps(Pad pad); method gst_pad_get_current_caps (line 119) | @CallerOwnsReturn Caps gst_pad_get_current_caps(Pad pad); method gst_pad_push (line 122) | FlowReturn gst_pad_push(Pad pad, @IncRef Buffer buffer); method gst_pad_check_pull_range (line 123) | boolean gst_pad_check_pull_range(Pad pad); method gst_pad_pull_range (line 124) | FlowReturn gst_pad_pull_range(Pad pad, /* guint64 */ long offset, /* g... method gst_pad_push_event (line 126) | boolean gst_pad_push_event(Pad pad, @IncRef Event event); method gst_pad_event_default (line 127) | boolean gst_pad_event_default(Pad pad, Event event); method gst_pad_chain (line 129) | FlowReturn gst_pad_chain(Pad pad, @IncRef Buffer buffer); method gst_pad_get_range (line 130) | FlowReturn gst_pad_get_range(Pad pad, /* guint64 */ long offset, /* gu... method gst_pad_send_event (line 132) | boolean gst_pad_send_event(Pad pad, @IncRef Event event); type PadFixateCaps (line 133) | public static interface PadFixateCaps extends GstCallback { method callback (line 134) | void callback(Pad pad, Caps caps); method gst_pad_set_fixatecaps_function (line 136) | void gst_pad_set_fixatecaps_function(Pad pad, PadFixateCaps fixate); type PadProbeCallback (line 146) | public static interface PadProbeCallback extends GstCallback { method callback (line 147) | public PadProbeReturn callback(Pad pad, GstPadProbeInfo probeInfo, P... method gst_pad_add_probe (line 159) | NativeLong gst_pad_add_probe(GstPadPtr pad, int mask, PadProbeCallback... method gst_pad_remove_probe (line 161) | void gst_pad_remove_probe(GstPadPtr pad, NativeLong id); method gst_pad_probe_info_get_event (line 163) | Event gst_pad_probe_info_get_event(GstPadProbeInfo probeInfo); method gst_pad_probe_info_get_buffer (line 165) | Buffer gst_pad_probe_info_get_buffer(GstPadProbeInfo probeInfo); method gst_pad_probe_info_get_query (line 167) | Query gst_pad_probe_info_get_query(GstPadProbeInfo probeInfo); FILE: src/org/freedesktop/gstreamer/lowlevel/GstPadProbeInfo.java class GstPadProbeInfo (line 32) | public class GstPadProbeInfo extends Structure { method getFieldOrder (line 43) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstPadPtr.java class GstPadPtr (line 23) | public class GstPadPtr extends GstObjectPtr { method GstPadPtr (line 25) | public GstPadPtr() { method GstPadPtr (line 28) | public GstPadPtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstPadTemplateAPI.java type GstPadTemplateAPI (line 37) | public interface GstPadTemplateAPI extends com.sun.jna.Library { method gst_element_class_add_pad_template (line 41) | void gst_element_class_add_pad_template(Pointer klass, PadTemplate tem... method gst_element_class_get_pad_template (line 42) | PadTemplate gst_element_class_get_pad_template(Pointer /*GstElementCla... method gst_pad_template_get_type (line 45) | GType gst_pad_template_get_type(); method gst_static_pad_template_get_type (line 46) | GType gst_static_pad_template_get_type(); method ptr_gst_pad_template_new (line 48) | @CallerOwnsReturn Pointer ptr_gst_pad_template_new(String name_templat... method gst_pad_template_new (line 50) | @CallerOwnsReturn PadTemplate gst_pad_template_new(String name_templat... method gst_static_pad_template_get (line 52) | @CallerOwnsReturn PadTemplate gst_static_pad_template_get(GstStaticPad... method gst_static_pad_template_get_caps (line 53) | @CallerOwnsReturn Caps gst_static_pad_template_get_caps(GstStaticPadTe... method gst_pad_template_get_caps (line 54) | @CallerOwnsReturn Caps gst_pad_template_get_caps(PadTemplate template); method gst_pad_template_pad_created (line 55) | void gst_pad_template_pad_created(PadTemplate templ, Pad pad); class GstStaticPadTemplate (line 57) | public static final class GstStaticPadTemplate extends PointerType { method GstStaticPadTemplate (line 59) | public GstStaticPadTemplate() { method GstStaticPadTemplate (line 62) | public GstStaticPadTemplate(Pointer p) { method getName (line 66) | public String getName() { method getPadDirection (line 70) | public PadDirection getPadDirection() { method getPadPresence (line 74) | public PadPresence getPadPresence() { FILE: src/org/freedesktop/gstreamer/lowlevel/GstParseAPI.java type GstParseAPI (line 32) | public interface GstParseAPI extends com.sun.jna.Library { method gst_parse_launch (line 35) | @CallerOwnsReturn Element gst_parse_launch(String pipeline_description... method gst_parse_launchv (line 36) | @CallerOwnsReturn Element gst_parse_launchv(String[] pipeline_descript... method gst_parse_launch (line 37) | @CallerOwnsReturn Element gst_parse_launch(String pipeline_description... method gst_parse_launchv (line 38) | @CallerOwnsReturn Element gst_parse_launchv(String[] pipeline_descript... method gst_parse_bin_from_description (line 39) | @CallerOwnsReturn Bin gst_parse_bin_from_description(String bin_descri... FILE: src/org/freedesktop/gstreamer/lowlevel/GstPipelineAPI.java type GstPipelineAPI (line 32) | public interface GstPipelineAPI extends com.sun.jna.Library { method gst_pipeline_new (line 35) | @CallerOwnsReturn Pipeline gst_pipeline_new(String name); method ptr_gst_pipeline_new (line 36) | @CallerOwnsReturn Pointer ptr_gst_pipeline_new(String name); method gst_pipeline_get_type (line 37) | GType gst_pipeline_get_type(); method gst_pipeline_get_bus (line 38) | @CallerOwnsReturn Bus gst_pipeline_get_bus(Pipeline pipeline); method gst_pipeline_set_auto_flush_bus (line 39) | void gst_pipeline_set_auto_flush_bus(Pipeline pipeline, boolean flush); method gst_pipeline_get_auto_flush_bus (line 40) | boolean gst_pipeline_get_auto_flush_bus(Pipeline pipeline); method gst_pipeline_set_new_stream_time (line 41) | void gst_pipeline_set_new_stream_time(Pipeline pipeline, long time); method gst_pipeline_get_last_stream_time (line 42) | long gst_pipeline_get_last_stream_time(Pipeline pipeline); method gst_pipeline_use_clock (line 43) | void gst_pipeline_use_clock(Pipeline pipeline, Clock clock); method gst_pipeline_set_clock (line 44) | boolean gst_pipeline_set_clock(Pipeline pipeline, Clock clock); method gst_pipeline_get_clock (line 45) | @CallerOwnsReturn Clock gst_pipeline_get_clock(Pipeline pipeline); method gst_pipeline_auto_clock (line 46) | void gst_pipeline_auto_clock(Pipeline pipeline); method gst_pipeline_set_delay (line 47) | void gst_pipeline_set_delay(Pipeline pipeline, long delay); method gst_pipeline_get_delay (line 48) | long gst_pipeline_get_delay(Pipeline pipeline); FILE: src/org/freedesktop/gstreamer/lowlevel/GstPluginAPI.java type GstPluginAPI (line 29) | public interface GstPluginAPI extends com.sun.jna.Library { method gst_plugin_get_type (line 32) | GType gst_plugin_get_type(); method gst_plugin_get_name (line 34) | String gst_plugin_get_name(Plugin plugin); method gst_plugin_get_description (line 35) | String gst_plugin_get_description(Plugin plugin); method gst_plugin_get_filename (line 36) | String gst_plugin_get_filename(Plugin plugin); method gst_plugin_get_version (line 37) | String gst_plugin_get_version(Plugin plugin); method gst_plugin_get_license (line 38) | String gst_plugin_get_license(Plugin plugin); method gst_plugin_get_source (line 39) | String gst_plugin_get_source(Plugin plugin); method gst_plugin_get_package (line 40) | String gst_plugin_get_package(Plugin plugin); method gst_plugin_get_origin (line 41) | String gst_plugin_get_origin(Plugin plugin); method gst_plugin_get_release_date_string (line 42) | String gst_plugin_get_release_date_string(Plugin plugin); method gst_plugin_is_loaded (line 43) | boolean gst_plugin_is_loaded(Plugin plugin); method gst_plugin_name_filter (line 44) | boolean gst_plugin_name_filter(Plugin plugin, String name); method gst_plugin_load (line 48) | @CallerOwnsReturn Plugin gst_plugin_load(Plugin plugin); method gst_plugin_load_by_name (line 49) | @CallerOwnsReturn Plugin gst_plugin_load_by_name(String name); method gst_plugin_list_free (line 51) | void gst_plugin_list_free(GList list); FILE: src/org/freedesktop/gstreamer/lowlevel/GstPluginFeatureAPI.java type GstPluginFeatureAPI (line 30) | public interface GstPluginFeatureAPI extends com.sun.jna.Library { method gst_plugin_feature_get_type (line 34) | GType gst_plugin_feature_get_type(); method gst_plugin_feature_load (line 36) | @CallerOwnsReturn PluginFeature gst_plugin_feature_load(PluginFeature ... method gst_plugin_feature_set_rank (line 38) | void gst_plugin_feature_set_rank(PluginFeature feature, int rank); method gst_plugin_feature_get_rank (line 39) | int gst_plugin_feature_get_rank(PluginFeature feature); method gst_plugin_feature_get_plugin_name (line 40) | String gst_plugin_feature_get_plugin_name(PluginFeature feature); method gst_plugin_feature_get_plugin (line 41) | @CallerOwnsReturn Plugin gst_plugin_feature_get_plugin(PluginFeature f... method gst_plugin_feature_check_version (line 43) | boolean gst_plugin_feature_check_version(PluginFeature feature, method gst_plugin_feature_list_free (line 46) | void gst_plugin_feature_list_free (GList list); FILE: src/org/freedesktop/gstreamer/lowlevel/GstPromiseAPI.java type GstPromiseAPI (line 39) | public interface GstPromiseAPI extends com.sun.jna.Library { class PromiseStruct (line 42) | public static final class PromiseStruct extends com.sun.jna.Structure { method PromiseStruct (line 45) | public PromiseStruct() { method PromiseStruct (line 48) | public PromiseStruct(Pointer ptr) { method getFieldOrder (line 52) | @Override method gst_promise_get_type (line 58) | GType gst_promise_get_type(); method gst_static_promise_get_type (line 59) | GType gst_static_promise_get_type(); method gst_promise_new (line 61) | @CallerOwnsReturn Promise gst_promise_new(); method ptr_gst_promise_new (line 62) | @CallerOwnsReturn Pointer ptr_gst_promise_new(); method gst_promise_new_with_change_func (line 64) | @CallerOwnsReturn Promise gst_promise_new_with_change_func(GstCallback... method ptr_gst_promise_new_with_change_func (line 65) | @CallerOwnsReturn Pointer ptr_gst_promise_new_with_change_func(GstCall... method gst_promise_wait (line 67) | PromiseResult gst_promise_wait(Promise promise); method gst_promise_reply (line 69) | void gst_promise_reply(Promise promise, @Invalidate Structure s); method gst_promise_interrupt (line 70) | void gst_promise_interrupt(Promise promise); method gst_promise_expire (line 71) | void gst_promise_expire(Promise promise); method gst_promise_get_reply (line 73) | @CallerOwnsReturn Structure gst_promise_get_reply(Promise promise); method ptr_gst_promise_get_reply (line 74) | @CallerOwnsReturn Pointer ptr_gst_promise_get_reply(Promise promise); FILE: src/org/freedesktop/gstreamer/lowlevel/GstProxyControlBindingPtr.java class GstProxyControlBindingPtr (line 23) | public class GstProxyControlBindingPtr extends GstControlBindingPtr { method GstProxyControlBindingPtr (line 25) | public GstProxyControlBindingPtr() { method GstProxyControlBindingPtr (line 28) | public GstProxyControlBindingPtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstQueryAPI.java type GstQueryAPI (line 40) | public interface GstQueryAPI extends com.sun.jna.Library { method gst_query_type_get_name (line 43) | String gst_query_type_get_name(QueryType query); method gst_query_type_to_quark (line 44) | GQuark gst_query_type_to_quark(QueryType query); method gst_query_new_position (line 47) | @CallerOwnsReturn Query gst_query_new_position(Format format); method ptr_gst_query_new_position (line 48) | @CallerOwnsReturn Pointer ptr_gst_query_new_position(Format format); method gst_query_set_position (line 49) | void gst_query_set_position(Query query, Format format, /* gint64 */ l... method gst_query_parse_position (line 50) | void gst_query_parse_position(Query query, Format[] format, /* gint64 ... method gst_query_new_duration (line 53) | @CallerOwnsReturn Query gst_query_new_duration(Format format); method ptr_gst_query_new_duration (line 54) | @CallerOwnsReturn Pointer ptr_gst_query_new_duration(Format format); method gst_query_set_duration (line 55) | void gst_query_set_duration(Query query, Format format, /* gint64 */ l... method gst_query_parse_duration (line 56) | void gst_query_parse_duration(Query query, /* Format **/ Format[] form... method gst_query_new_latency (line 59) | @CallerOwnsReturn Query gst_query_new_latency(); method ptr_gst_query_new_latency (line 60) | @CallerOwnsReturn Pointer ptr_gst_query_new_latency(); method gst_query_set_latency (line 61) | void gst_query_set_latency(Query query, boolean live, long min_latency, method gst_query_parse_latency (line 63) | void gst_query_parse_latency(Query query, boolean[] live, long[] min_l... method gst_query_new_convert (line 67) | @CallerOwnsReturn Query gst_query_new_convert(Format src_format, /* gi... method ptr_gst_query_new_convert (line 68) | @CallerOwnsReturn Pointer ptr_gst_query_new_convert(Format src_format,... method gst_query_set_convert (line 69) | void gst_query_set_convert(Query query, Format src_format, /* gint64 *... method gst_query_parse_convert (line 71) | void gst_query_parse_convert(Query query, Format[] src_format, /*gint6... method gst_query_new_segment (line 74) | @CallerOwnsReturn Query gst_query_new_segment(Format format); method ptr_gst_query_new_segment (line 75) | @CallerOwnsReturn Pointer ptr_gst_query_new_segment(Format format); method gst_query_set_segment (line 76) | void gst_query_set_segment(Query query, double rate, Format format, method gst_query_parse_segment (line 78) | void gst_query_parse_segment(Query query, double[] rate, Format[] format, method gst_query_get_structure (line 81) | Structure gst_query_get_structure(Query query); method gst_query_new_seeking (line 84) | @CallerOwnsReturn Query gst_query_new_seeking(Format format); method ptr_gst_query_new_seeking (line 85) | @CallerOwnsReturn Pointer ptr_gst_query_new_seeking(Format format); method gst_query_set_seeking (line 86) | void gst_query_set_seeking(Query query, Format format, method gst_query_parse_seeking (line 88) | void gst_query_parse_seeking(Query query, Format[] format, method gst_query_new_formats (line 91) | @CallerOwnsReturn Query gst_query_new_formats(); method ptr_gst_query_new_formats (line 92) | Pointer ptr_gst_query_new_formats(); method gst_query_set_formats (line 93) | void gst_query_set_formats(Query query, int n_formats, Format... forma... method gst_query_set_formatsv (line 94) | void gst_query_set_formatsv(Query query, int n_formats, Format[] forma... method gst_query_parse_n_formats (line 95) | void gst_query_parse_n_formats(Query query, int[] n_formats); method gst_query_parse_nth_format (line 96) | void gst_query_parse_nth_format(Query query, int nth, Format[] format); method gst_query_new_allocation (line 99) | @CallerOwnsReturn Query gst_query_new_allocation(Caps caps, boolean ne... method ptr_gst_query_new_allocation (line 100) | Pointer ptr_gst_query_new_allocation(Caps caps, boolean need_pool); method gst_query_parse_allocation (line 101) | void gst_query_parse_allocation(Query query, /* Caps ** */ Pointer[] c... method gst_query_add_allocation_meta (line 102) | void gst_query_add_allocation_meta(Query query, GType api, Structure p... method gst_query_add_allocation_pool (line 103) | void gst_query_add_allocation_pool(Query query, BufferPool pool, /* gu... method gst_query_get_n_allocation_pools (line 104) | int gst_query_get_n_allocation_pools(Query query); class QueryStruct (line 107) | public static final class QueryStruct extends com.sun.jna.Structure { method QueryStruct (line 113) | public QueryStruct(Pointer ptr) { method getFieldOrder (line 117) | @Override type GstQueryTypeFlags (line 125) | public interface GstQueryTypeFlags { FILE: src/org/freedesktop/gstreamer/lowlevel/GstRegistryAPI.java type GstRegistryAPI (line 34) | public interface GstRegistryAPI extends com.sun.jna.Library { type PluginFilter (line 38) | static interface PluginFilter extends GstCallback { method callback (line 48) | boolean callback(Plugin plugin, Pointer user_data); type PluginFeatureFilter (line 52) | static interface PluginFeatureFilter extends GstCallback { method callback (line 60) | boolean callback(PluginFeature feature, Pointer user_data); method gst_registry_get_type (line 64) | GType gst_registry_get_type(); method gst_registry_get (line 66) | Pointer gst_registry_get(); method gst_registry_get_feature_list (line 68) | GList gst_registry_get_feature_list(Registry registry, GType type); method gst_registry_get_feature_list_cookie (line 69) | int gst_registry_get_feature_list_cookie (Registry registry); method gst_registry_get_feature_list_by_plugin (line 70) | GList gst_registry_get_feature_list_by_plugin(Registry registry, Strin... method gst_registry_get_plugin_list (line 71) | GList gst_registry_get_plugin_list(Registry registry); method gst_registry_add_plugin (line 72) | boolean gst_registry_add_plugin(Registry registry, Plugin plugin); method gst_registry_remove_plugin (line 73) | void gst_registry_remove_plugin(Registry registry, Plugin plugin); method gst_registry_plugin_filter (line 74) | GList gst_registry_plugin_filter(Registry registry, PluginFilter filte... method gst_registry_feature_filter (line 75) | GList gst_registry_feature_filter(Registry registry, PluginFeatureFilt... method gst_registry_find_plugin (line 76) | @CallerOwnsReturn Plugin gst_registry_find_plugin(Registry registry, S... method gst_registry_find_feature (line 77) | @CallerOwnsReturn PluginFeature gst_registry_find_feature(Registry reg... method gst_registry_lookup_feature (line 78) | @CallerOwnsReturn PluginFeature gst_registry_lookup_feature(Registry r... method gst_registry_add_path (line 79) | void gst_registry_add_path(Registry registry, String path); method gst_registry_get_path_list (line 80) | GList gst_registry_get_path_list(Registry registry); method gst_registry_scan_path (line 81) | boolean gst_registry_scan_path(Registry registry, String path); method gst_registry_lookup (line 82) | @CallerOwnsReturn Plugin gst_registry_lookup(Registry registry, String... method gst_registry_remove_feature (line 83) | void gst_registry_remove_feature(Registry registry, PluginFeature fea... method gst_registry_add_feature (line 84) | boolean gst_registry_add_feature(Registry registry, PluginFeature fea... method gst_registry_check_feature_version (line 85) | boolean gst_registry_check_feature_version (Registry registry, String ... FILE: src/org/freedesktop/gstreamer/lowlevel/GstSDPMessageAPI.java type GstSDPMessageAPI (line 33) | public interface GstSDPMessageAPI extends com.sun.jna.Library { class SDPMessageStruct (line 36) | public static final class SDPMessageStruct extends com.sun.jna.Structu... method SDPMessageStruct (line 52) | public SDPMessageStruct(final Pointer ptr) { method getFieldOrder (line 56) | @Override class SDPOriginStruct (line 66) | public static final class SDPOriginStruct extends com.sun.jna.Structure { method SDPOriginStruct (line 74) | public SDPOriginStruct(final Pointer ptr) { method getFieldOrder (line 78) | @Override class SDPKeyStruct (line 86) | public static final class SDPKeyStruct extends com.sun.jna.Structure { method SDPKeyStruct (line 90) | public SDPKeyStruct(final Pointer ptr) { method getFieldOrder (line 94) | @Override class SDPConnectionStruct (line 100) | public static final class SDPConnectionStruct extends com.sun.jna.Stru... method SDPConnectionStruct (line 107) | public SDPConnectionStruct(final Pointer ptr) { method getFieldOrder (line 111) | @Override method gst_sdp_connection_set (line 119) | SDPResult gst_sdp_connection_set(SDPConnectionStruct conn, String nett... method gst_sdp_connection_clear (line 120) | SDPResult gst_sdp_connection_clear(SDPConnectionStruct conn); method gst_sdp_message_free (line 122) | SDPResult gst_sdp_message_free(Pointer msg); method ptr_gst_sdp_message_free (line 123) | SDPResult ptr_gst_sdp_message_free(Pointer msg); method gst_sdp_message_new (line 125) | SDPResult gst_sdp_message_new(Pointer[] msg); method gst_sdp_message_parse_buffer (line 127) | SDPResult gst_sdp_message_parse_buffer(byte[] data, int size, Pointer[... method gst_sdp_message_parse_buffer (line 128) | SDPResult gst_sdp_message_parse_buffer(byte[] data, int size, SDPMessa... method gst_sdp_message_copy (line 129) | SDPResult gst_sdp_message_copy(SDPMessage msg, Pointer[] copy); method gst_sdp_message_as_text (line 131) | String gst_sdp_message_as_text(SDPMessage msg); FILE: src/org/freedesktop/gstreamer/lowlevel/GstSampleAPI.java type GstSampleAPI (line 40) | public interface GstSampleAPI extends com.sun.jna.Library { class SampleStruct (line 43) | public static final class SampleStruct extends com.sun.jna.Structure { method SampleStruct (line 55) | public SampleStruct() { method SampleStruct (line 57) | public SampleStruct(Pointer ptr) { method getFieldOrder (line 61) | @Override method gst_sample_get_caps (line 69) | Caps gst_sample_get_caps(Sample sample); method gst_sample_get_buffer (line 70) | Buffer gst_sample_get_buffer(Sample sample); method gst_sample_set_buffer (line 72) | void gst_sample_set_buffer(Sample sample, Buffer buffer); method gst_sample_set_caps (line 73) | void gst_sample_set_caps(Sample sample, Caps caps); FILE: src/org/freedesktop/gstreamer/lowlevel/GstStructureAPI.java type GstStructureAPI (line 34) | public interface GstStructureAPI extends com.sun.jna.Library { method gst_structure_get_type (line 37) | GType gst_structure_get_type(); method gst_structure_get_int (line 39) | boolean gst_structure_get_int(Structure structure, String fieldname, I... method gst_structure_fixate_field_nearest_int (line 40) | boolean gst_structure_fixate_field_nearest_int(Structure structure, St... method gst_structure_to_string (line 41) | @FreeReturnValue String gst_structure_to_string(Structure structure); method gst_structure_from_string (line 42) | @CallerOwnsReturn Structure gst_structure_from_string(String data, Poi... method gst_structure_new_empty (line 43) | @CallerOwnsReturn Structure gst_structure_new_empty(String name); method gst_structure_new (line 44) | @CallerOwnsReturn Structure gst_structure_new(String name, String firs... method ptr_gst_structure_from_string (line 45) | @CallerOwnsReturn Pointer ptr_gst_structure_from_string(String data, P... method ptr_gst_structure_new_empty (line 46) | @CallerOwnsReturn Pointer ptr_gst_structure_new_empty(String name); method ptr_gst_structure_new (line 47) | @CallerOwnsReturn Pointer ptr_gst_structure_new(String name, String fi... method gst_structure_copy (line 48) | @CallerOwnsReturn Structure gst_structure_copy(Structure src); method gst_structure_remove_field (line 49) | void gst_structure_remove_field(Structure structure, String fieldName); method gst_structure_remove_fields (line 50) | void gst_structure_remove_fields(Structure structure, String... fieldN... method gst_structure_remove_all_fields (line 51) | void gst_structure_remove_all_fields(Structure structure); method gst_structure_get_name (line 53) | String gst_structure_get_name(Structure structure); method gst_structure_set_name (line 54) | void gst_structure_set_name(Structure structure, String name); method gst_structure_has_name (line 55) | boolean gst_structure_has_name(Structure structure, String name); method gst_structure_n_fields (line 56) | int gst_structure_n_fields(Structure structure); method gst_structure_nth_field_name (line 57) | String gst_structure_nth_field_name(Structure structure, int index); method gst_structure_has_field (line 58) | boolean gst_structure_has_field(Structure structure, String fieldname); method gst_structure_has_field_typed (line 59) | boolean gst_structure_has_field_typed(Structure structure, String fiel... method gst_structure_is_equal (line 60) | boolean gst_structure_is_equal(Structure structure1, Structure structu... method gst_structure_get_boolean (line 63) | boolean gst_structure_get_boolean(Structure structure, String fieldnam... method gst_structure_get_int (line 64) | boolean gst_structure_get_int(Structure structure, String fieldname, i... method gst_structure_get_uint (line 65) | boolean gst_structure_get_uint(Structure structure, String fieldname, ... method gst_structure_get_fourcc (line 66) | boolean gst_structure_get_fourcc(Structure structure, String fieldname... method gst_structure_get_double (line 67) | boolean gst_structure_get_double(Structure structure, String fieldname... method gst_structure_get_date (line 69) | boolean gst_structure_get_date(Structure structure, String fieldname, ... method gst_structure_get_date (line 70) | boolean gst_structure_get_date(Structure structure, String fieldname, ... method gst_structure_get_string (line 73) | String gst_structure_get_string(Structure structure, String fieldname); method gst_structure_get_enum (line 74) | boolean gst_structure_get_enum(Structure structure, String fieldname, ... method gst_structure_get_fraction (line 75) | boolean gst_structure_get_fraction(Structure structure, String fieldname, method gst_structure_get_value (line 78) | GValue gst_structure_get_value(Structure structure, String fieldname); method gst_structure_set (line 79) | void gst_structure_set(Structure structure, String fieldname, Object..... method gst_structure_free (line 81) | void gst_structure_free(Pointer ptr); FILE: src/org/freedesktop/gstreamer/lowlevel/GstStructurePtr.java class GstStructurePtr (line 24) | public class GstStructurePtr extends GTypedPtr { method GstStructurePtr (line 26) | public GstStructurePtr() { method GstStructurePtr (line 29) | public GstStructurePtr(Pointer ptr) { method getGType (line 33) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/GstTagAPI.java type GstTagAPI (line 24) | public interface GstTagAPI extends com.sun.jna.Library { method gst_tag_exists (line 27) | boolean gst_tag_exists(String tag); method gst_tag_get_type (line 28) | GType gst_tag_get_type(String tag); method gst_tag_get_nick (line 29) | String gst_tag_get_nick(String tag); method gst_tag_get_description (line 30) | String gst_tag_get_description(String tag); method gst_tag_get_flag (line 31) | TagFlag gst_tag_get_flag(String tag); method gst_tag_is_fixed (line 32) | boolean gst_tag_is_fixed(String tag); FILE: src/org/freedesktop/gstreamer/lowlevel/GstTagListAPI.java type GstTagListAPI (line 33) | public interface GstTagListAPI extends com.sun.jna.Library { type TagForeachFunc (line 36) | interface TagForeachFunc extends GstCallback { method callback (line 37) | void callback(Pointer list, String tag, Pointer user_data); type TagMergeFunc (line 39) | interface TagMergeFunc extends GstCallback { method callback (line 40) | void callback(Pointer dest, Pointer src); method ptr_gst_tag_list_new_empty (line 43) | @CallerOwnsReturn Pointer ptr_gst_tag_list_new_empty(); method gst_tag_list_add (line 45) | void gst_tag_list_add(TagList list, TagMergeMode mode, String tag, Obj... method gst_tag_list_copy (line 46) | @CallerOwnsReturn TagList gst_tag_list_copy(TagList list); method ptr_gst_tag_list_copy (line 47) | @CallerOwnsReturn Pointer ptr_gst_tag_list_copy(TagList list); method gst_tag_list_is_empty (line 48) | boolean gst_tag_list_is_empty(TagList list); method gst_tag_list_insert (line 49) | void gst_tag_list_insert(TagList into, TagList from, TagMergeMode mode); method gst_tag_list_merge (line 51) | @CallerOwnsReturn TagList gst_tag_list_merge(TagList list1, TagList li... method ptr_gst_tag_list_merge (line 52) | @CallerOwnsReturn Pointer ptr_gst_tag_list_merge(TagList list1, TagLis... method gst_tag_list_get_tag_size (line 53) | int gst_tag_list_get_tag_size(TagList list, String tag); method gst_tag_list_remove_tag (line 54) | void gst_tag_list_remove_tag(TagList list, TagList tag); method gst_tag_list_foreach (line 55) | void gst_tag_list_foreach(TagList list, TagForeachFunc func, Pointer u... method gst_tag_list_get_char (line 57) | boolean gst_tag_list_get_char(TagList list, String tag, byte[] value); method gst_tag_list_get_char_index (line 58) | boolean gst_tag_list_get_char_index(TagList list, String tag, int inde... method gst_tag_list_get_uchar (line 59) | boolean gst_tag_list_get_uchar(TagList list, String tag, byte[] value); method gst_tag_list_get_uchar_index (line 60) | boolean gst_tag_list_get_uchar_index(TagList list, String tag, int ind... method gst_tag_list_get_boolean (line 61) | boolean gst_tag_list_get_boolean(TagList list, String tag, int[] value); method gst_tag_list_get_boolean_index (line 62) | boolean gst_tag_list_get_boolean_index(TagList list, String tag, int i... method gst_tag_list_get_int (line 63) | boolean gst_tag_list_get_int(TagList list, String tag, int[] value); method gst_tag_list_get_int_index (line 64) | boolean gst_tag_list_get_int_index(TagList list, String tag, int index... method gst_tag_list_get_uint (line 65) | boolean gst_tag_list_get_uint(TagList list, String tag, int[] value); method gst_tag_list_get_uint_index (line 66) | boolean gst_tag_list_get_uint_index(TagList list, String tag, int inde... method gst_tag_list_get_int64 (line 67) | boolean gst_tag_list_get_int64(TagList list, String tag, long[] value); method gst_tag_list_get_int64_index (line 68) | boolean gst_tag_list_get_int64_index(TagList list, String tag, int ind... method gst_tag_list_get_double (line 69) | boolean gst_tag_list_get_double(TagList list, String tag, double[] val... method gst_tag_list_get_double_index (line 70) | boolean gst_tag_list_get_double_index(TagList list, String tag, int in... method gst_tag_list_get_string (line 71) | boolean gst_tag_list_get_string(TagList list, String tag, PointerByRef... method gst_tag_list_get_string_index (line 72) | boolean gst_tag_list_get_string_index(TagList list, String tag, int in... method gst_tag_list_get_string_index (line 73) | boolean gst_tag_list_get_string_index(TagList list, String tag, int in... method gst_tag_list_get_date_index (line 74) | boolean gst_tag_list_get_date_index(TagList list, String tag, int inde... method gst_tag_list_get_date_index (line 75) | boolean gst_tag_list_get_date_index(TagList list, String tag, int inde... method gst_tag_list_get_date_time (line 76) | boolean gst_tag_list_get_date_time(TagList list, String tag, PointerBy... method gst_tag_list_get_date_time_index (line 77) | boolean gst_tag_list_get_date_time_index(TagList list, String tag, int... FILE: src/org/freedesktop/gstreamer/lowlevel/GstTimedValueControlSourcePtr.java class GstTimedValueControlSourcePtr (line 23) | public class GstTimedValueControlSourcePtr extends GstControlSourcePtr { method GstTimedValueControlSourcePtr (line 25) | public GstTimedValueControlSourcePtr() { method GstTimedValueControlSourcePtr (line 28) | public GstTimedValueControlSourcePtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstTriggerControlSourcePtr.java class GstTriggerControlSourcePtr (line 23) | public class GstTriggerControlSourcePtr extends GstTimedValueControlSour... method GstTriggerControlSourcePtr (line 25) | public GstTriggerControlSourcePtr() { method GstTriggerControlSourcePtr (line 28) | public GstTriggerControlSourcePtr(Pointer ptr) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstTypes.java class GstTypes (line 34) | public class GstTypes { method GstTypes (line 43) | private GstTypes() { method register (line 52) | public static void register(TypeRegistration registration) { method registrationFor (line 62) | public static final TypeRegistration registrationFor(final GType gT... method classFor (line 92) | public static final Class classFor(final GType... method typeFor (line 98) | public static final GType typeFor(Class cls) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstValueAPI.java type GstValueAPI (line 29) | public interface GstValueAPI extends com.sun.jna.Library { method gst_fourcc_get_type (line 32) | GType gst_fourcc_get_type(); method gst_int_range_get_type (line 33) | GType gst_int_range_get_type(); method gst_double_range_get_type (line 34) | GType gst_double_range_get_type(); method gst_fraction_range_get_type (line 35) | GType gst_fraction_range_get_type(); method gst_value_list_get_type (line 36) | GType gst_value_list_get_type(); method gst_fraction_get_type (line 37) | GType gst_fraction_get_type(); method gst_value_get_fraction_numerator (line 39) | int gst_value_get_fraction_numerator(GValue value); method gst_value_get_fraction_denominator (line 40) | int gst_value_get_fraction_denominator(GValue value); method gst_value_get_fraction_range_min (line 41) | GValue gst_value_get_fraction_range_min(GValue value); method gst_value_get_fraction_range_max (line 42) | GValue gst_value_get_fraction_range_max(GValue value); method gst_value_get_double_range_min (line 43) | double gst_value_get_double_range_min(GValue value); method gst_value_get_double_range_max (line 44) | double gst_value_get_double_range_max(GValue value); method gst_value_get_int_range_min (line 45) | int gst_value_get_int_range_min(GValue value); method gst_value_get_int_range_max (line 46) | int gst_value_get_int_range_max(GValue value); method gst_value_list_get_size (line 47) | int gst_value_list_get_size(GValue value); method gst_value_list_get_value (line 48) | GValue gst_value_list_get_value(GValue value, int index); method gst_value_deserialize (line 50) | boolean gst_value_deserialize(GValue value, String src); method gst_value_serialize (line 51) | Pointer gst_value_serialize(GValue value); FILE: src/org/freedesktop/gstreamer/lowlevel/GstVideoAPI.java type GstVideoAPI (line 29) | public interface GstVideoAPI extends Library { method gst_video_time_code_new_empty (line 32) | @CallerOwnsReturn method gst_video_time_code_free (line 34) | void gst_video_time_code_free(Pointer gstVideoTimeCode); method gst_video_frame_rate (line 35) | GValue gst_video_frame_rate(Pad pad); method gst_video_get_size (line 36) | boolean gst_video_get_size(Pad pad, int [] width, int [] height); method ptr_gst_video_event_new_downstream_force_key_unit (line 39) | Pointer ptr_gst_video_event_new_downstream_force_key_unit( method ptr_gst_video_event_new_upstream_force_key_unit (line 43) | Pointer ptr_gst_video_event_new_upstream_force_key_unit( method gst_video_time_code_meta_api_get_type (line 46) | GType gst_video_time_code_meta_api_get_type(); method gst_video_crop_meta_api_get_type (line 48) | GType gst_video_crop_meta_api_get_type(); method gst_video_gl_texture_upload_meta_api_get_type (line 50) | GType gst_video_gl_texture_upload_meta_api_get_type(); method gst_video_meta_api_get_type (line 52) | GType gst_video_meta_api_get_type(); method gst_video_region_of_interest_meta_api_get_type (line 54) | GType gst_video_region_of_interest_meta_api_get_type(); class GstVideoTimeCodeMetaStruct (line 59) | @Structure.FieldOrder({"meta", "tc"}) method GstVideoTimeCodeMetaStruct (line 64) | public GstVideoTimeCodeMetaStruct(Pointer p) { class GstVideoTimeCodeStruct (line 70) | @Structure.FieldOrder({"config", "hours", "minutes", "seconds", "frame... class ByValue (line 73) | public static class ByValue extends GstVideoTimeCodeStruct implement... method GstVideoTimeCodeStruct (line 83) | public GstVideoTimeCodeStruct() { method GstVideoTimeCodeStruct (line 86) | public GstVideoTimeCodeStruct(Pointer p) { class GstVideoTimeCodeConfigStruct (line 92) | @Structure.FieldOrder({"fps_n", "fps_d", "flags", "latest_daily_jam"}) class ByValue (line 96) | public static class ByValue extends GstVideoTimeCodeConfigStruct imp... method GstVideoTimeCodeConfigStruct (line 104) | public GstVideoTimeCodeConfigStruct() { method GstVideoTimeCodeConfigStruct (line 107) | public GstVideoTimeCodeConfigStruct(Pointer p) { FILE: src/org/freedesktop/gstreamer/lowlevel/GstVideoOrientationAPI.java type GstVideoOrientationAPI (line 27) | public interface GstVideoOrientationAPI extends Library { method gst_video_orientation_get_type (line 30) | GType gst_video_orientation_get_type(); method gst_video_orientation_set_hflip (line 41) | boolean gst_video_orientation_set_hflip(VideoOrientation video_orienta... method gst_video_orientation_set_vflip (line 43) | boolean gst_video_orientation_set_vflip(VideoOrientation video_orienta... method gst_video_orientation_set_hcenter (line 45) | boolean gst_video_orientation_set_hcenter(VideoOrientation video_orien... method gst_video_orientation_set_vcenter (line 47) | boolean gst_video_orientation_set_vcenter(VideoOrientation video_orien... FILE: src/org/freedesktop/gstreamer/lowlevel/GstVideoOverlayAPI.java type GstVideoOverlayAPI (line 30) | public interface GstVideoOverlayAPI extends Library { method gst_video_overlay_get_type (line 33) | GType gst_video_overlay_get_type(); method gst_video_overlay_set_window_handle (line 35) | void gst_video_overlay_set_window_handle(VideoOverlay overlay, Pointer... method gst_video_overlay_got_window_handle (line 37) | void gst_video_overlay_got_window_handle(VideoOverlay overlay, NativeL... method gst_video_overlay_prepare_xwindow_id (line 39) | void gst_video_overlay_prepare_xwindow_id(VideoOverlay overlay); method gst_video_overlay_expose (line 41) | void gst_video_overlay_expose(VideoOverlay overlay); method gst_video_overlay_handle_events (line 43) | void gst_video_overlay_handle_events(VideoOverlay overlay, boolean han... method gst_video_overlay_set_render_rectangle (line 45) | boolean gst_video_overlay_set_render_rectangle(VideoOverlay overlay, i... method gst_is_video_overlay_prepare_window_handle_message (line 47) | boolean gst_is_video_overlay_prepare_window_handle_message(Message mes... FILE: src/org/freedesktop/gstreamer/lowlevel/GstWebRTCSessionDescriptionAPI.java type GstWebRTCSessionDescriptionAPI (line 37) | public interface GstWebRTCSessionDescriptionAPI extends com.sun.jna.Libr... class WebRTCSessionDescriptionStruct (line 41) | public static final class WebRTCSessionDescriptionStruct extends com.s... method WebRTCSessionDescriptionStruct (line 45) | public WebRTCSessionDescriptionStruct(final Pointer ptr) { method getFieldOrder (line 49) | @Override method gst_webrtc_session_description_get_type (line 55) | GType gst_webrtc_session_description_get_type(); method gst_webrtc_session_description_new (line 57) | @CallerOwnsReturn WebRTCSessionDescription gst_webrtc_session_descript... method ptr_gst_webrtc_session_description_new (line 58) | @CallerOwnsReturn Pointer ptr_gst_webrtc_session_description_new(WebRT... method gst_webrtc_session_description_copy (line 60) | @CallerOwnsReturn WebRTCSessionDescription gst_webrtc_session_descript... method ptr_gst_webrtc_session_description_copy (line 61) | @CallerOwnsReturn Pointer ptr_gst_webrtc_session_description_copy(WebR... method gst_webrtc_session_description_free (line 63) | void gst_webrtc_session_description_free(Pointer desc); FILE: src/org/freedesktop/gstreamer/lowlevel/IntPtr.java class IntPtr (line 22) | @SuppressWarnings("serial") method IntPtr (line 25) | public IntPtr(int value) { method toString (line 29) | public String toString() { method intValue (line 33) | public int intValue() { method longValue (line 37) | public long longValue() { method floatValue (line 41) | public float floatValue() { method doubleValue (line 45) | public double doubleValue() { FILE: src/org/freedesktop/gstreamer/lowlevel/MainLoop.java class MainLoop (line 39) | public class MainLoop extends RefCountedObject { method MainLoop (line 52) | public MainLoop() { method MainLoop (line 56) | public MainLoop(GMainContext ctx) { method MainLoop (line 68) | public MainLoop(Initializer init) { method quit (line 75) | public void quit() { method run (line 88) | public void run() { method isRunning (line 97) | public boolean isRunning() { method getMainContext (line 106) | public GMainContext getMainContext() { method startInBackground (line 113) | public void startInBackground() { method invokeAndWait (line 132) | public void invokeAndWait(Runnable r) { method callback (line 144) | public boolean callback(Pointer source) { method invokeLater (line 167) | public void invokeLater(final Runnable r) { class Handle (line 183) | private final static class Handle extends RefCountedObject.Handle { method Handle (line 185) | public Handle(GPointer ptr, boolean ownsHandle) { method disposeNativeHandle (line 189) | @Override method ref (line 194) | @Override method unref (line 199) | @Override FILE: src/org/freedesktop/gstreamer/lowlevel/ReferenceManager.java class ReferenceManager (line 30) | public class ReferenceManager { method ReferenceManager (line 31) | private ReferenceManager() {} method addKeepAliveReference (line 39) | public static T addKeepAliveReference(T ref, RefCou... class StaticData (line 49) | private static class StaticData { method run (line 55) | public void run() { FILE: src/org/freedesktop/gstreamer/message/BufferingMessage.java class BufferingMessage (line 44) | public class BufferingMessage extends Message { method BufferingMessage (line 50) | BufferingMessage(Initializer init) { method BufferingMessage (line 59) | public BufferingMessage(GstObject src, int percent) { method getPercent (line 68) | public int getPercent() { FILE: src/org/freedesktop/gstreamer/message/DurationChangedMessage.java class DurationChangedMessage (line 37) | public class DurationChangedMessage extends Message { method DurationChangedMessage (line 44) | DurationChangedMessage(Initializer init) { method DurationChangedMessage (line 53) | public DurationChangedMessage(GstObject src) { FILE: src/org/freedesktop/gstreamer/message/EOSMessage.java class EOSMessage (line 38) | public class EOSMessage extends Message { method EOSMessage (line 45) | EOSMessage(Initializer init) { method EOSMessage (line 54) | public EOSMessage(GstObject src) { FILE: src/org/freedesktop/gstreamer/message/ErrorMessage.java class ErrorMessage (line 36) | public class ErrorMessage extends GErrorMessage { method ErrorMessage (line 43) | ErrorMessage(Initializer init) { method parseMessage (line 52) | @Override FILE: src/org/freedesktop/gstreamer/message/GErrorMessage.java class GErrorMessage (line 30) | abstract class GErrorMessage extends Message { method GErrorMessage (line 36) | GErrorMessage(Initializer init) { method parseMessage (line 40) | abstract GstAPI.GErrorStruct parseMessage(); method getCode (line 47) | public int getCode() { method getMessage (line 62) | public String getMessage() { FILE: src/org/freedesktop/gstreamer/message/InfoMessage.java class InfoMessage (line 33) | public class InfoMessage extends GErrorMessage { method InfoMessage (line 40) | InfoMessage(Initializer init) { method parseMessage (line 49) | @Override FILE: src/org/freedesktop/gstreamer/message/LatencyMessage.java class LatencyMessage (line 34) | public class LatencyMessage extends Message { method LatencyMessage (line 41) | LatencyMessage(Initializer init) { method LatencyMessage (line 50) | public LatencyMessage(GstObject source) { FILE: src/org/freedesktop/gstreamer/message/Message.java class Message (line 64) | @HasSubtype method Message (line 93) | Message(Initializer init) { method Message (line 97) | Message(Handle handle, boolean needRef) { method getSource (line 107) | public GstObject getSource() { method getStructure (line 116) | public Structure getStructure() { method getType (line 125) | public MessageType getType() { method create (line 130) | private static Message create(Initializer init) { class Types (line 138) | public static class Types implements TypeProvider { method types (line 140) | @Override class Handle (line 149) | static class Handle extends MiniObject.Handle { method Handle (line 151) | Handle(GstMessagePtr ptr, boolean ownsHandle) { method getPointer (line 155) | @Override FILE: src/org/freedesktop/gstreamer/message/MessageType.java type MessageType (line 38) | public enum MessageType implements NativeEnum { method MessageType (line 260) | private MessageType(int type) { method intValue (line 269) | @Override FILE: src/org/freedesktop/gstreamer/message/NeedContextMessage.java class NeedContextMessage (line 29) | public class NeedContextMessage extends Message { method NeedContextMessage (line 36) | NeedContextMessage(Initializer init) { method NeedContextMessage (line 45) | public NeedContextMessage(GstObject src, String context_type) { method getContextType (line 54) | public String getContextType() { FILE: src/org/freedesktop/gstreamer/message/SegmentDoneMessage.java class SegmentDoneMessage (line 39) | public class SegmentDoneMessage extends Message { method SegmentDoneMessage (line 46) | SegmentDoneMessage(Initializer init) { method SegmentDoneMessage (line 57) | public SegmentDoneMessage(GstObject src, Format format, long position) { method getFormat (line 66) | public Format getFormat() { method getPosition (line 77) | public long getPosition() { FILE: src/org/freedesktop/gstreamer/message/StateChangedMessage.java class StateChangedMessage (line 37) | public class StateChangedMessage extends Message { method StateChangedMessage (line 43) | StateChangedMessage(Initializer init) { method StateChangedMessage (line 55) | public StateChangedMessage(GstObject src, State old, State current, St... method getOldState (line 64) | public State getOldState() { method getNewState (line 75) | public State getNewState() { method getPendingState (line 86) | public State getPendingState() { FILE: src/org/freedesktop/gstreamer/message/TagMessage.java class TagMessage (line 36) | public class TagMessage extends Message { method TagMessage (line 43) | TagMessage(Initializer init) { method TagMessage (line 56) | public TagMessage(GstObject src, TagList tagList) { method getTagList (line 65) | public TagList getTagList() { FILE: src/org/freedesktop/gstreamer/message/WarningMessage.java class WarningMessage (line 33) | public class WarningMessage extends GErrorMessage { method WarningMessage (line 40) | WarningMessage(Initializer init) { method parseMessage (line 49) | @Override FILE: src/org/freedesktop/gstreamer/query/AllocationQuery.java class AllocationQuery (line 39) | public class AllocationQuery extends Query { method AllocationQuery (line 46) | AllocationQuery(Initializer init) { method AllocationQuery (line 56) | public AllocationQuery(Caps caps, boolean need_pool) { method isPoolNeeded (line 65) | public boolean isPoolNeeded() { method getCaps (line 76) | public Caps getCaps() { method addAllocationMeta (line 84) | void addAllocationMeta(GType api, Structure params) { method addAllocationPool (line 96) | public void addAllocationPool(BufferPool pool, int size, int min_buffe... FILE: src/org/freedesktop/gstreamer/query/ConvertQuery.java class ConvertQuery (line 36) | public class ConvertQuery extends Query { method ConvertQuery (line 38) | ConvertQuery(Initializer init) { method ConvertQuery (line 49) | public ConvertQuery(Format srcFormat, long value, Format destFormat) { method setConvert (line 61) | public void setConvert(Format srcFormat, long srcValue, Format dstForm... method getSourceFormat (line 70) | public Format getSourceFormat() { method getDestinationFormat (line 81) | public Format getDestinationFormat() { method getSourceValue (line 92) | public long getSourceValue() { method getDestinationValue (line 103) | public long getDestinationValue() { FILE: src/org/freedesktop/gstreamer/query/DurationQuery.java class DurationQuery (line 37) | public class DurationQuery extends Query { method DurationQuery (line 39) | DurationQuery(Initializer init) { method DurationQuery (line 49) | public DurationQuery(Format format) { method setDuration (line 60) | public void setDuration(Format format, long duration) { method getFormat (line 69) | public Format getFormat() { method getDuration (line 81) | public long getDuration() { method toString (line 92) | @Override FILE: src/org/freedesktop/gstreamer/query/FormatsQuery.java class FormatsQuery (line 40) | public class FormatsQuery extends Query { method FormatsQuery (line 45) | public FormatsQuery() { method FormatsQuery (line 49) | FormatsQuery(Initializer init) { method setFormats (line 58) | public void setFormats(Format... formats) { method getCount (line 67) | public int getCount() { method getFormat (line 79) | public Format getFormat(int index) { method getFormats (line 90) | public List getFormats() { FILE: src/org/freedesktop/gstreamer/query/LatencyQuery.java class LatencyQuery (line 35) | public class LatencyQuery extends Query { method LatencyQuery (line 37) | LatencyQuery(Initializer init) { method LatencyQuery (line 46) | public LatencyQuery() { method setLatency (line 57) | public void setLatency(boolean live, long minLatency, long maxLatency) { method isLive (line 66) | public boolean isLive() { method getMinimumLatency (line 77) | public long getMinimumLatency() { method getMaximumLatency (line 88) | public long getMaximumLatency() { method toString (line 99) | @Override FILE: src/org/freedesktop/gstreamer/query/PositionQuery.java class PositionQuery (line 36) | public class PositionQuery extends Query { method PositionQuery (line 38) | PositionQuery(Initializer init) { method PositionQuery (line 49) | public PositionQuery(Format format) { method setPosition (line 60) | public void setPosition(Format format, long position) { method getFormat (line 69) | public Format getFormat() { method getPosition (line 80) | public long getPosition() { method toString (line 91) | @Override FILE: src/org/freedesktop/gstreamer/query/Query.java class Query (line 44) | @HasSubtype method Query (line 68) | Query(Initializer init) { method getStructure (line 77) | public Structure getStructure() { method create (line 81) | private static Query create(Initializer init) { class Types (line 87) | public static class Types implements TypeProvider { method types (line 89) | @Override FILE: src/org/freedesktop/gstreamer/query/QueryType.java type QueryType (line 30) | public enum QueryType implements NativeEnum { method QueryType (line 119) | private QueryType(int num, int flags) { method QueryType (line 123) | private QueryType(int value) { method intValue (line 132) | public int intValue() { class Flags (line 136) | private static final class Flags { FILE: src/org/freedesktop/gstreamer/query/SeekingQuery.java class SeekingQuery (line 36) | public class SeekingQuery extends Query { method SeekingQuery (line 38) | SeekingQuery(Initializer init) { method SeekingQuery (line 48) | public SeekingQuery(Format format) { method setSeeking (line 61) | public void setSeeking(Format format, boolean seekable, long start, lo... method isSeekable (line 70) | public boolean isSeekable() { method getFormat (line 81) | public Format getFormat() { method getStart (line 92) | public long getStart() { method getEnd (line 103) | public long getEnd() { FILE: src/org/freedesktop/gstreamer/query/SegmentQuery.java class SegmentQuery (line 37) | public class SegmentQuery extends Query { method SegmentQuery (line 39) | SegmentQuery(Initializer init) { method SegmentQuery (line 48) | public SegmentQuery(Format format) { method setSegment (line 71) | public void setSegment(double rate, Format format, long startValue, lo... method getRate (line 80) | public double getRate() { method getFormat (line 91) | public Format getFormat() { method getStart (line 102) | public long getStart() { method getEnd (line 113) | public long getEnd() { FILE: src/org/freedesktop/gstreamer/video/Video.java class Video (line 28) | public final class Video { method Video (line 30) | private Video() { class Types (line 36) | public static class Types implements NativeObject.TypeProvider { method types (line 38) | @Override FILE: src/org/freedesktop/gstreamer/video/VideoTimeCode.java class VideoTimeCode (line 34) | @Gst.Since(minor = 10) method VideoTimeCode (line 44) | VideoTimeCode(GstVideoTimeCodeStruct struct) { method VideoTimeCode (line 48) | private VideoTimeCode(GstVideoTimeCodeStruct struct, Handle handle) { method getConfig (line 54) | public VideoTimeCodeConfig getConfig() { method getHours (line 63) | public int getHours() { method getMinutes (line 72) | public int getMinutes() { method getSeconds (line 81) | public int getSeconds() { method getFrames (line 90) | public int getFrames() { method toString (line 94) | @Override method disown (line 99) | @Override class Handle (line 105) | private static final class Handle extends NativeObject.Handle{ method Handle (line 113) | public Handle(GPointer ptr, boolean ownsReference) { method disposeNativeHandle (line 117) | @Override method getPointer (line 122) | @Override FILE: src/org/freedesktop/gstreamer/video/VideoTimeCodeConfig.java class VideoTimeCodeConfig (line 35) | @Gst.Since(minor = 10) method VideoTimeCodeConfig (line 40) | VideoTimeCodeConfig(GstVideoTimeCodeConfigStruct struct) { method VideoTimeCodeConfig (line 44) | private VideoTimeCodeConfig(GstVideoTimeCodeConfigStruct struct, Handl... method getFlags (line 54) | public EnumSet getFlags() { method getNumerator (line 63) | public int getNumerator() { method getDenominator (line 72) | public int getDenominator() { method toString (line 76) | @Override class Handle (line 86) | private static final class Handle extends NativeObject.Handle { method Handle (line 94) | public Handle(GPointer ptr, boolean ownsReference) { method disposeNativeHandle (line 98) | @Override method getPointer (line 104) | @Override FILE: src/org/freedesktop/gstreamer/video/VideoTimeCodeFlags.java type VideoTimeCodeFlags (line 31) | public enum VideoTimeCodeFlags implements NativeFlags { method VideoTimeCodeFlags (line 48) | VideoTimeCodeFlags(int value) { method intValue (line 52) | @Override FILE: src/org/freedesktop/gstreamer/video/VideoTimeCodeMeta.java class VideoTimeCodeMeta (line 33) | @Gst.Since(minor = 10) method VideoTimeCodeMeta (line 49) | VideoTimeCodeMeta(Initializer init) { method getTimeCode (line 61) | public VideoTimeCode getTimeCode() { method disown (line 65) | @Override FILE: src/org/freedesktop/gstreamer/webrtc/WebRTC.java class WebRTC (line 28) | public class WebRTC { method WebRTC (line 30) | private WebRTC() { class Types (line 33) | public static class Types implements NativeObject.TypeProvider { method types (line 35) | @Override FILE: src/org/freedesktop/gstreamer/webrtc/WebRTCBin.java class WebRTCBin (line 41) | @Gst.Since(minor = 14) method WebRTCBin (line 47) | WebRTCBin(Initializer init) { method WebRTCBin (line 51) | public WebRTCBin(String name) { type ON_NEGOTIATION_NEEDED (line 60) | public static interface ON_NEGOTIATION_NEEDED { method onNegotiationNeeded (line 65) | public void onNegotiationNeeded(Element elem); type ON_ICE_CANDIDATE (line 71) | public static interface ON_ICE_CANDIDATE { method onIceCandidate (line 78) | public void onIceCandidate(int sdpMLineIndex, String candidate); type CREATE_OFFER (line 84) | public static interface CREATE_OFFER { method onOfferCreated (line 89) | public void onOfferCreated(WebRTCSessionDescription offer); type CREATE_ANSWER (line 95) | public static interface CREATE_ANSWER { method onAnswerCreated (line 100) | public void onAnswerCreated(WebRTCSessionDescription answer); method connect (line 108) | public void connect(final ON_NEGOTIATION_NEEDED listener) { method connect (line 122) | public void connect(final ON_ICE_CANDIDATE listener) { method createOffer (line 140) | public void createOffer(final CREATE_OFFER listener) { method createAnswer (line 164) | public void createAnswer(final CREATE_ANSWER listener) { method addIceCandidate (line 184) | public void addIceCandidate(int sdpMLineIndex, String candidate) { method setLocalDescription (line 195) | public void setLocalDescription(WebRTCSessionDescription description) { method setRemoteDescription (line 211) | public void setRemoteDescription(WebRTCSessionDescription description) { method setStunServer (line 226) | public void setStunServer(String server) { method getStunServer (line 235) | public String getStunServer() { method setTurnServer (line 246) | public void setTurnServer(String server) { method getTurnServer (line 255) | public String getTurnServer() { method getConnectionState (line 265) | public WebRTCPeerConnectionState getConnectionState() { method getICEGatheringState (line 274) | public WebRTCICEGatheringState getICEGatheringState() { method getLocalDescription (line 283) | public WebRTCSessionDescription getLocalDescription() { method getRemoteDescription (line 294) | public WebRTCSessionDescription getRemoteDescription() { FILE: src/org/freedesktop/gstreamer/webrtc/WebRTCICEGatheringState.java type WebRTCICEGatheringState (line 10) | @Gst.Since(minor = 14) method WebRTCICEGatheringState (line 21) | private WebRTCICEGatheringState(int value) { method intValue (line 25) | @Override FILE: src/org/freedesktop/gstreamer/webrtc/WebRTCPeerConnectionState.java type WebRTCPeerConnectionState (line 27) | @Gst.Since(minor = 14) method WebRTCPeerConnectionState (line 44) | private WebRTCPeerConnectionState(int value) { method intValue (line 48) | @Override FILE: src/org/freedesktop/gstreamer/webrtc/WebRTCSDPType.java type WebRTCSDPType (line 29) | @Gst.Since(minor = 12) method WebRTCSDPType (line 38) | private WebRTCSDPType(int value) { method intValue (line 46) | @Override FILE: src/org/freedesktop/gstreamer/webrtc/WebRTCSessionDescription.java class WebRTCSessionDescription (line 37) | public class WebRTCSessionDescription extends NativeObject { method WebRTCSessionDescription (line 48) | WebRTCSessionDescription(Initializer init) { method WebRTCSessionDescription (line 60) | public WebRTCSessionDescription(WebRTCSDPType type, SDPMessage sdpMess... method getSDPMessage (line 69) | public SDPMessage getSDPMessage() { class Handle (line 83) | private static final class Handle extends NativeObject.Handle { method Handle (line 85) | public Handle(GPointer ptr, boolean ownsHandle) { method disposeNativeHandle (line 89) | @Override FILE: test/org/freedesktop/gstreamer/BinTest.java class BinTest (line 46) | public class BinTest { method BinTest (line 47) | public BinTest() { method setUpClass (line 50) | @BeforeClass method tearDownClass (line 55) | @AfterClass method setUp (line 60) | @Before method tearDown (line 64) | @After method testGetElements (line 68) | @Test method testGetSinks (line 79) | @Test method testGetSources (line 90) | @Test method testGetElementByName (line 100) | @Test method testElementAddedCallback (line 111) | @Test method testElementRemovedCallback (line 129) | @Test method addLinked (line 147) | @Test method addSelf (line 200) | @Test method iterateSorted (line 209) | public void iterateSorted() { method testParseBin (line 246) | @Test method testParseBinElementCount (line 253) | @Test method testParseBinSrcElement (line 260) | @Test method testParseBinSinkElement (line 267) | @Test method testParseBinDisabledGhostPadsForSource (line 274) | @Test method testParseBinDisabledGhostPadsForSink (line 281) | @Test method testParseBinEnabledGhostPadsForSource (line 288) | @Test method testParseBinEnabledGhostPadsForSink (line 295) | @Test method testParseBinEnabledGhostPadsForSourceWithNoUsablePads (line 302) | @Test method testParseBinEnabledGhostPadsForSinkWithNoUsablePads (line 309) | @Test method testParseBinEnabledGhostPadsWithNoUsablePads (line 316) | @Test FILE: test/org/freedesktop/gstreamer/BufferFieldsTest.java class BufferFieldsTest (line 11) | public class BufferFieldsTest { method setUpClass (line 13) | @BeforeClass method tearDownClass (line 18) | @AfterClass method setUp (line 25) | @Before method setPTS (line 30) | @Test method setDTS (line 37) | @Test method setDuration (line 44) | @Test method setOffset (line 51) | @Test method setOffsetEnd (line 58) | @Test method setFlags (line 65) | @Test FILE: test/org/freedesktop/gstreamer/BufferProbeTester.java class BufferProbeTester (line 39) | public class BufferProbeTester { method test (line 41) | public static void test(Consumer callback) { method test (line 45) | public static void test(Consumer callback, String pipelineDesc... method test (line 49) | public static void test(Consumer callback, String pipelineDesc... class BufferProbe (line 79) | private static class BufferProbe implements Pad.DATA_PROBE { method BufferProbe (line 88) | BufferProbe(Consumer callback) { method BufferProbe (line 92) | BufferProbe(Consumer callback, int skip) { method dataReceived (line 98) | @Override method await (line 119) | void await(long millis) throws InterruptedException, TimeoutException { FILE: test/org/freedesktop/gstreamer/BusTest.java class BusTest (line 41) | public class BusTest { method BusTest (line 43) | public BusTest() { method setUpClass (line 46) | @BeforeClass method tearDownClass (line 51) | @AfterClass method setUp (line 56) | @Before method tearDown (line 60) | @After method endOfStream (line 64) | @Test method stateChanged (line 92) | @Test method asyncDone (line 110) | @Test method errorMessage (line 126) | @Test method warningMessage (line 151) | @Test method infoMessage (line 177) | @Test method bufferingData (line 203) | @Test method tagsFound (line 229) | @Test method durationChanged (line 252) | @Test method segmentDone (line 272) | @Test method anyMessage (line 298) | @Test method postMessage (line 322) | @Test method syncHandler (line 349) | @Test method syncHandlerRemoval (line 383) | @Test method listenerRemoval (line 417) | @Test method extendedMessageIssue202 (line 451) | @Test FILE: test/org/freedesktop/gstreamer/CapsTest.java class CapsTest (line 38) | public class CapsTest { method CapsTest (line 40) | public CapsTest() { method setUpClass (line 43) | @BeforeClass method tearDownClass (line 48) | @AfterClass method capsMerge (line 53) | @Test method capsAppend (line 85) | @Test method simplify (line 121) | @Test method truncate (line 158) | @Test method mergeANYAndSpecific (line 173) | @Test method mergeSpecificAndANY (line 195) | @Test method mergeSpecificAndEMPTY (line 217) | @Test method mergeEMPTYAndSpecific (line 239) | @Test method mergeSame (line 261) | @Test method mergeSameWithDifferentOrder (line 282) | @Test method mergeSameWithBufferData (line 303) | @Test public void mergeSameWithBufferData() { method mergeSameWithBufferDataReversed (line 322) | @Test public void mergeSameWithBufferDataReversed() { method mergeSameWithBufferDataSame (line 341) | @Test public void mergeSameWithBufferDataSame() { method mergeDifferentWithBufferDataSame (line 360) | @Test public void mergeDifferentWithBufferDataSame() { method mergeSubset (line 379) | @Test public void mergeSubset() { method intersect (line 400) | @Test public void intersect() { method intersectUnspecified (line 426) | @Test public void intersectUnspecified() { method intersectUnequal (line 451) | @Test public void intersectUnequal() { method intersectDifferentType (line 465) | @Test public void intersectDifferentType() { FILE: test/org/freedesktop/gstreamer/ClockTest.java class ClockTest (line 30) | public class ClockTest { method beforeClass (line 32) | @BeforeClass method afterClass (line 37) | @AfterClass method calibrationTest (line 42) | @Test FILE: test/org/freedesktop/gstreamer/ClockTimeTest.java class ClockTimeTest (line 39) | public class ClockTimeTest { method ClockTimeTest (line 41) | public ClockTimeTest() { method setUpClass (line 44) | @BeforeClass method tearDownClass (line 48) | @AfterClass method setUp (line 52) | @Before method tearDown (line 56) | @After method toSeconds (line 60) | @Test public void toSeconds() { method toMillis (line 65) | @Test public void toMillis() { method toMicros (line 70) | @Test public void toMicros() { method toStringRepresentation (line 75) | @Test public void toStringRepresentation() { FILE: test/org/freedesktop/gstreamer/ContextTest.java class ContextTest (line 11) | public class ContextTest { method setUpClass (line 13) | @BeforeClass method tearDownClass (line 18) | @AfterClass method testConstruction (line 23) | @Test FILE: test/org/freedesktop/gstreamer/ElementFactoryTest.java class ElementFactoryTest (line 45) | @SuppressWarnings("deprecation") method ElementFactoryTest (line 48) | public ElementFactoryTest() { method setUpClass (line 51) | @BeforeClass method tearDownClass (line 56) | @AfterClass method setUp (line 61) | @Before method tearDown (line 65) | @After method testMakeFakesink (line 68) | @Test method testMakeFakesrc (line 73) | @Test method testMakeFilesink (line 78) | @Test method testMakeFilesrc (line 83) | @Test method testMakeBin (line 88) | @Test method testMakePipeline (line 94) | @Test method testMakePlaybin (line 101) | @Test method testMakeDecodeBin (line 109) | @Test method testMakeURIDecodeBin (line 116) | @Test method testCreateFakesrc (line 123) | @Test method testCreateBin (line 130) | @Test method testCreatePipeline (line 138) | @Test method testCreatePlaybin (line 147) | @Test method testGarbageCollection (line 158) | @Test method testMakeGarbageCollection (line 166) | @Test method testCreateGarbageCollection (line 174) | @Test method getStaticPadTemplates (line 183) | @Test method listGetElement (line 193) | @Test method filterList2 (line 224) | @Test method testMetaData (line 238) | @Test FILE: test/org/freedesktop/gstreamer/ElementTest.java class ElementTest (line 42) | public class ElementTest { method ElementTest (line 44) | public ElementTest() { method setUpClass (line 47) | @BeforeClass method tearDownClass (line 52) | @AfterClass method setUp (line 57) | @Before method tearDown (line 61) | @After method getPads (line 70) | @Test method getSinkPads (line 76) | @Test method getSrcPads (line 82) | @Test method setState (line 88) | @Test method getState (line 95) | @Test method postMessage (line 104) | @Test public void postMessage() { method testContext (line 125) | @Test public void testContext() { FILE: test/org/freedesktop/gstreamer/EnumTest.java class EnumTest (line 36) | public class EnumTest { method EnumTest (line 38) | public EnumTest() { method setUpClass (line 41) | @BeforeClass method tearDownClass (line 46) | @AfterClass method setUp (line 51) | @Before method tearDown (line 55) | @After type TestEnum (line 58) | private static enum TestEnum { method valueOfInt (line 68) | @Test public void valueOfInt() { FILE: test/org/freedesktop/gstreamer/ExecutorServiceTest.java class ExecutorServiceTest (line 43) | public class ExecutorServiceTest { method ExecutorServiceTest (line 45) | public ExecutorServiceTest() { method setUpClass (line 48) | @BeforeClass method tearDownClass (line 54) | @AfterClass method setUp (line 60) | @Before method tearDown (line 64) | @After class TestExec (line 67) | private static class TestExec { method run (line 71) | public TestExec run() { method execute (line 78) | public void execute(Runnable run) { method quit (line 81) | public void quit() { method fired (line 84) | public void fired() { method hasFired (line 88) | public boolean hasFired() { method execute (line 93) | @Test public void execute() { method submit (line 104) | @Test public void submit() throws Exception { method oneShotTimeout (line 120) | @Test public void oneShotTimeout() { method timeoutWithReturnValue (line 132) | @Test public void timeoutWithReturnValue() throws Exception { method periodicTimeout (line 148) | @Test public void periodicTimeout() { FILE: test/org/freedesktop/gstreamer/GCTracker.java class GCTracker (line 40) | public class GCTracker { method GCTracker (line 48) | public GCTracker(GObject obj) { method GCTracker (line 55) | public GCTracker(MiniObject obj) { method waitGC (line 65) | public boolean waitGC() { method waitDestroyed (line 69) | public boolean waitDestroyed() { method callback (line 81) | @Override method callback (line 95) | @Override method waitGC (line 106) | public static boolean waitGC(WeakReference ref) { FILE: test/org/freedesktop/gstreamer/GLibTest.java class GLibTest (line 23) | public class GLibTest { method getEnv (line 25) | @Test method setUnsetEnv (line 33) | @Test FILE: test/org/freedesktop/gstreamer/GarbageCollectionEDTTest.java class GarbageCollectionEDTTest (line 35) | public class GarbageCollectionEDTTest { method GarbageCollectionEDTTest (line 37) | public GarbageCollectionEDTTest() { method setUpClass (line 40) | @BeforeClass method tearDownClass (line 46) | @AfterClass method setUp (line 51) | @Before method tearDown (line 55) | @After method testElement (line 59) | @Test method testBin (line 69) | @Test method testBinRetrieval (line 91) | @Test method pipeline (line 109) | @Test method pipelineBus (line 119) | @Test method busWithListeners (line 135) | @Test FILE: test/org/freedesktop/gstreamer/GarbageCollectionTest.java class GarbageCollectionTest (line 39) | public class GarbageCollectionTest { method GarbageCollectionTest (line 41) | public GarbageCollectionTest() { method setUpClass (line 44) | @BeforeClass method tearDownClass (line 49) | @AfterClass method setUp (line 54) | @Before method tearDown (line 58) | @After method testElement (line 62) | @Test method testBin (line 71) | @Test method testBinParsed (line 96) | @Test method testBinRetrieval (line 121) | @Test method pipeline (line 138) | @Test method pipelineBus (line 147) | @Test method busWithListeners (line 162) | @Test FILE: test/org/freedesktop/gstreamer/GhostPadTest.java class GhostPadTest (line 32) | public class GhostPadTest { method GhostPadTest (line 34) | public GhostPadTest() { method setUpClass (line 37) | @BeforeClass method tearDownClass (line 42) | @AfterClass method setUp (line 47) | @Before method tearDown (line 51) | @After method newGhostPad (line 60) | @Test FILE: test/org/freedesktop/gstreamer/GobjectSubclassTest.java class GobjectSubclassTest (line 44) | public class GobjectSubclassTest { method GobjectSubclassTest (line 46) | public GobjectSubclassTest() { method setUpClass (line 49) | @BeforeClass method tearDownClass (line 55) | @AfterClass method setUp (line 60) | @Before method tearDown (line 64) | @After method registerNewGObjectClass (line 67) | @Test FILE: test/org/freedesktop/gstreamer/GstTypesTest.java class GstTypesTest (line 33) | public class GstTypesTest { method GstTypesTest (line 35) | public GstTypesTest() { method setUpClass (line 38) | @BeforeClass method tearDownClass (line 43) | @AfterClass method setUp (line 48) | @Before method tearDown (line 52) | @After method registeredClassTest (line 56) | @Test method unregisteredClassTest (line 64) | @Test FILE: test/org/freedesktop/gstreamer/InitTest.java class InitTest (line 34) | public class InitTest { method InitTest (line 36) | public InitTest() { method testInit (line 39) | @Test method setUpClass (line 59) | @BeforeClass method tearDownClass (line 63) | @AfterClass method setUp (line 67) | @Before method tearDown (line 71) | @After FILE: test/org/freedesktop/gstreamer/MessageTest.java class MessageTest (line 50) | public class MessageTest { method MessageTest (line 52) | public MessageTest() { method setUpClass (line 55) | @BeforeClass method tearDownClass (line 60) | @AfterClass method setUp (line 65) | @Before method tearDown (line 69) | @After method gst_message_new_eos (line 73) | @Test method EOSMessage_getSource (line 80) | @Test method postEOS (line 87) | @Test method gst_message_new_percent (line 113) | @Test method BufferingMessage_getPercent (line 120) | @Test method postBufferingMessage (line 127) | @Test method gst_message_new_duration (line 152) | @Test method postDurationMessage (line 159) | @Test method gst_message_new_tag (line 183) | @Test method TagMessage_getTagList (line 190) | @Test method gst_message_new_state_changed (line 201) | @Test method constructStateChanged (line 208) | @Test method StateChanged_get (line 214) | @Test method postStateChangedMessage (line 223) | @Test method gst_message_new_segment_done (line 250) | @Test method constructSegmentDone (line 258) | @Test method parseSegmentDone (line 264) | @Test method postSegmentDoneMessage (line 272) | @Test method postLatencyMessage (line 299) | @Test FILE: test/org/freedesktop/gstreamer/PadProbeTypeTest.java class PadProbeTypeTest (line 28) | public class PadProbeTypeTest { method testCombinations (line 31) | @Test FILE: test/org/freedesktop/gstreamer/PadTemplateTest.java class PadTemplateTest (line 31) | public class PadTemplateTest { method setUpClass (line 33) | @BeforeClass method tearDownClass (line 38) | @AfterClass method setUp (line 43) | @Before method tearDown (line 47) | @After method padTemplate (line 51) | @Test FILE: test/org/freedesktop/gstreamer/PadTest.java class PadTest (line 46) | public class PadTest { method PadTest (line 48) | public PadTest() { method setUpClass (line 51) | @BeforeClass method tearDownClass (line 56) | @AfterClass method setUp (line 61) | @Before method tearDown (line 65) | @After method getPad (line 69) | @Test method padLink (line 87) | @Test method addEventProbe (line 96) | @Test method addEventProbe_Remove (line 127) | @Test method addProbe_Event (line 161) | @Test method addProbe_EventRemove (line 191) | @Test method addDataProbe (line 227) | @Test method addProbe_Data (line 266) | @Test method addProbe_Idle (line 306) | @Test method addProbe_Query (line 331) | @Test FILE: test/org/freedesktop/gstreamer/PipelineTest.java class PipelineTest (line 47) | public class PipelineTest { method PipelineTest (line 49) | public PipelineTest() { method setUpClass (line 52) | @BeforeClass method tearDownClass (line 57) | @AfterClass method setUp (line 62) | @Before method tearDown (line 66) | @After method waitRefCnt (line 70) | public boolean waitRefCnt(GObjectStruct struct, int refcnt) throws Int... method testPipelineGC (line 81) | @Test method testBusGC (line 90) | @Test method testParseLaunch (line 124) | @Test method testParseLaunchSingleElement (line 132) | @Test method testParseLaunchElementCount (line 141) | @Test method testParseLaunchSrcElement (line 149) | @Test method testParseLaunchSinkElement (line 157) | @Test method testParseLaunchStringArr (line 165) | @Test method testParseLaunchStringArrElementCount (line 173) | @Test method testParseLaunchStringArrSrcElement (line 181) | @Test method testParseLaunchStringArrSinkElement (line 189) | @Test FILE: test/org/freedesktop/gstreamer/PluginFeatureTest.java class PluginFeatureTest (line 24) | public class PluginFeatureTest { method setUpClass (line 27) | @BeforeClass method tearDownClass (line 33) | @AfterClass method testToString (line 38) | @Test method testGetName (line 43) | @Test method testGetRank (line 48) | @Test method testCheckVersion (line 53) | @Test method testGetPluginName (line 58) | @Test method testGetPlugin (line 63) | public void testGetPlugin() { FILE: test/org/freedesktop/gstreamer/PluginTest.java class PluginTest (line 25) | public class PluginTest { method setUpClass (line 28) | @BeforeClass method tearDownClass (line 34) | @AfterClass method PluginTest (line 39) | public PluginTest() { method testLoad_String (line 42) | @Test method testGetName (line 47) | @Test method testGetDescription (line 52) | @Test method testGetFilename (line 57) | @Test method testGetVersion (line 62) | @Test method testGetLicense (line 67) | @Test method testGetSource (line 72) | @Test method testGetPackage (line 77) | @Test method testGetOrigin (line 84) | @Test method testGetReleaseDateString (line 89) | @Test method testIsLoaded (line 94) | public void testIsLoaded() { FILE: test/org/freedesktop/gstreamer/ProbeTester.java class ProbeTester (line 47) | public class ProbeTester { method test (line 61) | public static void test(Set mask, Predicate mask, Predi... class PadProbe (line 109) | private static class PadProbe implements Pad.PROBE { method PadProbe (line 116) | PadProbe(Predicate callback) { method probeCallback (line 121) | @Override method await (line 136) | void await(long millis) throws InterruptedException, TimeoutException { FILE: test/org/freedesktop/gstreamer/PromiseTest.java class PromiseTest (line 37) | public class PromiseTest { method PromiseTest (line 39) | public PromiseTest() { method setUpClass (line 42) | @BeforeClass method tearDownClass (line 47) | @AfterClass method testReply (line 52) | @Test method testInterrupt (line 65) | @Test method testExpire (line 77) | @Test method testInvalidateReply (line 89) | @Test method testReplyData (line 102) | @Test method testDispose (line 117) | @Test method testDisposeWithChangeFunc (line 126) | @Test method testChangeFunctionGC (line 139) | @Test FILE: test/org/freedesktop/gstreamer/PropertyTypeTest.java class PropertyTypeTest (line 32) | public class PropertyTypeTest { method setUpClass (line 38) | @BeforeClass method tearDownClass (line 43) | @AfterClass method createElements (line 48) | @Before method disposeElements (line 55) | @After method setBool (line 62) | @Test method setDouble (line 74) | @Test method setInt (line 86) | @Test method setUInt (line 98) | @Test method setLong (line 111) | @Test method setULong (line 129) | @Test method setString (line 145) | @Test method setEnum (line 157) | @Test method setEnumInvalidString (line 191) | @Test(expected = IllegalArgumentException.class) method setValueArrayFromString (line 196) | @Test type AudioTestSrcWave (line 208) | private static enum AudioTestSrcWave implements NativeEnum callback) { method test (line 47) | public static void test(Consumer callback, String pipelineDesc... method test (line 51) | public static void test(Consumer callback, String pipelineDesc... class NewSampleListener (line 83) | private static class NewSampleListener implements AppSink.NEW_SAMPLE { method NewSampleListener (line 92) | NewSampleListener(Consumer callback) { method NewSampleListener (line 96) | NewSampleListener(Consumer callback, int skip) { method newSample (line 102) | @Override method await (line 126) | void await(long millis) throws InterruptedException, TimeoutException { FILE: test/org/freedesktop/gstreamer/StructureTest.java class StructureTest (line 36) | public class StructureTest { method setUpClass (line 40) | @BeforeClass method tearDownClass (line 45) | @AfterClass method setUp (line 50) | @Before method testGetName (line 55) | @Test method testGetValue (line 60) | @Test method testGetValues (line 79) | @Test method testGetInteger (line 100) | @Test method testGetIntegers (line 109) | @Test method testGetDouble (line 133) | @Test method testGetDoubles (line 142) | @Test method testFraction (line 166) | @Test method testValueListInteger (line 180) | @Test method testValueListStrings (line 187) | @Test method testValueListChecksType (line 194) | @Test(expected = Structure.InvalidFieldException.class) method testSetMistypedObject (line 200) | @Test(expected = IllegalArgumentException.class) method testSetUntypedObject (line 206) | @Test method testSetObject (line 214) | @Test method testSetNullObject (line 222) | @Test(expected = IllegalArgumentException.class) method testIssue173 (line 229) | @Test FILE: test/org/freedesktop/gstreamer/TestPipe.java class TestPipe (line 25) | class TestPipe { method TestPipe (line 33) | public TestPipe() { method getInvokingMethod (line 36) | private static String getInvokingMethod() { method TestPipe (line 43) | public TestPipe(String name) { method run (line 49) | public TestPipe run() { method play (line 57) | public TestPipe play() { method getBus (line 62) | public Bus getBus() { method quit (line 66) | public void quit() { method dispose (line 70) | public void dispose() { FILE: test/org/freedesktop/gstreamer/WebRTCBinTest.java class WebRTCBinTest (line 10) | public class WebRTCBinTest { method connectionStateTest (line 11) | @Test method iceGatheringStateTest (line 21) | @Test FILE: test/org/freedesktop/gstreamer/controller/InterpolationControlSourceTest.java class InterpolationControlSourceTest (line 26) | public class InterpolationControlSourceTest { method InterpolationControlSourceTest (line 28) | public InterpolationControlSourceTest() { method setUpClass (line 31) | @BeforeClass method tearDownClass (line 36) | @AfterClass method setUp (line 40) | @Before method tearDown (line 44) | @After method testMode (line 51) | @Test method testSetValue (line 61) | @Test method testSetValues (line 72) | @Test method testLinearInterpolation (line 86) | @Test method testLinearInterpolationAbsolute (line 108) | @Test method testGC (line 142) | @Test FILE: test/org/freedesktop/gstreamer/controller/TriggerControlSourceTest.java class TriggerControlSourceTest (line 24) | public class TriggerControlSourceTest { method TriggerControlSourceTest (line 26) | public TriggerControlSourceTest() { method setUpClass (line 29) | @BeforeClass method tearDownClass (line 34) | @AfterClass method setUp (line 38) | @Before method tearDown (line 42) | @After method testTolerance (line 47) | @Test method testGC (line 78) | @Test FILE: test/org/freedesktop/gstreamer/elements/PlayBinTest.java class PlayBinTest (line 40) | public class PlayBinTest { method setUpClass (line 42) | @BeforeClass method tearDownClass (line 47) | @AfterClass method testFlags (line 52) | @Test method testSourceSetupSignal (line 79) | @Test method testElementSetupSignal (line 113) | @Test FILE: test/org/freedesktop/gstreamer/event/EventTest.java class EventTest (line 65) | public class EventTest { method EventTest (line 66) | public EventTest() { method setUpClass (line 69) | @BeforeClass method tearDownClass (line 74) | @AfterClass method verifyFlags (line 79) | @Test public void verifyFlags() { method createEOSEvent (line 87) | @Test public void createEOSEvent() throws Exception { method createFlushStartEvent (line 90) | @Test public void createFlushStartEvent() throws Exception { method createFlushStopEvent (line 93) | @Test public void createFlushStopEvent() throws Exception { method createLatencyEvent (line 96) | @Test public void createLatencyEvent() throws Exception { method createSegmentEvent (line 99) | @Test public void createSegmentEvent() throws Exception { method createCapsEvent (line 107) | @Test public void createCapsEvent() throws Exception { method createReconfigureEvent (line 110) | @Test public void createReconfigureEvent() throws Exception { method createStreamStartEvent (line 113) | @Test public void createStreamStartEvent() throws Exception { method createStepEvent (line 116) | @Test public void createStepEvent() throws Exception { method gst_event_new_eos (line 119) | @Test public void gst_event_new_eos() { method gst_event_new_flush_start (line 124) | @Test public void gst_event_new_flush_start() { method gst_event_new_flush_stop (line 129) | @Test public void gst_event_new_flush_stop() { method gst_event_new_latency (line 134) | @Test public void gst_event_new_latency() { method gst_event_new_new_segment (line 139) | @Test public void gst_event_new_new_segment() { method getLatency (line 149) | @Test public void getLatency() { method NewSegment_getRate (line 155) | @Test public void NewSegment_getRate() { method NewSegment_getStart (line 160) | @Test public void NewSegment_getStart() { method NewSegment_getStop (line 165) | @Test public void NewSegment_getStop() { method gst_event_new_tag (line 170) | @Test public void gst_event_new_tag() { method TagEvent_testGC (line 175) | @Test public void TagEvent_testGC() throws Exception { method Event_testGC (line 185) | @Test public void Event_testGC() throws Exception { method gst_event_new_buffer_size (line 195) | @Test public void gst_event_new_buffer_size() { method BufferSize_getMinimumSize (line 203) | @Test public void BufferSize_getMinimumSize() { method BufferSize_getMaximumSize (line 210) | @Test public void BufferSize_getMaximumSize() { method BufferSize_isAsync (line 217) | @Test public void BufferSize_isAsync() { method gst_event_new_qos (line 226) | @Test public void gst_event_new_qos() { method QOS_getProportion (line 231) | @Test public void QOS_getProportion() { method QOS_getDifference (line 236) | @Test public void QOS_getDifference() { method QOS_getTimestamp (line 241) | @Test public void QOS_getTimestamp() { method QOS_getType (line 246) | @Test method gst_event_new_seek (line 252) | @Test public void gst_event_new_seek() { method Seek_getFormat (line 258) | @Test public void Seek_getFormat() { method Seek_getStartType (line 265) | @Test public void Seek_getStartType() { method Seek_getStopType (line 272) | @Test public void Seek_getStopType() { method Seek_getStart (line 279) | @Test public void Seek_getStart() { method Seek_getStop (line 285) | @Test public void Seek_getStop() { method Seek_rateZero (line 291) | @Test public void Seek_rateZero() { method gst_event_new_caps (line 300) | @Test public void gst_event_new_caps() { method gst_event_new_reconfigure (line 305) | @Test public void gst_event_new_reconfigure() { method gst_event_new_stream_start (line 310) | @Test public void gst_event_new_stream_start() { method gst_event_new_step (line 315) | @Test public void gst_event_new_step() { FILE: test/org/freedesktop/gstreamer/lowlevel/GValueTest.java class GValueTest (line 47) | public class GValueTest { type GValueTestAPI (line 50) | public interface GValueTestAPI extends Library { method g_value_set_object (line 57) | void g_value_set_object(Pointer value, Pointer obj); method g_value_get_object (line 59) | Pointer g_value_get_object(Pointer pointer); method GValueTest (line 63) | public GValueTest() { method setUpClass (line 66) | @BeforeClass method tearDownClass (line 71) | @AfterClass method setUp (line 76) | @Before method tearDown (line 80) | @After method testGValueArray (line 84) | @Test public void testGValueArray() throws Exception { method testGValueArray (line 90) | private void testGValueArray(GValueArray gva) throws Exception { method testInitSet (line 105) | @Test public void testInitSet() throws Exception { method testInitValue (line 128) | @Test public void testInitValue() throws Exception { method testInt (line 152) | @Test public void testInt() throws Exception { method testObjectPtrRef (line 172) | @Test public void testObjectPtrRef() throws Exception { method testObjectTypeMap (line 191) | @Test public void testObjectTypeMap() throws Exception { FILE: test/org/freedesktop/gstreamer/lowlevel/LowLevelStructureTest.java class LowLevelStructureTest (line 23) | public class LowLevelStructureTest { method LowLevelStructureTest (line 29) | public LowLevelStructureTest() { method setUpClass (line 32) | @BeforeClass method tearDownClass (line 37) | @AfterClass method setUp (line 41) | @Before method tearDown (line 48) | @After method runTest (line 52) | @Test method testStruct (line 70) | @SuppressWarnings("unchecked") method testFields (line 103) | private void testFields(Structure inst, List expectedFields) { method initStructList (line 114) | private static void initStructList() { FILE: test/org/freedesktop/gstreamer/lowlevel/ReferenceManagerTest.java class ReferenceManagerTest (line 40) | public class ReferenceManagerTest { method ReferenceManagerTest (line 42) | public ReferenceManagerTest() { method setUpClass (line 45) | @BeforeClass method tearDownClass (line 50) | @AfterClass method setUp (line 55) | @Before method tearDown (line 59) | @After method waitGC (line 62) | public boolean waitGC(Reference ref) throws Interrup... method testReference (line 71) | @Test public void testReference() throws Exception { method testMultipleReferences (line 81) | @Test public void testMultipleReferences() throws Exception { FILE: test/org/freedesktop/gstreamer/util/TestAssumptions.java class TestAssumptions (line 10) | public class TestAssumptions { method requireGstVersion (line 17) | public static void requireGstVersion(int major, int minor) { method requireElement (line 26) | public static void requireElement(String elementType) { FILE: test/org/freedesktop/gstreamer/video/VideoCropMetaTest.java class VideoCropMetaTest (line 32) | public class VideoCropMetaTest { method beforeClass (line 34) | @BeforeClass method afterClass (line 39) | @AfterClass method testIterateWithCrop (line 44) | @Test FILE: test/org/freedesktop/gstreamer/video/VideoTimeCodeConfigTest.java class VideoTimeCodeConfigTest (line 29) | public class VideoTimeCodeConfigTest { method setUp (line 34) | @Before method testGetTimeCodeFlags (line 45) | @Test method testGetFramerateNumerator (line 50) | @Test method testGetFramerateDenominator (line 55) | @Test FILE: test/org/freedesktop/gstreamer/video/VideoTimeCodeFlagsTest.java class VideoTimeCodeFlagsTest (line 30) | @RunWith(Parameterized.class) method data (line 36) | @Parameterized.Parameters method VideoTimeCodeFlagsTest (line 46) | public VideoTimeCodeFlagsTest(VideoTimeCodeFlags flags, int intValue) { method testIntValue (line 51) | @Test FILE: test/org/freedesktop/gstreamer/video/VideoTimeCodeMetaTest.java class VideoTimeCodeMetaTest (line 36) | public class VideoTimeCodeMetaTest { method beforeClass (line 38) | @BeforeClass method afterClass (line 43) | @AfterClass method testVideoWithoutTimeCodeMeta (line 48) | @Test method testVideoTimeCodeMetaPal (line 58) | @Test method testVideoTimeCodeNTSCDrop (line 87) | @Test method testVideoTimeCodeNTSCDropFrame (line 119) | @Test method testVideoTimeCodeNTSCNonDrop (line 148) | @Test FILE: test/org/freedesktop/gstreamer/video/VideoTimeCodeTest.java class VideoTimeCodeTest (line 31) | public class VideoTimeCodeTest { method setUp (line 39) | @Before method testGetTCConfig (line 61) | @Test method testGetHours (line 66) | @Test method testGetMinutes (line 71) | @Test method testGetSeconds (line 76) | @Test method testGetFrames (line 81) | @Test