@svta/common-media-library
    Preparing search index...

    Type Alias DashManifestAlpha

    Json representation of the DASH Manifest

    type DashManifest = {
        MPD: {
            $?: {
                maxSegmentDuration?: string;
                mediaPresentationDuration?: string;
                minBufferTime?: string;
                profiles?: string;
                type?: string;
                xmlns?: string;
            };
            Period: Period[];
        };
    }
    Index

    Properties

    Properties

    MPD: {
        $?: {
            maxSegmentDuration?: string;
            mediaPresentationDuration?: string;
            minBufferTime?: string;
            profiles?: string;
            type?: string;
            xmlns?: string;
        };
        Period: Period[];
    }