com.baidubce.services.media.model
Class Audio
java.lang.Object
com.baidubce.services.media.model.Audio
public class Audio
- extends Object
Constructor Summary |
Audio()
|
Audio
public Audio()
getBitRateInBps
public Integer getBitRateInBps()
setBitRateInBps
public void setBitRateInBps(Integer bitRateInBps)
withBitRateInBps
public Audio withBitRateInBps(Integer bitRateInBps)
getSampleRateInHz
public Integer getSampleRateInHz()
setSampleRateInHz
public void setSampleRateInHz(Integer sampleRateInHz)
withSampleRateInHz
public Audio withSampleRateInHz(Integer sampleRateInHz)
getChannels
public Integer getChannels()
setChannels
public void setChannels(Integer channels)
withChannels
public Audio withChannels(Integer channels)
getPcmFormat
public String getPcmFormat()
setPcmFormat
public void setPcmFormat(String pcmFormat)
withPcmFormat
public Audio withPcmFormat(String pcmFormat)
getVolumeAdjust
public VolumeAdjust getVolumeAdjust()
setVolumeAdjust
public void setVolumeAdjust(VolumeAdjust volumeAdjust)
withVolumeAdjust
public Audio withVolumeAdjust(VolumeAdjust volumeAdjust)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2018. All rights reserved.