| 301 | |
| 302 | /// |
| 303 | U32 getSampleCount( U32 ms ) const |
| 304 | { |
| 305 | return U64( mSamplesPerSecond ) * U64( ms ) / U64( 1000 ); |
| 306 | } |
| 307 | |
| 308 | /// Returns the data length in bytes. |
| 309 | U32 getDataLength( U32 ms ) const |
no outgoing calls
no test coverage detected