A B C D E F G H I J K L M N O P Q R S T U V W X Z

C

Caps - Class in org.gstreamer
Structure describing sets of media formats
Caps() - Constructor for class org.gstreamer.Caps
Creates a new Caps that is empty.
Caps(String) - Constructor for class org.gstreamer.Caps
Construct a new Caps from a string representation.
Caps(Caps) - Constructor for class org.gstreamer.Caps
Create a caps that is a copy of another caps.
Caps(NativeObject.Initializer) - Constructor for class org.gstreamer.Caps
 
cb - Variable in class org.gstreamer.GObject.GCallback
 
channelChanged(Tuner, TunerChannel) - Method in interface org.gstreamer.interfaces.Tuner.CHANNEL_CHANGED
Called when the channel on a Tuner changes
checkVersion(int, int, int) - Method in class org.gstreamer.PluginFeature
Checks whether the given plugin feature is at least the required version.
Clock - Class in org.gstreamer
Abstract class for global clocks.
Clock(NativeObject.Initializer) - Constructor for class org.gstreamer.Clock
 
ClockEntryType - Enum in org.gstreamer
The type of the clock entry.
ClockID - Class in org.gstreamer
A datatype to hold the handle to an outstanding sync or async clock callback.
ClockID(NativeObject.Initializer) - Constructor for class org.gstreamer.ClockID
 
ClockReturn - Enum in org.gstreamer
The return value of a clock operation.
ClockTime - Class in org.gstreamer
A representation of time in the gstreamer framework.
Closure - Interface in org.gstreamer
A signal callback.
compareTo(ClockID) - Method in class org.gstreamer.ClockID
Compares this ClockID to another.
compareTo(ClockTime) - Method in class org.gstreamer.ClockTime
Compares this ClockTime to another.
compareTo(QueryType) - Method in class org.gstreamer.QueryType
Compares this QueryType to another.
connect(Bin.ELEMENT_ADDED) - Method in class org.gstreamer.Bin
Add a listener for the element-added signal on this Bin
connect(Bin.ELEMENT_REMOVED) - Method in class org.gstreamer.Bin
Add a listener for the element-removed signal on this Bin
connect(Bus.EOS) - Method in class org.gstreamer.Bus
Add a listener for end-of-stream messages.
connect(Bus.ERROR) - Method in class org.gstreamer.Bus
Add a listener for error messages.
connect(Bus.WARNING) - Method in class org.gstreamer.Bus
Add a listener for warning messages.
connect(Bus.INFO) - Method in class org.gstreamer.Bus
Add a listener for informational messages.
connect(Bus.STATE_CHANGED) - Method in class org.gstreamer.Bus
Add a listener for State changes in the Pipeline.
connect(Bus.TAG) - Method in class org.gstreamer.Bus
Add a listener for new media tags.
connect(Bus.BUFFERING) - Method in class org.gstreamer.Bus
Add a listener for Bus.BUFFERING messages in the Pipeline.
connect(Bus.DURATION) - Method in class org.gstreamer.Bus
Add a listener for duration changes.
connect(Bus.SEGMENT_START) - Method in class org.gstreamer.Bus
Add a listener for Bus.SEGMENT_START messages in the Pipeline.
connect(Bus.SEGMENT_DONE) - Method in class org.gstreamer.Bus
Add a listener for Bus.SEGMENT_DONE messages in the Pipeline.
connect(Bus.ASYNC_DONE) - Method in class org.gstreamer.Bus
Add a listener for Bus.ASYNC_DONE messages in the Pipeline.
connect(Bus.MESSAGE) - Method in class org.gstreamer.Bus
Add a listener for all messages posted on the Bus.
connect(String, Bus.MESSAGE) - Method in class org.gstreamer.Bus
Add a listener for messages of type signal posted on the Bus.
connect(String, Class<T>, T, Callback) - Method in class org.gstreamer.Bus
Connects a callback to a signal.
connect(Element.PAD_ADDED) - Method in class org.gstreamer.Element
Add a listener for the pad-added signal
connect(Element.PAD_REMOVED) - Method in class org.gstreamer.Element
Add a listener for the pad-added signal
connect(Element.NO_MORE_PADS) - Method in class org.gstreamer.Element
Add a listener for the no-more-pads signal
connect(Element.HANDOFF) - Method in class org.gstreamer.Element
Add a listener for the handoff signal on this Bin
connect(DecodeBin.NEW_DECODED_PAD) - Method in class org.gstreamer.elements.DecodeBin
Adds a listener for the new-decoded-pad signal
connect(TypeFind.HAVE_TYPE) - Method in class org.gstreamer.elements.TypeFind
Add a listener for the have-type signal.
connect(Class<T>, T, Callback) - Method in class org.gstreamer.GObject
 
connect(String, Class<T>, T, Callback) - Method in class org.gstreamer.GObject
 
connect(String, Closure) - Method in class org.gstreamer.GObject
 
connect(Tuner.NORM_CHANGED) - Method in class org.gstreamer.interfaces.Tuner
Add a listener for norm-changed messages.
connect(Tuner.CHANNEL_CHANGED) - Method in class org.gstreamer.interfaces.Tuner
Add a listener for channel-changed messages.
connect(Tuner.FREQUENCY_CHANGED) - Method in class org.gstreamer.interfaces.Tuner
Add a listener for frequency-changed messages.
connect(Tuner.SIGNAL_CHANGED) - Method in class org.gstreamer.interfaces.Tuner
Add a listener for signal-changed messages.
connect(TunerChannel.FREQUENCY_CHANGED) - Method in class org.gstreamer.interfaces.TunerChannel
Add a listener for frequency-changed messages.
connect(TunerChannel.SIGNAL_CHANGED) - Method in class org.gstreamer.interfaces.TunerChannel
Add a listener for signal-changed messages.
connect(Pad.HAVE_DATA) - Method in class org.gstreamer.Pad
Add a listener for the have-data signal on this Pad
connect(Pad.LINKED) - Method in class org.gstreamer.Pad
Add a listener for the linked signal on this Pad
connect(Pad.UNLINKED) - Method in class org.gstreamer.Pad
Add a listener for the unlinked signal on this Pad
connect(Pad.REQUEST_LINK) - Method in class org.gstreamer.Pad
Add a listener for the request-link signal on this Pad
CONVERT - Static variable in class org.gstreamer.QueryType
convert values between formats
ConvertQuery - Class in org.gstreamer.query
Convert values between formats
ConvertQuery(NativeObject.Initializer) - Constructor for class org.gstreamer.query.ConvertQuery
 
ConvertQuery(Format, long, Format) - Constructor for class org.gstreamer.query.ConvertQuery
 
convertTo(TimeUnit) - Method in class org.gstreamer.ClockTime
Converts this ClockTime to a time value of unit units.
copy() - Method in class org.gstreamer.Caps
Create a new Caps as a copy of the this caps.
copy() - Method in class org.gstreamer.Message
Creates a copy of the message.
copy() - Method in class org.gstreamer.Structure
 
create(String) - Method in class org.gstreamer.ElementFactory
Creates a new element from the factory.
create(Pointer) - Method in interface org.gstreamer.interfaces.GstInterface.ListElementCreator
 
createKeyEvent(String, String) - Static method in class org.gstreamer.event.NavigationEvent
Creates a new key navigation event.
createKeyPressEvent(String) - Static method in class org.gstreamer.event.NavigationEvent
Creates a new key press navigation event.
createKeyReleaseEvent(String) - Static method in class org.gstreamer.event.NavigationEvent
Creates a new key release navigation event.
createMouseButtonPressEvent(double, double, int) - Static method in class org.gstreamer.event.NavigationEvent
Creates a mouse button press navigation event.
createMouseButtonReleaseEvent(double, double, int) - Static method in class org.gstreamer.event.NavigationEvent
Creates a mouse button release navigation event.
createMouseEvent(String, double, double, int) - Static method in class org.gstreamer.event.NavigationEvent
Creates a mouse navigation event.
createMouseMoveEvent(double, double, int) - Static method in class org.gstreamer.event.NavigationEvent
Creates a mouse move navigation event.
createSubBuffer(int, int) - Method in class org.gstreamer.Buffer
Creates a sub-buffer from this buffer at offset and size.
currentState - Variable in class org.gstreamer.media.event.TransitionEvent
 
currentState - Variable in class org.gstreamer.media.PipelineMediaPlayer
 
CustomSink - Class in org.gstreamer.elements
 
CustomSink(Class<? extends CustomSink>, String) - Constructor for class org.gstreamer.elements.CustomSink
 
CustomSrc - Class in org.gstreamer.elements
 
CustomSrc(Class<? extends CustomSrc>, String) - Constructor for class org.gstreamer.elements.CustomSrc
 
CustomSrc.SrcCallback - Annotation Type in org.gstreamer.elements
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z