Files
plexjs/docs/models/operations/transcodejob.md

4.9 KiB
Raw Blame History

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