Skip to main content

Variable: M2SoundStatus

const M2SoundStatus: object

Type declaration

Decoding

readonly Decoding: "Decoding" = "Decoding"

Sound is being decoded.

Deferred

readonly Deferred: "Deferred" = "Deferred"

Sound was set for lazy loading, and loading has not yet been requested.

Error

readonly Error: "Error" = "Error"

Error occurred in loading.

Fetched

readonly Fetched: "Fetched" = "Fetched"

Sound has been fetched.

Fetching

readonly Fetching: "Fetching" = "Fetching"

Sound is being fetched.

Ready

readonly Ready: "Ready" = "Ready"

Sound has fully finished loading and is ready to use.

WillFetch

readonly WillFetch: "WillFetch" = "WillFetch"

Sound is indicated for fetching, but fetching has not begun.

Source

M2Sound.ts:9