Interface PVRRecordParams

PVRRecordParams ($ref: "PVR.Record.Params") Parameters for the Record method.

interface PVRRecordParams {
    channelid: number;
    endtime: string;
    starttime: string;
    title: string;
}

Properties

channelid: number
endtime: string
starttime: string
title: string