A D E F G I M P S T V

G

getAudio() - Method in class it.sauronsoftware.jave.MultimediaInfo
Returns a set of audio-specific informations.
getAudioDecoders() - Method in class it.sauronsoftware.jave.Encoder
Returns a list with the names of all the audio decoders bundled with the ffmpeg distribution in use.
getAudioEncoders() - Method in class it.sauronsoftware.jave.Encoder
Returns a list with the names of all the audio encoders bundled with the ffmpeg distribution in use.
getBitRate() - Method in class it.sauronsoftware.jave.AudioInfo
Returns the audio stream (average) bit rate.
getBitRate() - Method in class it.sauronsoftware.jave.VideoInfo
Returns the video stream (average) bit rate.
getChannels() - Method in class it.sauronsoftware.jave.AudioInfo
Returns the audio stream channels number (1=mono, 2=stereo).
getDecoder() - Method in class it.sauronsoftware.jave.AudioInfo
Returns the audio stream decoder name.
getDecoder() - Method in class it.sauronsoftware.jave.VideoInfo
Returns the video stream decoder name.
getDuration() - Method in class it.sauronsoftware.jave.MultimediaInfo
Returns the stream duration in millis.
getFFMPEGExecutablePath() - Method in class it.sauronsoftware.jave.DefaultFFMPEGLocator
 
getFFMPEGExecutablePath() - Method in class it.sauronsoftware.jave.FFMPEGLocator
This method should return the path of a ffmpeg executable suitable for the current machine.
getFormat() - Method in class it.sauronsoftware.jave.MultimediaInfo
Returns the multimedia file formatHandle name.
getFrameRate() - Method in class it.sauronsoftware.jave.VideoInfo
Returns the video frame rate.
getHeight() - Method in class it.sauronsoftware.jave.VideoSize
Returns the video height.
getInfo(File) - Method in class it.sauronsoftware.jave.Encoder
Returns a set informations about a multimedia file, if its formatHandle is supported for decoding.
getSamplingRate() - Method in class it.sauronsoftware.jave.AudioInfo
Returns the audio stream sampling rate.
getSize() - Method in class it.sauronsoftware.jave.VideoInfo
Returns the video size.
getSupportedDecodingFormats() - Method in class it.sauronsoftware.jave.Encoder
Returns a list with the names of all the file formats supported at decoding time by the underlying ffmpeg distribution.
getSupportedEncodingFormats() - Method in class it.sauronsoftware.jave.Encoder
Returns a list with the names of all the file formats supported at encoding time by the underlying ffmpeg distribution.
getVideo() - Method in class it.sauronsoftware.jave.MultimediaInfo
Returns a set of video-specific informations.
getVideoDecoders() - Method in class it.sauronsoftware.jave.Encoder
Returns a list with the names of all the video decoders bundled with the ffmpeg distribution in use.
getVideoEncoders() - Method in class it.sauronsoftware.jave.Encoder
Returns a list with the names of all the video encoders bundled with the ffmpeg distribution in use.
getWidth() - Method in class it.sauronsoftware.jave.VideoSize
Returns the video width.

A D E F G I M P S T V