MediaTrackFacingMode enum
Facing mode of a media track's video input.
Constructors
- MediaTrackFacingMode()
-
const
Values
- user → const MediaTrackFacingMode
- environment → const MediaTrackFacingMode
Properties
- asUpdate → MediaTrackFacingModeUpdate
-
Convenience method turn this value into an update.
read-only
- flipped → MediaTrackFacingMode
-
Convenience method to flip the facing mode of a media track video input device.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- index → int
-
A numeric identifier for the enumerated value.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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.
[user, environment]