Rename PlayoutDelay --> VideoPlayoutDelay, move to api/video/video_timing.h
We can then finally delete the top-level common_types.h, and the corresponding build target webrtc_common. Bug: webrtc:7660 Change-Id: I1c1096541477586d90774c7a3405b9d36edec14a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/182800 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32044}
This commit is contained in:
@ -34,7 +34,7 @@ class RTC_EXPORT VCMEncodedFrame : protected EncodedImage {
|
||||
_renderTimeMs = renderTimeMs;
|
||||
}
|
||||
|
||||
void SetPlayoutDelay(PlayoutDelay playout_delay) {
|
||||
void SetPlayoutDelay(VideoPlayoutDelay playout_delay) {
|
||||
playout_delay_ = playout_delay;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user