webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/api/mediaconstraintsinterface.h"
#include "webrtc/api/peerconnectioninterface.h"
#include "webrtc/base/stringencode.h"
Namespaces | |
webrtc | |
Functions | |
bool | webrtc::FindConstraint (const MediaConstraintsInterface *constraints, const std::string &key, bool *value, size_t *mandatory_constraints) |
bool | webrtc::FindConstraint (const MediaConstraintsInterface *constraints, const std::string &key, int *value, size_t *mandatory_constraints) |
void | webrtc::CopyConstraintsIntoRtcConfiguration (const MediaConstraintsInterface *constraints, PeerConnectionInterface::RTCConfiguration *configuration) |
void | webrtc::CopyConstraintsIntoAudioOptions (const MediaConstraintsInterface *constraints, cricket::AudioOptions *options) |