Type Alias XRMediaLayerInit

Source
pub(crate) type XRMediaLayerInit = XRMediaLayerInit<DomTypeHolder>;

Aliased Type§

pub(crate) struct XRMediaLayerInit {
    pub invertStereo: bool,
    pub layout: XRLayerLayout,
    pub space: Root<Dom<XRSpace>>,
}

Fields§

§invertStereo: bool§layout: XRLayerLayout§space: Root<Dom<XRSpace>>