Files
plexjs/docs/models/shared/transcodesession.md

2.0 KiB
Raw Permalink Blame History

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