MusicD class
Music, audio stream, anything longer than ~10 seconds should be streamed
- Inheritance
-
- Object
- RaylibStruct<
MusicD> - MusicD
Constructors
-
MusicD({StructPointer<
MusicD> ? op, AudioStreamD? stream, int frameCount = 0, bool looping = false, MusicContextType ctxType = .MUSIC_AUDIO_NONE}) - MusicD.zero()
-
factory
Properties
- $state → RaylibTempStructState
-
Per-instance allocation state tracking slot keys, disposal, and identity.
finalinherited
-
ctxData
→ MemoryPointer<
RVoid> -
no setter
- ctxType ↔ MusicContextType
-
Type of music context (audio filetype)
getter/setter pair
- frameCount ↔ int
-
Total number of frames (considering channels)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- looping ↔ bool
-
Music looping enable
getter/setter pair
-
op
↔ StructPointer<
MusicD> ? -
The C-owned or RaylibTemp-owned typed pointer for this struct, if any.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stream ↔ AudioStreamD
-
Audio stream
getter/setter pair
- structIsDisposed → bool
-
Whether structMarkDisposed has been called on this instance.
no setterinherited
- structName → String
-
The Dart-side type name of this struct
no setterinherited
Methods
-
clone(
) → MusicD -
Returns a deep copy of this instance, preserving op if present.
override
-
copy(
) → MusicD -
Returns a deep copy of this instance without op.
inherited
-
getOp(
) → StructPointer< MusicD> -
Returns op, throwing a descriptive StateError if unavailable or this instance RaylibTempStructState.isDisposed.
inherited
-
getOpAndDispose(
) → StructPointer< MusicD> -
Returns op and immediately disposes this struct.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDart(
MusicD o) → MusicD -
Copies the fields of
ointo this instance.override -
signature(
) → String -
Returns a human-readable representation of this struct.
override
-
structAllocateInto(
RaylibTemp< RaylibBase> temp, MemoryPointer<RType> p, String key) → void -
Allocates nested pointers into
tempunderkeyas needed.override -
structMarkDisposed(
) → void -
Marks this instance as disposed and clears op.
inherited
-
structOnOp(
void callback(StructPointer< MusicD> p)) → void -
Calls
callbackwith op if it is set, otherwise no-ops.inherited -
structReadFrom(
MemoryPointer< RType> p) → void -
override
-
structSetTag(
String newTag) → MusicD -
Sets RaylibTempStructState.tag to
newTag.inherited -
structSyncFromMemory(
) → void -
Syncs all fields from the memory. Requires op.
inherited
-
structSyncToMemory(
) → void -
Syncs all fields to the memory. Requires op.
inherited
-
structWriteInto(
MemoryPointer< RType> p) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
field_ctxData
→ StructPointerValueField<
dynamic, RVoid> -
Field descriptor for ctxData.
final
-
field_ctxType
→ StructValueField<
MusicContextType, RType> -
Field descriptor for ctxType.
final
-
field_frameCount
→ StructValueField<
int, RUnsignedInt> -
Field descriptor for frameCount.
final
-
field_looping
→ StructValueField<
bool, RBool> -
Field descriptor for looping.
final
-
field_stream
→ StructValueField<
AudioStreamD, RStruct> -
Field descriptor for stream.
final
-
struct
→ StructType<
MusicD> -
Describes the raw memory layout, construction, and pointer representation
of this struct type.
final
-
structLayout
→ StructLayout<
MusicField> -
Raw memory layout of this object.
final