Can we do something like this?
class MediaSettingsRangeData { // This is just a struct. You can pass it around.
STATIC_ONLY();
double m_max;
...;
};
class MediaSettingsRange : public GarbageCollected<MediaSettingsRange> {
MediaSettingsRangeData m_data;
};
I filed https://crbug.com/708723 to track finishing up the advanced
parts of the MediaTrackConstraintSet (i.e. sophisticated constraints,
clearing of constraints etc).
Comment 1 by bugdroid1@chromium.org
, Mar 13 2017