![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
|
Video subscription constraints. More...
#include <owt/conference/subscribeoptions.h>
Public Member Functions | |
VideoSubscriptionConstraints () | |
Construct VideoSubscriptionConstraints with default values. More... | |
Public Attributes | |
bool | disabled |
std::vector< owt::base::VideoCodecParameters > | codecs |
owt::base::Resolution | resolution |
double | frameRate |
double | bitrateMultiplier |
unsigned long | keyFrameInterval |
std::string | rid |
Video subscription constraints.
|
inlineexplicit |
Construct VideoSubscriptionConstraints with default values.
By default the publication settings of stream is used. if rid is specified, other fields will be ignored.