| Modifier and Type | Field and Description |
|---|---|
protected long |
mNativePtr |
| Constructor and Description |
|---|
VideoMuxer(int fd) |
VideoMuxer(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
int |
addTrack(android.media.MediaFormat format) |
protected void |
finalize() |
boolean |
isStarted() |
void |
release() |
void |
start() |
void |
stop() |
void |
writeSampleData(int trackIndex,
java.nio.ByteBuffer buf,
android.media.MediaCodec.BufferInfo bufferInfo) |
public VideoMuxer(java.lang.String path)
public VideoMuxer(int fd)
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic int addTrack(android.media.MediaFormat format)
public void writeSampleData(int trackIndex,
java.nio.ByteBuffer buf,
android.media.MediaCodec.BufferInfo bufferInfo)
writeSampleData in interface IMuxer