Vinyl
    Preparing search index...

    Interface InitSegmentReference<T>

    interface InitSegmentReference<T> {
        initData: T;
        quality: MediaQualityMetadata;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    initData: T

    References initialization data for this segment. Must be appended before data if the decoderId has changed from the last buffered segment. This is a shared reference between other streaming segments of the same quality/representation.

    Metadata describing the media encoding.