#import <SndOnDisk.h>
Public Member Functions | |
(int) | - dataSize |
Return the size (in bytes) of the Snd's sample data. |
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.