Interface PVRGetChannelsParams

PVRGetChannelsParams ($ref: "PVR.GetChannels.Params") Parameters for the GetChannels method.

interface PVRGetChannelsParams {
    channelgroupid?: number;
    limits?: ListLimits;
    properties?: PVRProperty[];
    sort?: ListSort;
}

Properties

channelgroupid?: number
limits?: ListLimits
properties?: PVRProperty[]
sort?: ListSort