MiniCameraPlatformInterface class abstract

Abstract interface for camera functionality on all platforms.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createContext() Future<MiniCameraContextPlatformInterface>
Create a camera context (for capture/configuration).
enumerateDevices() Future<List<MiniAVDeviceInfo>>
Enumerate available camera devices.
getDefaultFormat(String deviceId) Future<MiniAVVideoInfo>
Get supported audio formats for a given device.
getSupportedFormats(String deviceId) Future<List<MiniAVVideoInfo>>
Get supported video formats for a given device.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited