public static final class VideoEditor.OverlayData extends Object
Constructor and Description |
---|
VideoEditor.OverlayData()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
needsRendering()
Check if the overlay needs to be rendered
|
void |
release()
Releases the bitmap
|
void |
renderOverlay(Bitmap destBitmap)
Render the overlay by either clearing it or by
rendering the overlay bitmap with the specified
rendering mode
|
public void release()
public boolean needsRendering()
public void renderOverlay(Bitmap destBitmap)
destBitmap
- The destination bitmap