| 39 | } |
| 40 | |
| 41 | void CDSampleManager::RemoveDSample(unsigned Index) { |
| 42 | (void)ReleaseDSample(Index); |
| 43 | } |
| 44 | |
| 45 | std::shared_ptr<const ft0cc::doc::dpcm_sample> CDSampleManager::GetDSample(unsigned Index) const |
| 46 | { |
no outgoing calls
no test coverage detected