Home | History | Annotate | Download | only in webrtc

Lines Matching refs:Constraint

46   struct Constraint {
47 Constraint() {}
48 Constraint(const std::string& key, const std::string value)
55 class Constraints : public std::vector<Constraint> {
63 // Constraint keys used by a local video source.
74 // Constraint keys used by a local audio source.
91 // Google-specific constraint keys for a local video source
94 // Constraint keys for CreateOffer / CreateAnswer
107 // PeerConnection constraint keys.
112 // Google-specific constraint keys.
113 // Temporary pseudo-constraint for enabling DSCP through JS.
115 // Constraint to enable IPv6 through JS.
117 // Temporary constraint to enable suspend below min bitrate feature.
122 // Constraint to enable combined audio+video bandwidth estimation.