public interface Encoder
| Modifier and Type | Method and Description |
|---|---|
void |
encode(java.nio.ByteBuffer buffer) |
void |
encode(java.nio.ByteBuffer buffer,
int length,
long presentationTimeUs) |
void |
frameAvailableSoon() |
java.lang.String |
getOutputPath() |
boolean |
isAudio() |
boolean |
isCapturing() |
void |
prepare() |
void |
release() |
void |
signalEndOfInputStream() |
void |
start() |
void |
stop() |
void prepare()
throws java.lang.Exception
java.lang.Exceptionvoid start()
void stop()
void release()
void signalEndOfInputStream()
void encode(java.nio.ByteBuffer buffer)
void encode(java.nio.ByteBuffer buffer,
int length,
long presentationTimeUs)
void frameAvailableSoon()
boolean isCapturing()
java.lang.String getOutputPath()
boolean isAudio()