| Package | Description |
|---|---|
| ws.schild.jave.encode |
| Modifier and Type | Method and Description |
|---|---|
AudioAttributes |
AudioAttributes.setBitRate(Integer bitRate)
Sets the bitrate value for the encoding process.
|
AudioAttributes |
AudioAttributes.setChannels(Integer channels)
Sets the channels value (1=mono, 2=stereo, 4=quad) for the encoding process.
|
AudioAttributes |
AudioAttributes.setCodec(String codec)
Sets the codec name for the encoding process.If null or not specified the encoder will perform
a direct stream copy.
|
AudioAttributes |
AudioAttributes.setQuality(Integer quality)
The audio quality value for the encoding process.
|
AudioAttributes |
AudioAttributes.setSamplingRate(Integer samplingRate)
Sets the samplingRate value for the encoding process.
|
AudioAttributes |
AudioAttributes.setVolume(Integer volume)
Sets the volume value for the encoding process.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AudioAttributes> |
EncodingAttributes.getAudioAttributes()
Returns the attributes for the encoding of the audio stream in the target multimedia file.
|
| Modifier and Type | Method and Description |
|---|---|
EncodingAttributes |
EncodingAttributes.setAudioAttributes(AudioAttributes audioAttributes)
Sets the attributes for the encoding of the audio stream in the target multimedia file.
|
Copyright © 2020. All rights reserved.