MusicKit
0.0.0
|
Experimental Snd class. USE WITH EXTREME CAUTION. _ONLY_ use SndOnDisk for solo playback at present. More...
#import <SndOnDisk.h>
Public Member Functions | |
(int) | - dataSize |
Return the size (in bytes) of the Snd's sample data. | |
(int) | - dataSize |
Return the size (in bytes) of the Snd's sample data. |
Experimental Snd class. USE WITH EXTREME CAUTION. _ONLY_ use SndOnDisk for solo playback at present.
Experimental testing and development ground for disk-based Snds.
- (int) dataSize |
Return the size (in bytes) of the Snd's sample data.
If you modify the data (through the pointer returned by the data method) you must be careful not to exceed its length. If the sound is fragmented, the value returned by this method is still the total size of the Snd's data.
Reimplemented from Snd.
- (int) dataSize |
Return the size (in bytes) of the Snd's sample data.
If you modify the data (through the pointer returned by the data method) you must be careful not to exceed its length. If the sound is fragmented, the value returned by this method is still the total size of the Snd's data.
Reimplemented from Snd.