AudioContainer enum

The audio containers the pipeline recognises.

Inheritance
Available extensions

Values

ogg → const AudioContainer
const AudioContainer('.ogg')
wav → const AudioContainer
const AudioContainer('.wav')
mp3 → const AudioContainer
const AudioContainer('.mp3')
flac → const AudioContainer
const AudioContainer('.flac')

Properties

extension String
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
A string representation of this object.
inherited

Operators

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

Static Methods

of(String path) AudioContainer
The container path's extension names, or AudioContainer.ogg when it names none - which is what a packed asset resolved through a manifest looks like.

Constants

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