Interface PVRGetRecordingsParams

PVRGetRecordingsParams ($ref: "PVR.GetRecordings.Params") Parameters for the GetRecordings method.

interface PVRGetRecordingsParams {
    limits?: ListLimits;
    properties?: PVRProperty[];
    sort?: ListSort;
}

Properties

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