MediaTrackFacingMode enum

Facing mode of a media track's video input.

Inheritance

Constructors

MediaTrackFacingMode()
const

Values

user → const MediaTrackFacingMode
environment → const MediaTrackFacingMode

Properties

asUpdate MediaTrackFacingModeUpdate
Convenience method turn this value into an update.
no setter
flipped MediaTrackFacingMode
Convenience method to flip the facing mode of a media track video input device.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

fromString(String string) MediaTrackFacingMode?

Constants

values → const List<MediaTrackFacingMode>
A constant List of the values in this enum, in order of their declaration.