OneSDK
    Preparing search index...

    Interface PlayerMicroformatRenderer

    interface PlayerMicroformatRenderer {
        availableCountries: string[];
        category: string;
        embed: Embed;
        externalChannelId: string;
        hasYpcMetadata: boolean;
        isFamilySafe: boolean;
        isUnlisted: boolean;
        lengthSeconds: string;
        liveBroadcastDetails: LiveBroadcastDetails;
        ownerChannelName: string;
        ownerProfileUrl: string;
        publishDate: string;
        thumbnail: Thumbnail3;
        title: YouTube.Title;
        uploadDate: string;
        viewCount: string;
    }
    Index

    Properties

    availableCountries: string[]
    category: string
    embed: Embed
    externalChannelId: string
    hasYpcMetadata: boolean
    isFamilySafe: boolean
    isUnlisted: boolean
    lengthSeconds: string
    liveBroadcastDetails: LiveBroadcastDetails
    ownerChannelName: string
    ownerProfileUrl: string
    publishDate: string
    thumbnail: Thumbnail3
    title: YouTube.Title
    uploadDate: string
    viewCount: string