meet::VideoFrame

Summary

Public attributes

contributing_source
uint32_t
Contributing source (CSRC) of the current audio frame.
frame
const webrtc::VideoFrame &
synchronization_source
uint32_t
Synchronization source (SSRC) of the video frame.

Public attributes

contributing_source

uint32_t meet::VideoFrame::contributing_source

Contributing source (CSRC) of the current audio frame.

This ID is used to identify which participant in the conference generated the frame. Integrators can cross reference this value with values pushed from Meet servers to the client via MediaEntriesToClient resource updates.

See also: WebRTC Contributing Source

frame

const webrtc::VideoFrame & meet::VideoFrame::frame

synchronization_source

uint32_t meet::VideoFrame::synchronization_source

Synchronization source (SSRC) of the video frame.

This ID identifies which media stream the video frame originated from. The ssrc is for debugging purposes only.

See also: WebRTC Synchronization Source