Channels enum

The channels to be used while initializing the player.

Inheritance
Available extensions

Values

mono → const Channels

One channel.

const Channels(1)
stereo → const Channels

Two channels.

const Channels(2)
quad → const Channels

Four channels.

const Channels(4)
surround51 → const Channels

Six channels.

const Channels(6)
dolby71 → const Channels

Eight channels.

const Channels(8)

Properties

count int
The channels count.
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
Returns a human-friendly channel name.
override

Operators

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

Constants

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