| 22 | } |
| 23 | |
| 24 | bool GrAudioEncoderPlugin::OnDestroy() { |
| 25 | |
| 26 | return true; |
| 27 | } |
| 28 | |
| 29 | void GrAudioEncoderPlugin::Encode(const std::shared_ptr<Data>& data, int sample, int channels, int bits) { |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected