Interface PVRGetBroadcastsParams

PVRGetBroadcastsParams ($ref: "PVR.GetBroadcasts.Params") Parameters for the GetBroadcasts method.

interface PVRGetBroadcastsParams {
    channelid?: number;
    endtime?: string;
    limits?: ListLimits;
    properties?: PVRProperty[];
    sort?: ListSort;
    starttime?: string;
}

Properties

channelid?: number
endtime?: string
limits?: ListLimits
properties?: PVRProperty[]
sort?: ListSort
starttime?: string