FourdgsAudio class

Opcode 0x09. Present only when the scene has audio; its absence is the signal, not a placeholder.

Constructors

FourdgsAudio({required String codec, required double startSec, required Uint8List data})
const

Properties

codec String
Well-known audio codec name — wav or opus in this version.
final
data Uint8List
The encoded track, verbatim.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startSec double
Scene time at which the track's first sample plays.
final

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

parse(Uint8List content) FourdgsAudio