Cappuccino  1.0.0
All Classes Files Functions Variables Typedefs Macros Groups Pages
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

var CPSoundDelegate_sound_didFinishPlaying_ = 1 << 1

Definition at line 34 of file CPSound.j.

CPSoundLoadStateCanBePlayed = 2

Definition at line 38 of file CPSound.j.

CPSoundLoadStateEmpty = 0

Definition at line 36 of file CPSound.j.

CPSoundLoadStateError = 3

Definition at line 39 of file CPSound.j.

CPSoundLoadStateLoading = 1

Definition at line 37 of file CPSound.j.

CPSoundPlayBackStatePause = 2

Definition at line 43 of file CPSound.j.

CPSoundPlayBackStatePlay = 0

Definition at line 41 of file CPSound.j.

CPSoundPlayBackStateStop = 1

Definition at line 42 of file CPSound.j.