Interface RecordingDetails

RecordingDetails ($ref: "PVR.RecordingDetails") Represents the details of a recording.

interface RecordingDetails {
    channelid: number;
    endtime: string;
    filepath: string;
    recordingid: number;
    starttime: string;
    title: string;
}

Properties

channelid: number
endtime: string
filepath: string
recordingid: number
starttime: string
title: string