@nextcloud/dialogs
    Preparing search index...

    Interface MediaCapabilitiesDecodingInfo

    interface MediaCapabilitiesDecodingInfo {
        keySystemAccess: MediaKeySystemAccess | null;
        powerEfficient: boolean;
        smooth: boolean;
        supported: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    keySystemAccess: MediaKeySystemAccess | null
    powerEfficient: boolean
    smooth: boolean
    supported: boolean