public interface VideoSequenceWriter
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setWidth(int width) |
void |
start(File output) |
void |
stop() |
void |
writePicture(ByteBuffer rgbaBuff) |
void start(File output)
void writePicture(ByteBuffer rgbaBuff)
int getWidth()
void setWidth(int width)
int getHeight()
void setHeight(int height)
void stop()
Copyright © 2017. All Rights Reserved.