Interface BroadcastDetails

BroadcastDetails ($ref: "PVR.BroadcastDetails") Represents the details of a broadcast.

interface BroadcastDetails {
    broadcastid: number;
    channelid: number;
    description: string;
    endtime: string;
    isPlayable: boolean;
    starttime: string;
    title: string;
}

Properties

broadcastid: number
channelid: number
description: string
endtime: string
isPlayable: boolean
starttime: string
title: string