Add a flags field to video timing extension.
The rtp header extension for video timing shuold have an additional field for signaling metadata, such as what triggered the extension for this particular frame. This will allow separating frames select because of outlier sizes from regular frames, for more accurate stats. This implementation is backwards compatible in that it can read video timing extensions without the new flag field, but it always sends with it included. BUG=webrtc:7594 Review-Url: https://codereview.webrtc.org/3000753002 Cr-Commit-Position: refs/heads/master@{#19353}
This commit is contained in:
@ -40,7 +40,7 @@ RTC_EXPORT
|
||||
@property(nonatomic, assign) uint32_t timeStamp;
|
||||
@property(nonatomic, assign) long captureTimeMs;
|
||||
@property(nonatomic, assign) long ntpTimeMs;
|
||||
@property(nonatomic, assign) BOOL isTimingFrame;
|
||||
@property(nonatomic, assign) uint8_t flags;
|
||||
@property(nonatomic, assign) long encodeStartMs;
|
||||
@property(nonatomic, assign) long encodeFinishMs;
|
||||
@property(nonatomic, assign) RTCFrameType frameType;
|
||||
|
||||
Reference in New Issue
Block a user