Variable: M2SoundStatus
constM2SoundStatus:object
Type declaration
Decoding
readonlyDecoding:"Decoding"="Decoding"
Sound is being decoded.
Deferred
readonlyDeferred:"Deferred"="Deferred"
Sound was set for lazy loading, and loading has not yet been requested.
Error
readonlyError:"Error"="Error"
Error occurred in loading.
Fetched
readonlyFetched:"Fetched"="Fetched"
Sound has been fetched.
Fetching
readonlyFetching:"Fetching"="Fetching"
Sound is being fetched.
Ready
readonlyReady:"Ready"="Ready"
Sound has fully finished loading and is ready to use.
WillFetch
readonlyWillFetch:"WillFetch"="WillFetch"
Sound is indicated for fetching, but fetching has not begun.
Defined in
m2c2kit/packages/core/src/M2Sound.ts:10