- getAttributes() - Method in enum be.tarsos.transcoder.DefaultAttributes
-
- getBitRate() - Method in class be.tarsos.transcoder.Attributes
-
Returns the bitrate value for the attributes process.
- getChannels() - Method in class be.tarsos.transcoder.Attributes
-
Returns the channels value (1=mono, 2=stereo) for the attributes process.
- getCodec() - Method in class be.tarsos.transcoder.Attributes
-
Returns the codec name for the attributes process.
- getDuration() - Method in class be.tarsos.transcoder.Attributes
-
Returns the stream duration in millis.
- getFormat() - Method in class be.tarsos.transcoder.Attributes
-
Returns the format name for the encoded target multimedia file.
- getInfo(File) - Method in class be.tarsos.transcoder.ffmpeg.Encoder
-
Returns a set informations about a multimedia file, if its format is
supported for decoding.
- getInfo(String) - Static method in class be.tarsos.transcoder.Transcoder
-
Returns information about an audio file: the sampling rate, the number of
channels, the decoder, ...
- getSamplingRate() - Method in class be.tarsos.transcoder.Attributes
-
Returns the samplingRate value for the attributes process.
- getTargetAudioFormat(Attributes) - Static method in class be.tarsos.transcoder.ffmpeg.Encoder
-
Constructs the target audio format.
- getVolume() - Method in class be.tarsos.transcoder.Attributes
-
Returns the volume value for the attributes process.