OGPlayer Web SDK
    Preparing search index...

    Interface OGMediaItem

    interface OGMediaItem {
        adBreaks?: AdBreakConfig;
        contentRatings?: ContentRating[];
        drm?: DrmConfig;
        sideloadedSubtitles?: SubtitleSource[];
        streamType?: StreamType;
        thumbnailTrackUrl?: string;
        title?: string;
        url: string;
    }
    Index
    adBreaks?: AdBreakConfig

    Interpreted by the active ads provider (web providers ship later).

    contentRatings?: ContentRating[]
    drm?: DrmConfig
    sideloadedSubtitles?: SubtitleSource[]
    streamType?: StreamType
    thumbnailTrackUrl?: string
    title?: string
    url: string