API Docs
    Preparing search index...

    Interface Rendition

    Alternative Rendition.

    Corresponds to the #EXT-X-MEDIA tag.

    interface Rendition {
        assocLanguage?: string;
        autoselect?: boolean;
        channels?: string;
        characteristics?: string;
        forced?: boolean;
        groupId: string;
        instreamId?: string;
        isDefault?: boolean;
        language?: string;
        name: string;
        pathwayId?: string;
        type: string;
        uri?: string;
    }
    Index

    Properties

    assocLanguage?: string

    Associated language (RFC 5646 tag).

    autoselect?: boolean

    Whether this can be auto-selected.

    channels?: string

    Audio channel count and parameters.

    characteristics?: string

    Uniform Type Identifiers (UTIs), comma-separated.

    forced?: boolean

    Whether this is forced (SUBTITLES only).

    groupId: string

    Rendition group ID.

    instreamId?: string

    In-stream ID.

    Required when type is "CLOSED-CAPTIONS". Valid: "CC1"-"CC4", "SERVICE1"-"SERVICE63".

    isDefault?: boolean

    Whether this is the default rendition.

    language?: string

    Primary language (RFC 5646 tag).

    name: string

    Human-readable name.

    pathwayId?: string

    Pathway ID for content steering.

    type: string

    Media type: "AUDIO", "VIDEO", "SUBTITLES", or "CLOSED-CAPTIONS".

    uri?: string

    URI of the media playlist (optional for AUDIO/VIDEO).