Home
last modified time | relevance | path

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

/webrtc/constraints/src/algorithms/select_settings/
H A Dtests.rs295 ResolvedMediaTrackConstraint::exact_from(setting.clone()), in specific_device_id()
/webrtc/constraints/src/
H A Dconstraint.rs354 pub fn exact_from(setting: MediaTrackSetting) -> Self { in exact_from() method