Agora Server Gateway SDK C++ API Reference
Public Member Functions | Public Attributes | List of all members
agora::rtc::SimulcastConfigInternal Struct Reference

#include <NGIAgoraVideoTrack.h>

Public Member Functions

void reset ()
 
bool operator== (const SimulcastConfigInternal &rhs) const
 

Public Attributes

StreamLayerConfigInternal simulcastlayerConfigs [STREAM_LAYER_COUNT_MAX]
 

Detailed Description

Defines an array of configuration settings for multiple YUV video streams.

Member Function Documentation

◆ operator==()

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

◆ reset()

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

Member Data Documentation

◆ simulcastlayerConfigs

StreamLayerConfigInternal agora::rtc::SimulcastConfigInternal::simulcastlayerConfigs[STREAM_LAYER_COUNT_MAX]

Configuration array, containing up to STREAM_LAYER_COUNT_MAX StreamLayerConfigInternal objects. You can configure each stream differently.


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