| org.opencdnunion.media.streamer.capture.camera.ICameraHintView |
Interface of CameraHintView for CameraTouchHelper.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
setFocused(boolean success)
Camera auto focus complete.
| ||||||||||
| abstract void |
startFocus(Rect rect)
Start camera auto focus with given area.
| ||||||||||
| abstract void |
updateZoomRatio(float val)
Update zoom ratio value while zooming.
| ||||||||||
Camera auto focus complete.
| success | is auto focus success. |
|---|
Start camera auto focus with given area.
| rect | area to focus |
|---|
Update zoom ratio value while zooming.
| val | zoom ratio to show |
|---|