Searched defs:VideoFrameMetaData (Results 1 – 1 of 1) sorted by relevance
62 struct VideoFrameMetaData { struct63 VideoFrameMetaData(const webrtc::VideoFrame& frame, Timestamp now) in VideoFrameMetaData() function71 int64_t render_time_ms() const { in render_time_ms()75 const uint32_t rtp_timestamp;76 const int64_t timestamp_us;77 const int64_t ntp_time_ms;78 const int width;79 const int height;81 const Timestamp decode_timestamp;