Skip to main content

AudioState

The state of the audio player.

Inherits: enum.Enum

Properties

  • COMPLETED - The audio player has successfully reached the end of the audio.
  • DISPOSED - The audio player has been disposed of and should not be used anymore.
  • PAUSED - The audio player is paused and can be resumed.
  • PLAYING - The audio player is currently playing audio.
  • STOPPED - The audio player is stopped.

Properties

COMPLETEDclass-attributeinstance-attribute

The audio player has successfully reached the end of the audio.

DISPOSEDclass-attributeinstance-attribute

The audio player has been disposed of and should not be used anymore.

PAUSEDclass-attributeinstance-attribute

The audio player is paused and can be resumed.

PLAYINGclass-attributeinstance-attribute

The audio player is currently playing audio.

STOPPEDclass-attributeinstance-attribute

The audio player is stopped.