public class AudioSettings extends Object implements Serializable
| Constructor and Description |
|---|
AudioSettings() |
AudioSettings(String codec,
Long bitrate,
Long channels,
Long sampleRateHertz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getBitrate()
Gets the bitrate value for this AudioSettings.
|
Long |
getChannels()
Gets the channels value for this AudioSettings.
|
String |
getCodec()
Gets the codec value for this AudioSettings.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getSampleRateHertz()
Gets the sampleRateHertz value for this AudioSettings.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBitrate(Long bitrate)
Sets the bitrate value for this AudioSettings.
|
void |
setChannels(Long channels)
Sets the channels value for this AudioSettings.
|
void |
setCodec(String codec)
Sets the codec value for this AudioSettings.
|
void |
setSampleRateHertz(Long sampleRateHertz)
Sets the sampleRateHertz value for this AudioSettings.
|
String |
toString() |
public String getCodec()
public void setCodec(String codec)
codec - * The RFC6381 codec string of the audio.public Long getBitrate()
public void setBitrate(Long bitrate)
bitrate - * The bitrate of the audio, in bits per second. Required. This
value must be between 8kbps and
250 Mbps.public Long getChannels()
public void setChannels(Long channels)
channels - * The number of audio channels, including low frequency channels.
This value has a maximum of 8.public Long getSampleRateHertz()
public void setSampleRateHertz(Long sampleRateHertz)
sampleRateHertz - * The audio sample rate in hertz. Must be between 44kHz and 100kHz.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.