Lines Matching refs:INT32
32 INT32 getSoundMode() const;
33 INT32 getChannels() const;
34 INT32 getSampleRate() const;
38 INT32 getDuration() const;
42 void setSoundMode(const INT32 soundMode);
43 void setChannels(INT32 channels);
44 void setSampleRate(INT32 sampleRate);
48 void setDuration(const INT32 duration);
56 INT32 mSoundMode;
57 INT32 mChannels;
58 INT32 mSampleRate;
63 INT32 mDuration;