public class Audio extends Object
| Constructor and Description |
|---|
Audio() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBitRateInBps() |
Integer |
getChannels() |
String |
getCodec() |
String |
getPcmFormat() |
Integer |
getSampleRateInHz() |
VolumeAdjust |
getVolumeAdjust() |
void |
setBitRateInBps(Integer bitRateInBps) |
void |
setChannels(Integer channels) |
void |
setCodec(String codec) |
void |
setPcmFormat(String pcmFormat) |
void |
setSampleRateInHz(Integer sampleRateInHz) |
void |
setVolumeAdjust(VolumeAdjust volumeAdjust) |
String |
toString() |
Audio |
withBitRateInBps(Integer bitRateInBps) |
Audio |
withChannels(Integer channels) |
Audio |
withPcmFormat(String pcmFormat) |
Audio |
withSampleRateInHz(Integer sampleRateInHz) |
Audio |
withVolumeAdjust(VolumeAdjust volumeAdjust) |
public Integer getBitRateInBps()
public void setBitRateInBps(Integer bitRateInBps)
public Integer getSampleRateInHz()
public void setSampleRateInHz(Integer sampleRateInHz)
public Integer getChannels()
public void setChannels(Integer channels)
public String getPcmFormat()
public void setPcmFormat(String pcmFormat)
public VolumeAdjust getVolumeAdjust()
public void setVolumeAdjust(VolumeAdjust volumeAdjust)
public Audio withVolumeAdjust(VolumeAdjust volumeAdjust)
public String getCodec()
public void setCodec(String codec)
Copyright © 2022. All rights reserved.