public interface CameraViewInterface extends AspectRatioViewInterface
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CameraViewInterface.Callback |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Bitmap |
captureStillImage() |
android.view.Surface |
getSurface() |
android.graphics.SurfaceTexture |
getSurfaceTexture() |
boolean |
hasSurface() |
void |
onPause() |
void |
onResume() |
void |
setCallback(CameraViewInterface.Callback callback) |
void |
setVideoEncoder(IVideoEncoder encoder) |
getAspectRatio, setAspectRatio, setAspectRatiovoid onPause()
void onResume()
void setCallback(CameraViewInterface.Callback callback)
android.graphics.SurfaceTexture getSurfaceTexture()
android.view.Surface getSurface()
boolean hasSurface()
void setVideoEncoder(IVideoEncoder encoder)
android.graphics.Bitmap captureStillImage()