AudioAsset class abstract

Inheritance
Available extensions

Constructors

AudioAsset()

Properties

assetId int
no setterinherited
assetUniqueName String

Available on FileAsset, provided by the FileAssetExtension extension

no setter
cdnBaseUrl String
no setterinherited
cdnUuid String
no setterinherited
fileExtension String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uniqueFilename String

Available on FileAsset, provided by the FileAssetExtension extension

no setter
url String

Available on FileAsset, provided by the FileAssetExtension extension

no setter

Methods

audio(AudioSource audioSource) bool
decode(Uint8List bytes) Future<bool>
inherited
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

Constants

coreType → const int