Labeling config for the different stream types.

interface SourceLabelingStreamTypeConfig {
    dash?: SourceLabelingConfig;
    hls?: SourceLabelingConfig;
}

Properties

Properties

Labeling functions for DASH sources.

Labeling functions for HLS sources.

Generated using TypeDoc