Home
last modified time | relevance | path

Searched refs:MIN_VIDEO_WIDTH_CONSTRAINT (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java77 private static final String MIN_VIDEO_WIDTH_CONSTRAINT = "minWidth"; field in PeerConnectionClient
386 MIN_VIDEO_WIDTH_CONSTRAINT, Integer.toString(videoWidth))); in createMediaConstraintsInternal()