API  1.0.0
CPSound.h
Go to the documentation of this file.
1 
2 @interface CPSound : CPObject
3 {
4  CPString _name // @accessors(property=name);
5  id _delegate // @accessors(property=delegate);
6 
7  BOOL _playRequestBeforeLoad;
8  HTMLAudioElement _audioTag;
9  int _loadStatus;
10  int _playBackStatus;
11  unsigned _implementedDelegateMethods;
12 }
13 @end
Definition: CPSound.h:2
An immutable string (collection of characters).
Definition: CPString.h:2