LiveKit C++ SDK
Real-time audio/video SDK for C++
Loading...
Searching...
No Matches
livekit::VideoEncodingOptions Struct Reference

#include <room_event_types.h>

Public Attributes

std::uint64_t max_bitrate = 0
 
double max_framerate = 0.0
 

Detailed Description

Video encoding configuration used when publishing a track.

Member Data Documentation

◆ max_bitrate

std::uint64_t livekit::VideoEncodingOptions::max_bitrate = 0

Maximum target bitrate in bps.

◆ max_framerate

double livekit::VideoEncodingOptions::max_framerate = 0.0

Maximum frame rate in frames per second.


The documentation for this struct was generated from the following file: