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 _ 

M

main(String[]) - Static method in class org.gstreamer.example.AppSrcTest
 
main(String[]) - Static method in class org.gstreamer.example.AudioPanorama
 
main(String[]) - Static method in class org.gstreamer.example.AudioPlayer
 
main(String[]) - Static method in class org.gstreamer.example.AudioPlayerMetadata
 
main(String[]) - Static method in class org.gstreamer.example.BusMessages
 
main(String[]) - Static method in class org.gstreamer.example.ButtonDemo
 
main(String[]) - Static method in class org.gstreamer.example.ColorBalance
 
main(String[]) - Static method in class org.gstreamer.example.DecodeBinPlayer
 
main(String[]) - Static method in class org.gstreamer.example.DoubleQuit
 
main(String[]) - Static method in class org.gstreamer.example.DynamicPadTest
 
main(String[]) - Static method in class org.gstreamer.example.ElementTest
 
main(String[]) - Static method in class org.gstreamer.example.FakeSrcTest
 
main(String[]) - Static method in class org.gstreamer.example.GDateTest
 
main(String[]) - Static method in class org.gstreamer.example.InitTest
 
main(String[]) - Static method in class org.gstreamer.example.InputStreamSrcTest
 
main(String[]) - Static method in class org.gstreamer.example.NavigationTest
 
main(String[]) - Static method in class org.gstreamer.example.OutputStreamSinkTest
 
main(String[]) - Static method in class org.gstreamer.example.OverlayPlayer
 
main(String[]) - Static method in class org.gstreamer.example.PiPDemo
 
main(String[]) - Static method in class org.gstreamer.example.PipelineLauncher
Launches a pipeline from command-line pipeline description.
main(String[]) - Static method in class org.gstreamer.example.Player
 
main(String[]) - Static method in class org.gstreamer.example.PropertyProber
 
main(String[]) - Static method in class org.gstreamer.example.SimplePipeline
 
main(String[]) - Static method in class org.gstreamer.example.SwingMultiPlayer
 
main(String[]) - Static method in class org.gstreamer.example.SwingMultiPlayerAlpha
 
main(String[]) - Static method in class org.gstreamer.example.SwingPlayer
 
main(String[]) - Static method in class org.gstreamer.example.TagFinder
 
main(String[]) - Static method in class org.gstreamer.example.TunerTest
 
main(String[]) - Static method in class org.gstreamer.example.TypeFindTest
 
main(String[]) - Static method in class org.gstreamer.example.VideoPlayer
 
main(String[]) - Static method in class org.gstreamer.example.VideoTest
 
main() - Static method in class org.gstreamer.Gst
Waits for the gstreamer system to shutdown via a call to Gst.quit.
Main - Class in org.gstreamer.lowlevel
Simple startup tests that can be run via: java -jar gstreamer-java.jar
Main() - Constructor for class org.gstreamer.lowlevel.Main
 
main(String[]) - Static method in class org.gstreamer.lowlevel.Main
 
MainContextExecutorService - Class in org.gstreamer.glib
Wraps the glib main loop/main context in a ScheduledExecutor interface.
MainContextExecutorService(GMainContext) - Constructor for class org.gstreamer.glib.MainContextExecutorService
 
MainLoop - Class in org.gstreamer.lowlevel
The GLib main loop.
MainLoop() - Constructor for class org.gstreamer.lowlevel.MainLoop
Creates a new instance of MainLoop
MainLoop(NativeObject.Initializer) - Constructor for class org.gstreamer.lowlevel.MainLoop
Creates a new instance of MainLoop
make(String, String) - Static method in class org.gstreamer.ElementFactory
Creates a new Element from the specified factory.
makeRawElement(String, String) - Static method in class org.gstreamer.Element
Creates an instance of the required element type, but does not wrap it in a proxy.
makeWritable() - Method in class org.gstreamer.Buffer
Makes a writable buffer from this buffer.
makeWritable() - Method in class org.gstreamer.Caps
Returns a writable copy of this caps.
makeWritable() - Method in class org.gstreamer.Message
Gets a writable version of this Message.
makeWritable(Class<T>) - Method in class org.gstreamer.MiniObject
Makes a writable instance of this MiniObject.
makeWritable() - Method in class org.gstreamer.Query
Makes a writable query from this query.
malloc_data - Variable in class org.gstreamer.lowlevel.GstBufferAPI.BufferStruct
 
MASTER - Static variable in class org.gstreamer.interfaces.MixerTrack.Flags
 
max_frequency - Variable in class org.gstreamer.lowlevel.GstTunerAPI.TunerChannelStruct
 
max_lateness - Variable in class org.gstreamer.lowlevel.BaseSinkAPI.GstBaseSinkAbi
 
max_signal - Variable in class org.gstreamer.lowlevel.GstTunerAPI.TunerChannelStruct
 
max_value - Variable in class org.gstreamer.lowlevel.GstColorBalanceAPI.ColorBalanceChannelStruct
 
max_volume - Variable in class org.gstreamer.lowlevel.GstMixerAPI.MixerTrackStruct
 
maximum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecChar
 
maximum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecDouble
 
maximum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecFloat
 
maximum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecInt
 
maximum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecInt64
 
maximum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecLong
 
maximum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecUChar
 
maximum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecUInt
 
MediaAdapter - Class in org.gstreamer.media.event
 
MediaAdapter() - Constructor for class org.gstreamer.media.event.MediaAdapter
 
MediaEvent - Class in org.gstreamer.media.event
Based on code from FMJ by Ken Larson
MediaEvent(MediaPlayer) - Constructor for class org.gstreamer.media.event.MediaEvent
 
MediaListener - Interface in org.gstreamer.media.event
 
MediaPlayer - Interface in org.gstreamer.media
The control interface used to control/query the gstreamer pipeline that VideoPlayer uses to play media files.
merge(Caps) - Method in class org.gstreamer.Caps
Merge another Caps with this one.
merge(Structure) - Method in class org.gstreamer.Caps
Append a structure to this caps.
merge(TagList, TagMergeMode) - Method in class org.gstreamer.TagList
Merges this tag list and list2 into a new list.
message - Variable in class org.gstreamer.lowlevel.GstAPI.GErrorStruct
 
Message - Class in org.gstreamer
Lightweight objects to signal the occurrence of pipeline events.
Message(NativeObject.Initializer) - Constructor for class org.gstreamer.Message
Creates a new instance of Message.
messageStruct - Variable in class org.gstreamer.Message
 
MessageType - Enum in org.gstreamer
The different message types that are available.
METHOD_NAME - Static variable in interface org.gstreamer.Closure
The name of the method to invoke.
min_frequency - Variable in class org.gstreamer.lowlevel.GstTunerAPI.TunerChannelStruct
 
min_signal - Variable in class org.gstreamer.lowlevel.GstTunerAPI.TunerChannelStruct
 
min_value - Variable in class org.gstreamer.lowlevel.GstColorBalanceAPI.ColorBalanceChannelStruct
 
min_volume - Variable in class org.gstreamer.lowlevel.GstMixerAPI.MixerTrackStruct
 
mini_object - Variable in class org.gstreamer.lowlevel.GstBufferAPI.BufferStruct
 
mini_object - Variable in class org.gstreamer.lowlevel.GstEventAPI.EventStruct
 
mini_object - Variable in class org.gstreamer.lowlevel.GstMessageAPI.MessageStruct
 
mini_object - Variable in class org.gstreamer.lowlevel.GstQueryAPI.QueryStruct
 
minimum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecChar
 
minimum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecDouble
 
minimum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecFloat
 
minimum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecInt
 
minimum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecInt64
 
minimum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecLong
 
minimum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecUChar
 
minimum - Variable in class org.gstreamer.lowlevel.GObjectAPI.GParamSpecUInt
 
MiniObject - Class in org.gstreamer
Lightweight base class for the GStreamer object hierarchy MiniObject is a baseclass like GObject, but has been stripped down of features to be fast and small.
MiniObject(NativeObject.Initializer) - Constructor for class org.gstreamer.MiniObject
Creates a new instance of MiniObject
MiniObjectFlags - Enum in org.gstreamer
 
Mixer - Class in org.gstreamer.interfaces
Interface for elements that provide mixer operations
MixerTrack - Class in org.gstreamer.interfaces
 
MixerTrack(NativeObject.Initializer) - Constructor for class org.gstreamer.interfaces.MixerTrack
For internal gstreamer-java use only
MixerTrack.Flags - Class in org.gstreamer.interfaces
 
MixerTrack.Flags() - Constructor for class org.gstreamer.interfaces.MixerTrack.Flags
 
MultiQueue - Class in org.gstreamer.elements
A gstreamer element for Multiple data queue.
MultiQueue(String) - Constructor for class org.gstreamer.elements.MultiQueue
 
MultiQueue(NativeObject.Initializer) - Constructor for class org.gstreamer.elements.MultiQueue
 
MultiQueue.OVERRUN - Interface in org.gstreamer.elements
Signal emitted when one of the queues in the multiqueue is full (overrun).
MultiQueue.UNDERRUN - Interface in org.gstreamer.elements
This signal is emitted from the streaming thread when there is no data in any of the queues inside the multiqueue instance (underrun).
MUTE - Static variable in class org.gstreamer.interfaces.MixerTrack.Flags
 
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 _