API 0.9.5
AppKit/CPSound.h
Go to the documentation of this file.
00001 
00002 @interface CPSound : CPObject
00003 {
00004     CPString            _name       // @accessors(property=name);
00005     id                  _delegate   // @accessors(property=delegate);
00006 
00007     BOOL                _playRequestBeforeLoad;
00008     HTMLAudioElement    _audioTag;
00009     int                 _loadStatus;
00010     int                 _playBackStatus;
00011 }
00012 @end
 All Classes Files Functions Variables Defines