pub(crate) trait MediaDeviceInfoMethods<D: DomTypes> {
// Required methods
fn DeviceId(&self) -> DOMString;
fn Kind(&self) -> MediaDeviceKind;
fn Label(&self) -> DOMString;
fn GroupId(&self) -> DOMString;
}
pub(crate) trait MediaDeviceInfoMethods<D: DomTypes> {
// Required methods
fn DeviceId(&self) -> DOMString;
fn Kind(&self) -> MediaDeviceKind;
fn Label(&self) -> DOMString;
fn GroupId(&self) -> DOMString;
}