A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
M
- mapFacing(Facing) - function in com.otaliastudios.cameraview.engine.mappers.Camera2Mapper
- mapFacing(Facing) - function in com.otaliastudios.cameraview.engine.mappers.Camera1Mapper
- mapFlash(Flash) - function in com.otaliastudios.cameraview.engine.mappers.Camera2Mapper
- mapFlash(Flash) - function in com.otaliastudios.cameraview.engine.mappers.Camera1Mapper
- mapGesture(Gesture,GestureAction) - function in com.otaliastudios.cameraview.CameraView
- Maps a Gesture to a certain gesture action.
- mapHdr(Hdr) - function in com.otaliastudios.cameraview.engine.mappers.Camera2Mapper
- mapHdr(Hdr) - function in com.otaliastudios.cameraview.engine.mappers.Camera1Mapper
- mapWhiteBalance(WhiteBalance) - function in com.otaliastudios.cameraview.engine.mappers.Camera2Mapper
- mapWhiteBalance(WhiteBalance) - function in com.otaliastudios.cameraview.engine.mappers.Camera1Mapper
- Marker - class in com.otaliastudios.cameraview.markers
- A marker is an overlay over the CameraView preview, which should be drawn at specific times during the camera lifecycle.
- MarkerLayout - class in com.otaliastudios.cameraview.markers
- Manages markers and provides an hierarchy / Canvas for them.
- MarkerParser - class in com.otaliastudios.cameraview.markers
- Parses markers from XML attributes.
- matches(Size) - function in com.otaliastudios.cameraview.size.AspectRatio
- matches(Size,float) - function in com.otaliastudios.cameraview.size.AspectRatio
- maxArea(int) - function in com.otaliastudios.cameraview.size.SizeSelectors
- Returns a new SizeSelector that keeps only sizeswhose area is at most equal to the given area in pixels.
- maxHeight(int) - function in com.otaliastudios.cameraview.size.SizeSelectors
- Returns a new SizeSelector that keeps only sizeswhose height is at most equal to the given height.
- maxWidth(int) - function in com.otaliastudios.cameraview.size.SizeSelectors
- Returns a new SizeSelector that keeps only sizeswhose width is at most equal to the given width.
- measure(int,int) - function in android.view.MarkerLayout
- measure(int,int) - function in android.view.GridLinesLayout
- measure(int,int) - function in android.view.CameraView
- measure(int,int) - function in android.view.OverlayLayout
- MediaEncoder - class in com.otaliastudios.cameraview.video.encoding
- Base class for single-track encoders, coordinated by a MediaEncoderEngine.
- MediaEncoderEngine - class in com.otaliastudios.cameraview.video.encoding
- The entry point for encoding video files.
- MediaEncoderEngine.Controller - class in com.otaliastudios.cameraview.video.encoding.MediaEncoderEngine
- A handle for MediaEncoders to pass information to this engine.All methods here can be called for multiple threads.
- MediaEncoderEngine.Listener - class in com.otaliastudios.cameraview.video.encoding.MediaEncoderEngine
- Receives the stop event callback to know when the videowas written (or what went wrong).
- MeterAction - class in com.otaliastudios.cameraview.engine.meter
- MeteringRegions - class in com.otaliastudios.cameraview.metering
- MeteringTransform - class in com.otaliastudios.cameraview.metering
- MeterResetAction - class in com.otaliastudios.cameraview.engine.meter
- METHOD - enum entry in com.otaliastudios.cameraview.markers.AutoFocusTrigger
Autofocus was triggered by the startAutoFocus method.
- minArea(int) - function in com.otaliastudios.cameraview.size.SizeSelectors
- Returns a new SizeSelector that keeps only sizeswhose area is at least equal to the given area in pixels.
- minHeight(int) - function in com.otaliastudios.cameraview.size.SizeSelectors
- Returns a new SizeSelector that keeps only sizeswhose height is at least equal to the given height.
- minWidth(int) - function in com.otaliastudios.cameraview.size.SizeSelectors
- Returns a new SizeSelector that keeps only sizeswhose width is at least equal to the given width.
- Mode - class in com.otaliastudios.cameraview.controls
- Type of the session to be opened or to move to.
- MONO - enum entry in com.otaliastudios.cameraview.controls.Audio
Force mono channel audio.
- MultiFilter - class in com.otaliastudios.cameraview.filter
- A MultiFilter is a special Filter that can group one or more filters together.