| Modifier and Type | Method and Description |
|---|---|
AudioFrame |
Decoder.decodeAudio(MediaPacket mediaPacket)
Decode a media packet with audio samples into an
AudioFrame. |
AudioFrame[] |
AudioResampler.resample(AudioFrame frame)
Resample audio samples within the provided audio frame.
|
| Modifier and Type | Method and Description |
|---|---|
MediaPacket[] |
Muxer.addSamples(AudioFrame frame) |
MediaPacket[] |
Encoder.encodeAudio(AudioFrame audioFrame) |
static byte[] |
Audio.getAudio16(AudioFrame frame)
Get byte array with interleaved signed two byte samples.
|
static byte[] |
Audio.getAudio24(AudioFrame frame)
Get byte array with interleaved signed three byte samples.
|
static byte[] |
Audio.getAudio32(AudioFrame frame)
Get byte array with interleaved signed four byte samples.
|
static byte[] |
Audio.getAudio8(AudioFrame frame)
Get byte array with interleaved signed
byte samples. |
AudioFrame[] |
AudioResampler.resample(AudioFrame frame)
Resample audio samples within the provided audio frame.
|
Copyright © 2013. All Rights Reserved.