| 108 | const SFXFormat& getFormat() const { return mFormat; } |
| 109 | U32 getSampleCount() const { return mSamples; } |
| 110 | U32 getDataLength() const { return mSamples * mFormat.getBytesPerSample(); } |
| 111 | U32 getDuration() const { return mFormat.getDuration( mSamples ); } |
| 112 | bool isEOS() const; |
| 113 | }; |
nothing calls this directly
no test coverage detected