Index: webrtc/audio_send_stream.h |
diff --git a/webrtc/audio_send_stream.h b/webrtc/audio_send_stream.h |
index 24c3d77ab27a30eac58e351381178ca90c27f832..d1af9e01034099efb8f95be568f83f8d2762eff5 100644 |
--- a/webrtc/audio_send_stream.h |
+++ b/webrtc/audio_send_stream.h |
@@ -90,8 +90,8 @@ |
}; |
// TODO(solenberg): Make payload_type a config property instead. |
- virtual bool SendTelephoneEvent(int payload_type, int event, |
- int duration_ms) = 0; |
+ virtual bool SendTelephoneEvent(int payload_type, uint8_t event, |
+ uint32_t duration_ms) = 0; |
virtual Stats GetStats() const = 0; |
}; |
} // namespace webrtc |