mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.0 KiB
2.0 KiB
TranscodeSession
The transcode session if item is currently being transcoded
Example Usage
import { TranscodeSession } from "@lukehagar/plexjs/models/shared";
let value: TranscodeSession = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
complete |
boolean | ➖ | N/A |
context |
string | ➖ | N/A |
duration |
number | ➖ | N/A |
error |
boolean | ➖ | N/A |
key |
string | ➖ | N/A |
progress |
number | ➖ | N/A |
protocol |
string | ➖ | N/A |
size |
number | ➖ | N/A |
sourceAudioCodec |
string | ➖ | N/A |
sourceVideoCodec |
string | ➖ | N/A |
speed |
number | ➖ | N/A |
throttled |
boolean | ➖ | N/A |
transcodeHwFullPipeline |
boolean | ➖ | N/A |
transcodeHwRequested |
boolean | ➖ | N/A |