public class Audio extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Audio.InputIndex |
static class |
Audio.Tracks |
| Constructor and Description |
|---|
Audio() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBitRateInBps() |
Integer |
getChannels() |
String |
getCodec() |
List<Audio.InputIndex> |
getMapping() |
String |
getPcmFormat() |
Integer |
getSampleRateInHz() |
List<Audio.Tracks> |
getTracks() |
VolumeAdjust |
getVolumeAdjust() |
boolean |
isMixAllTracks() |
void |
setBitRateInBps(Integer bitRateInBps) |
void |
setChannels(Integer channels) |
void |
setCodec(String codec) |
void |
setMapping(List<Audio.InputIndex> mapping) |
void |
setMixAllTracks(boolean mixAllTracks) |
void |
setPcmFormat(String pcmFormat) |
void |
setSampleRateInHz(Integer sampleRateInHz) |
void |
setTracks(List<Audio.Tracks> tracks) |
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 boolean isMixAllTracks()
public void setMixAllTracks(boolean mixAllTracks)
public List<Audio.Tracks> getTracks()
public void setTracks(List<Audio.Tracks> tracks)
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)
public List<Audio.InputIndex> getMapping()
public void setMapping(List<Audio.InputIndex> mapping)
Copyright © 2025. All rights reserved.