Interface PVRDetailsRecording

interface PVRDetailsRecording {
    art?: MediaArtwork;
    channel?: string;
    channeluid?: number;
    clientid?: number;
    directory?: string;
    endtime?: string;
    epgeventid?: number;
    episode?: number;
    file?: string;
    genre?: string;
    icon?: string;
    isdeleted?: boolean;
    label: string;
    lifetime?: number;
    playcount?: number;
    plot?: string;
    plotoutline?: string;
    radio?: boolean;
    recordingid: number;
    resume?: VideoResume;
    runtime?: number;
    season?: number;
    showtitle?: string;
    starttime?: string;
    streamurl?: string;
    title?: string;
}

Hierarchy (View Summary)

Properties

channel?: string
channeluid?: number
clientid?: number
directory?: string
endtime?: string
epgeventid?: number
episode?: number
file?: string
genre?: string
icon?: string
isdeleted?: boolean
label: string
lifetime?: number
playcount?: number
plot?: string
plotoutline?: string
radio?: boolean
recordingid: number
resume?: VideoResume
runtime?: number
season?: number
showtitle?: string
starttime?: string
streamurl?: string
title?: string