Lines Matching refs:INT32
34 INT32 getSoundMode() const;
35 INT32 getChannels() const;
36 INT32 getSampleRate() const;
38 INT32 getFrameNum() const;
39 INT32 getDuration() const;
46 void setSoundMode(const INT32 soundMode);
47 void setChannels(INT32 channels);
48 void setSampleRate(INT32 sampleRate);
50 void setFrameNum(INT32 frames);
51 void setDuration(INT32 duration);
63 INT32 mSoundMode;
66 INT32 mChannels;
67 INT32 mSampleRate;
69 INT32 mDuration;