Uses of Class
ws.schild.jave.encode.AudioAttributes
-
Packages that use AudioAttributes Package Description ws.schild.jave.encode -
-
Uses of AudioAttributes in ws.schild.jave.encode
Fields in ws.schild.jave.encode declared as AudioAttributes Modifier and Type Field Description private AudioAttributesEncodingAttributes. audioAttributesThe attributes for the encoding of the audio stream in the target multimedia file.Methods in ws.schild.jave.encode that return AudioAttributes Modifier and Type Method Description AudioAttributesAudioAttributes. setBitRate(java.lang.Integer bitRate)Sets the bitrate value for the encoding process.AudioAttributesAudioAttributes. setChannels(java.lang.Integer channels)Sets the channels value (1=mono, 2=stereo, 4=quad) for the encoding process.AudioAttributesAudioAttributes. setCodec(java.lang.String codec)Sets the codec name for the encoding process.If null or not specified the encoder will perform a direct stream copy.AudioAttributesAudioAttributes. setQuality(java.lang.Integer quality)The audio quality value for the encoding process.AudioAttributesAudioAttributes. setSamplingRate(java.lang.Integer samplingRate)Sets the samplingRate value for the encoding process.AudioAttributesAudioAttributes. setVolume(java.lang.Integer volume)Sets the volume value for the encoding process.Methods in ws.schild.jave.encode that return types with arguments of type AudioAttributes Modifier and Type Method Description java.util.Optional<AudioAttributes>EncodingAttributes. getAudioAttributes()Returns the attributes for the encoding of the audio stream in the target multimedia file.Methods in ws.schild.jave.encode with parameters of type AudioAttributes Modifier and Type Method Description EncodingAttributesEncodingAttributes. setAudioAttributes(AudioAttributes audioAttributes)Sets the attributes for the encoding of the audio stream in the target multimedia file.
-