Vinyl
    Preparing search index...

    Interface ProgramInformationType

    Provides metadata about the program or content represented in a DASH Media Presentation Description (MPD) or similar context. This includes information such as the language, title, and copyrights.

    interface ProgramInformationType {
        Copyright?: string;
        lang?: string;
        moreInformationURL?: string;
        Source?: string;
        Title?: string;
    }
    Index

    Properties

    Copyright?: string

    Copyright notice for the content or program.

    lang?: string

    The language of the program information, represented as a BCP 47 language tag.

    moreInformationURL?: string

    A URL pointing to a web page that provides more information about the program.

    Source?: string

    The source of the content or program, potentially including the content creator or distributor.

    Title?: string

    The title of the content or program.