mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
4.9 KiB
4.9 KiB
TranscodeJob
Example Usage
import { TranscodeJob } from "@lukehagar/plexjs/models/operations";
let value: TranscodeJob = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
generatorID |
number | ➖ | N/A |
key |
string | ➖ | N/A |
progress |
number | ➖ | N/A |
ratingKey |
string | ➖ | N/A |
remaining |
number | ➖ | The number of seconds remaining in this job |
size |
number | ➖ | The size of the result so far |
speed |
number | ➖ | The speed of the transcode; 1.0 means real-time |
targetTagID |
number | ➖ | The tag associated with the job. This could be the tag containing the optimizer settings. |
thumb |
string | ➖ | N/A |
title |
string | ➖ | N/A |
type |
operations.GetBackgroundTasksType | ➖ | N/A |