Package-level declarations
Types
Link copied to clipboard
actual class CameraController : CommonCameraController<AndroidRecordController, AndroidTakePictureCommand>
A controller that manages the state and interactions of the camera.
A controller that manages the state and interactions of the camera.
A controller that manages the state and interactions of the camera.
Link copied to clipboard
abstract class CommonCameraController<RC : RecordController, TPC : TakePictureCommand> : CameraControllerContract
Common Camera Controller that abstracts the implementation of Common API.