commit | b2a318bb8e699324f5953aa20d5d24b34e1a00a5 | [log] [tgz] |
---|---|---|
author | gnish <gnish@webrtc.org> | Wed May 10 09:21:33 2017 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 10 16:21:33 2017 +0000 |
tree | 2bc18ab7062154fd3dcd98dbd537aee775954bfc | |
parent | 2d9d21f32831b7e5db2ecbc8cc3504d3599a9cb6 [diff] [blame] |
Configured VCMTiming with sender defining delay times. BUG=webrtc:7590 Review-Url: https://codereview.webrtc.org/2870823003 Cr-Commit-Position: refs/heads/master@{#18086}
diff --git a/webrtc/modules/video_coding/encoded_frame.h b/webrtc/modules/video_coding/encoded_frame.h index 96f9d00..fc17264 100644 --- a/webrtc/modules/video_coding/encoded_frame.h +++ b/webrtc/modules/video_coding/encoded_frame.h
@@ -46,6 +46,11 @@ _encodedWidth = width; _encodedHeight = height; } + + void SetPlayoutDelay(PlayoutDelay playout_delay) { + playout_delay_ = playout_delay; + } + /** * Get the encoded image */