| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index f114d72613a2ac0d17461a664babe1715b7fd027..d2d91ce04ee90249b6115d4d2172e8ab19c28d94 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -175,6 +175,8 @@ class Channel
|
|
|
| // Send using this encoder, with this payload type.
|
| bool SetEncoder(int payload_type, std::unique_ptr<AudioEncoder> encoder);
|
| + void ModifyEncoder(
|
| + rtc::FunctionView<void(std::unique_ptr<AudioEncoder>*)> modifier);
|
|
|
| // API methods
|
|
|
|
|