Utility class for common bitmap operations. More...
Static Public Member Functions | |
static VideoBuffer | bitmapToBuffer (Bitmap bitmap) throws Exception |
Converts an Android Bitmap to a VideoBuffer. More... | |
static Bitmap | bufferToBitmap (VideoBuffer videoBuffer) |
Converts a VideoBuffer to an Android Bitmap. More... | |
Utility class for common bitmap operations.
|
static |
|
static |
Converts a VideoBuffer to an Android Bitmap.
videoBuffer | The video buffer to convert. |