Returns the data length in bytes.
| 307 | |
| 308 | /// Returns the data length in bytes. |
| 309 | U32 getDataLength( U32 ms ) const |
| 310 | { |
| 311 | U32 bytes = ( ( (U64)ms * (U64)mSamplesPerSecond ) * (U64)getBytesPerSample() ) / (U64)1000; |
| 312 | return bytes; |
| 313 | } |
| 314 | }; |
| 315 | |
| 316 |
no outgoing calls
no test coverage detected