Interface MediaCapabilitiesInfo

interface MediaCapabilitiesInfo {
    powerEfficient: boolean;
    smooth: boolean;
    supported: boolean;
}

Hierarchy (View Summary)

Properties

powerEfficient: boolean
smooth: boolean
supported: boolean