MusicKit  0.0.0
Public Member Functions
SndOnDisk Class Reference

Experimental Snd class. USE WITH EXTREME CAUTION. _ONLY_ use SndOnDisk for solo playback at present. More...

#import <SndOnDisk.h>

Inheritance diagram for SndOnDisk:
Snd Snd

List of all members.

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.

Detailed Description

Experimental Snd class. USE WITH EXTREME CAUTION. _ONLY_ use SndOnDisk for solo playback at present.

Experimental testing and development ground for disk-based Snds.


Member Function Documentation

- (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.

Returns:
Returns a long int.

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.

Returns:
Returns a long int.

Reimplemented from Snd.


The documentation for this class was generated from the following files: