SdlxAudioSpec class
Constructors
- SdlxAudioSpec({int format = 0, int channels = 0, int freq = 0, int sampleFrames = 0})
Properties
Methods
-
calloc(
) → Pointer< SdlAudioSpec> -
loadFromPointer(
Pointer< SdlAudioSpec> pointer) → void -
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