Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AUDIO_MIXING_STATE_TYPE

The states of the local user's audio mixing file.

Index

Enumeration members

AUDIO_MIXING_STATE_FAILED

AUDIO_MIXING_STATE_FAILED: = 714

714: An exception occurs when playing the audio mixing file. See AUDIO_MIXING_ERROR_TYPE.

AUDIO_MIXING_STATE_PAUSED

AUDIO_MIXING_STATE_PAUSED: = 711

711: The audio mixing file pauses playing after the method call of pauseAudioMixing succeeds.

AUDIO_MIXING_STATE_PLAYING

AUDIO_MIXING_STATE_PLAYING: = 710

710: The audio mixing file is playing after the method call of startAudioMixing or resumeAudioMixing succeeds.

AUDIO_MIXING_STATE_STOPPED

AUDIO_MIXING_STATE_STOPPED: = 713

713: The audio mixing file stops playing after the method call of stopAudioMixing succeeds.

Generated using TypeDoc