Bitmovin Player API 8.268.0
    Preparing search index...

    Interface SourceMetadata

    interface SourceMetadata {
        cdnProvider?: string;
        customData?: CustomDataValues;
        isLive?: boolean;
        path?: string;
        title?: string;
        videoId?: string;
    }
    Index
    cdnProvider?: string
    customData?: CustomDataValues
    isLive?: boolean
    path?: string
    title?: string
    videoId?: string