Sound class final

Inheritance
Implemented types
Available extensions

Constructors

Sound()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
buffer ma_audio_buffer
getter/setter pair
channels int
getter/setter pair
decoder ma_decoder
getter/setter pair
engine Pointer<ma_engine>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
is_looped bool
getter/setter pair
is_raw_data bool
getter/setter pair
loop_delay_ds SilenceDataSource
getter/setter pair
loop_delay_ms int
getter/setter pair
original_format ma_format
no setter
original_formatAsInt int
getter/setter pair
owned_data Pointer<Void>
getter/setter pair
owned_size int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sample_rate int
getter/setter pair
sound ma_sound
getter/setter pair

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