acoustic-river-16455
06/26/2025, 9:01 PMtimestamp_us
in the received video frametall-airline-16756
06/26/2025, 9:01 PMtall-airline-16756
06/26/2025, 9:01 PMtimestamp_us
field in the received video frame is an integer that represents the timestamp of the video frame in microseconds. It is part of the VideoFrameEvent
class, which also includes the fields frame
and rotation
. This timestamp is included in the event data when a frame is received through a VideoStream
, and it can also be specified when capturing a frame using VideoSource.capture_frame()
.
Sources: livekit.rtc API documentation | livekit.rtc.video_stream API documentation