A D E F G I M P S T V

S

setAudioAttributes(AudioAttributes) - Method in class it.sauronsoftware.jave.EncodingAttributes
Sets the attributes for the encoding of the audio stream in the target multimedia file.
setBitRate(Integer) - Method in class it.sauronsoftware.jave.AudioAttributes
Sets the bitrate value for the encoding process.
setBitRate(Integer) - Method in class it.sauronsoftware.jave.VideoAttributes
Sets the bitrate value for the encoding process.
setChannels(Integer) - Method in class it.sauronsoftware.jave.AudioAttributes
Sets the channels value (1=mono, 2=stereo) for the encoding process.
setCodec(String) - Method in class it.sauronsoftware.jave.AudioAttributes
Sets the codec name for the encoding process.
setCodec(String) - Method in class it.sauronsoftware.jave.VideoAttributes
Sets the codec name for the encoding process.
setDuration(Float) - Method in class it.sauronsoftware.jave.EncodingAttributes
Sets the duration (seconds) of the re-encoded stream.
setFormat(String) - Method in class it.sauronsoftware.jave.EncodingAttributes
Sets the formatHandle name for the encoded target multimedia file.
setFrameRate(Integer) - Method in class it.sauronsoftware.jave.VideoAttributes
Sets the frame rate value for the encoding process.
setOffset(Float) - Method in class it.sauronsoftware.jave.EncodingAttributes
Sets the start offset time (seconds).
setSamplingRate(Integer) - Method in class it.sauronsoftware.jave.AudioAttributes
Sets the samplingRate value for the encoding process.
setSize(VideoSize) - Method in class it.sauronsoftware.jave.VideoAttributes
Sets the video size for the encoding process.
setTag(String) - Method in class it.sauronsoftware.jave.VideoAttributes
Sets the forced tag/fourcc value for the video stream.
setVideoAttributes(VideoAttributes) - Method in class it.sauronsoftware.jave.EncodingAttributes
Sets the attributes for the encoding of the video stream in the target multimedia file.
setVolume(Integer) - Method in class it.sauronsoftware.jave.AudioAttributes
Sets the volume value for the encoding process.
sourceInfo(MultimediaInfo) - Method in interface it.sauronsoftware.jave.EncoderProgressListener
This method is called before the encoding process starts, reporting information about the source stream that will be decoded and re-encoded.

A D E F G I M P S T V