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

    Type Alias SegmentAlpha

    CMAF-HAM Segment type

    type Segment = {
        byteRange?: string;
        duration: number;
        url: string;
    }
    Index

    Properties

    byteRange?: string
    duration: number
    url: string