API  1.0.0
CPSound.j File Reference

Go to the source code of this file.

Classes

protocol  <CPSoundDelegate >
 

Variables

var CPSoundDelegate_sound_didFinishPlaying_ = 1 << 1
 
 CPSoundLoadStateCanBePlayed = 2
 
 CPSoundLoadStateEmpty = 0
 
 CPSoundLoadStateError = 3
 
 CPSoundLoadStateLoading = 1
 
 CPSoundPlayBackStatePause = 2
 
 CPSoundPlayBackStatePlay = 0
 
 CPSoundPlayBackStateStop = 1
 

Variable Documentation

◆ CPSoundDelegate_sound_didFinishPlaying_

var CPSoundDelegate_sound_didFinishPlaying_ = 1 << 1

Definition at line 34 of file CPSound.j.

◆ CPSoundLoadStateCanBePlayed

CPSoundLoadStateCanBePlayed = 2

Definition at line 38 of file CPSound.j.

◆ CPSoundLoadStateEmpty

CPSoundLoadStateEmpty = 0

Definition at line 36 of file CPSound.j.

◆ CPSoundLoadStateError

CPSoundLoadStateError = 3

Definition at line 39 of file CPSound.j.

◆ CPSoundLoadStateLoading

CPSoundLoadStateLoading = 1

Definition at line 37 of file CPSound.j.

◆ CPSoundPlayBackStatePause

CPSoundPlayBackStatePause = 2

Definition at line 43 of file CPSound.j.

◆ CPSoundPlayBackStatePlay

CPSoundPlayBackStatePlay = 0

Definition at line 41 of file CPSound.j.

◆ CPSoundPlayBackStateStop

CPSoundPlayBackStateStop = 1

Definition at line 42 of file CPSound.j.