| Constructor and Description |
|---|
Tracks() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitRateInBps() |
int |
getChannels() |
String |
getCodec() |
List<Audio.InputIndex> |
getMapping() |
int |
getSampleRateInHz() |
VolumeAdjust |
getVolumeAdjust() |
void |
setBitRateInBps(int bitRateInBps) |
void |
setChannels(int channels) |
void |
setCodec(String codec) |
void |
setMapping(List<Audio.InputIndex> mapping) |
void |
setSampleRateInHz(int sampleRateInHz) |
void |
setVolumeAdjust(VolumeAdjust volumeAdjust) |
public int getBitRateInBps()
public void setBitRateInBps(int bitRateInBps)
public int getSampleRateInHz()
public void setSampleRateInHz(int sampleRateInHz)
public int getChannels()
public void setChannels(int channels)
public String getCodec()
public void setCodec(String codec)
public VolumeAdjust getVolumeAdjust()
public void setVolumeAdjust(VolumeAdjust volumeAdjust)
public List<Audio.InputIndex> getMapping()
public void setMapping(List<Audio.InputIndex> mapping)
Copyright © 2025. All rights reserved.