| 117 | } |
| 118 | |
| 119 | float AudioClip::GetBufferStartTime(int32 bufferIndex) const |
| 120 | { |
| 121 | ASSERT(IsLoaded()); |
| 122 | return _buffersStartTimes[bufferIndex]; |
| 123 | } |
| 124 | |
| 125 | int32 AudioClip::GetFirstBufferIndex(float time, float& offset) const |
| 126 | { |
no test coverage detected