Agora C++ API Reference for All Platforms
Public Member Functions | Public Attributes | List of all members
agora::rtc::StreamLayerConfigInternal Struct Reference

Public Member Functions

 StreamLayerConfigInternal ()
 
 StreamLayerConfigInternal (const StreamLayerConfigInternal &other)
 
bool operator== (const StreamLayerConfigInternal &rhs) const
 
StreamLayerConfigInternaloperator= (const SimulcastConfig::StreamLayerConfig &slc)
 
void reset ()
 

Public Attributes

VideoDimensions dimensions
 
int framerate
 
int bitrate_kbps
 
bool enable
 

Constructor & Destructor Documentation

◆ StreamLayerConfigInternal() [1/2]

agora::rtc::StreamLayerConfigInternal::StreamLayerConfigInternal ( )
inline

◆ StreamLayerConfigInternal() [2/2]

agora::rtc::StreamLayerConfigInternal::StreamLayerConfigInternal ( const StreamLayerConfigInternal other)
inline

Member Function Documentation

◆ operator==()

bool agora::rtc::StreamLayerConfigInternal::operator== ( const StreamLayerConfigInternal rhs) const
inline

◆ operator=()

StreamLayerConfigInternal& agora::rtc::StreamLayerConfigInternal::operator= ( const SimulcastConfig::StreamLayerConfig slc)
inline

◆ reset()

void agora::rtc::StreamLayerConfigInternal::reset ( )
inline

Member Data Documentation

◆ dimensions

VideoDimensions agora::rtc::StreamLayerConfigInternal::dimensions

◆ framerate

int agora::rtc::StreamLayerConfigInternal::framerate

◆ bitrate_kbps

int agora::rtc::StreamLayerConfigInternal::bitrate_kbps

◆ enable

bool agora::rtc::StreamLayerConfigInternal::enable