fmsynth_status_t class abstract

Generic status code for certain functions.

Constructors

fmsynth_status_t()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

FMSYNTH_STATUS_BUFFER_TOO_SMALL → const int
< Provided buffer is too small.
FMSYNTH_STATUS_BUSY → const int
< Operation could not complete due to insufficient resources at the moment.
FMSYNTH_STATUS_ENSURE_INT → const int
< Ensure the enum is sizeof(int).
FMSYNTH_STATUS_INVALID_FORMAT → const int
< Provided buffer does not adhere to specified format.
FMSYNTH_STATUS_MESSAGE_UNKNOWN → const int
< Provided MIDI message is unknown.
FMSYNTH_STATUS_NO_NUL_TERMINATE → const int
< Metadata string was not properly NUL-terminated.
FMSYNTH_STATUS_OK → const int
< Operation completed successfully.