| 16 | namespace tc |
| 17 | { |
| 18 | std::string OpusEncoderPlugin::GetPluginId() { |
| 19 | return kOpusEncoderPluginId; |
| 20 | } |
| 21 | |
| 22 | std::string OpusEncoderPlugin::GetPluginName() { |
| 23 | return "OPUS Encoder"; |
nothing calls this directly
no outgoing calls
no test coverage detected