public class AudioFrame extends AudioBuffer
data, format, nFrames
Constructor and Description |
---|
AudioFrame(ByteBuffer buffer,
AudioFormat format,
int nFrames,
long pts,
long duration,
long timescale,
int frameNo) |
Modifier and Type | Method and Description |
---|---|
long |
getDuration() |
int |
getFrameNo() |
long |
getPts() |
long |
getTimescale() |
getData, getFormat, getNFrames
public AudioFrame(ByteBuffer buffer, AudioFormat format, int nFrames, long pts, long duration, long timescale, int frameNo)
Copyright © 2019. All rights reserved.