| 115 | } |
| 116 | |
| 117 | bool XMPDecoder::IsFinished() const { |
| 118 | if (!ctx) |
| 119 | return false; |
| 120 | |
| 121 | return finished; |
| 122 | } |
| 123 | |
| 124 | void XMPDecoder::GetFormat(int& freq, AudioDecoder::Format& frmt, int& chans) const { |
| 125 | freq = frequency; |
no outgoing calls
no test coverage detected