Interface PVRGetChannelsParams

interface PVRGetChannelsParams {
    channelgroupid: PVRChannelGroupId;
    limits?: ListLimits;
    properties?: PVRFieldsChannel;
    sort?: ListSort;
}

Properties

channelgroupid: PVRChannelGroupId
limits?: ListLimits
properties?: PVRFieldsChannel
sort?: ListSort