- setBitRate(Integer) - Method in class be.tarsos.transcoder.Attributes
-
Sets the bitrate value for the attributes process.
- setChannels(Integer) - Method in class be.tarsos.transcoder.Attributes
-
Sets the channels value (1=mono, 2=stereo) for the attributes process.
- setCodec(String) - Method in class be.tarsos.transcoder.Attributes
-
Sets the codec name for the attributes process.
- setDuration(long) - Method in class be.tarsos.transcoder.Attributes
-
Sets the stream duration in millis.
- setFormat(String) - Method in class be.tarsos.transcoder.Attributes
-
Sets the format name for the encoded target multimedia file.
- setSamplingRate(Integer) - Method in class be.tarsos.transcoder.Attributes
-
Sets the samplingRate value for the attributes process.
- setVolume(Integer) - Method in class be.tarsos.transcoder.Attributes
-
Sets the volume value for the attributes process.
- stream(String, Attributes) - Method in class be.tarsos.transcoder.ffmpeg.Encoder
-
- stream(String, Attributes) - Static method in class be.tarsos.transcoder.Streamer
-
- streamAudioFormat(Attributes) - Static method in class be.tarsos.transcoder.Streamer
-
- Streamer - Class in be.tarsos.transcoder
-
The main interface to stream audio.