Uses of Class
ws.schild.jave.encode.AudioAttributes
Packages that use AudioAttributes
-
Uses of AudioAttributes in ws.schild.jave.encode
Methods in ws.schild.jave.encode that return AudioAttributesModifier and TypeMethodDescriptionAudioAttributes.setBitRate(Integer bitRate) Sets the bitrate value for the encoding process.AudioAttributes.setChannels(Integer channels) Sets the channels value (1=mono, 2=stereo, 4=quad) for the encoding process.Sets the codec name for the encoding process.If null or not specified the encoder will perform a direct stream copy.AudioAttributes.setQuality(Integer quality) The audio quality value for the encoding process.AudioAttributes.setSamplingRate(Integer samplingRate) Sets the samplingRate value for the encoding process.Sets the volume value for the encoding process.Methods in ws.schild.jave.encode that return types with arguments of type AudioAttributesModifier and TypeMethodDescriptionEncodingAttributes.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 AudioAttributesModifier and TypeMethodDescriptionEncodingAttributes.setAudioAttributes(AudioAttributes audioAttributes) Sets the attributes for the encoding of the audio stream in the target multimedia file.