- CameraFragment - Class in com.commonsware.cwac.camera.acl
-
- CameraFragment() - Constructor for class com.commonsware.cwac.camera.acl.CameraFragment
-
- CameraFragment - Class in com.commonsware.cwac.camera
-
Primary class for using `CameraView` as a fragment.
- CameraFragment() - Constructor for class com.commonsware.cwac.camera.CameraFragment
-
- CameraHost - Interface in com.commonsware.cwac.camera
-
Specification of a CameraHost, which is the primary way
by which an app will interact with the library.
- CameraHost.FailureReason - Enum in com.commonsware.cwac.camera
-
Indication of why we were unable to open up a camera.
- CameraHost.RecordingHint - Enum in com.commonsware.cwac.camera
-
Indication of what purpose we plan to put the camera
towards.
- CameraHostProvider - Interface in com.commonsware.cwac.camera
-
Interface that needs to be implemented on activities that
inflate layouts containing a CameraView widget, so that
the widget can obtain its CameraHost immediately.
- CameraUtils - Class in com.commonsware.cwac.camera
-
- CameraUtils() - Constructor for class com.commonsware.cwac.camera.CameraUtils
-
- CameraView - Class in com.commonsware.cwac.camera
-
- CameraView(Context) - Constructor for class com.commonsware.cwac.camera.CameraView
-
- CameraView(Context, AttributeSet) - Constructor for class com.commonsware.cwac.camera.CameraView
-
- CameraView(Context, AttributeSet, int) - Constructor for class com.commonsware.cwac.camera.CameraView
-
- cancel() - Method in class com.commonsware.cwac.camera.ZoomTransaction
-
Cancels an outstanding smooth zoom request.
- cancelAutoFocus() - Method in class com.commonsware.cwac.camera.acl.CameraFragment
-
- cancelAutoFocus() - Method in class com.commonsware.cwac.camera.CameraFragment
-
Call this to cancel an auto-focus operation that had
been started via a call to autoFocus().
- cancelAutoFocus() - Method in class com.commonsware.cwac.camera.CameraView
-
- com.commonsware.cwac.camera - package com.commonsware.cwac.camera
-
- com.commonsware.cwac.camera.acl - package com.commonsware.cwac.camera.acl
-
- configureRecorderAudio(int, MediaRecorder) - Method in interface com.commonsware.cwac.camera.CameraHost
-
This will be called by the library to give you a chance
to configure the audio of the MediaRecorder, just prior
to beginning to record a video.
- configureRecorderAudio(int, MediaRecorder) - Method in class com.commonsware.cwac.camera.SimpleCameraHost
-
- configureRecorderOutput(int, MediaRecorder) - Method in interface com.commonsware.cwac.camera.CameraHost
-
This will be called by the library to give you a chance
to configure the output of the MediaRecorder, just
prior to beginning to record a video.
- configureRecorderOutput(int, MediaRecorder) - Method in class com.commonsware.cwac.camera.SimpleCameraHost
-
- configureRecorderProfile(int, MediaRecorder) - Method in interface com.commonsware.cwac.camera.CameraHost
-
This will be called by the library to give you a chance
to configure the profile of the MediaRecorder, just
prior to beginning to record a video.
- configureRecorderProfile(int, MediaRecorder) - Method in class com.commonsware.cwac.camera.SimpleCameraHost
-