Files
plexjs/docs/models/getplaylistcontentspart.md

3.2 KiB
Raw Blame History

GetPlaylistContentsPart

Example Usage

import { GetPlaylistContentsPart } from "@lukehagar/plexjs";

let value: GetPlaylistContentsPart = {
    id: 15,
    key: "/library/parts/15/1705637151/file.mp4",
    duration: 141416,
    file: "/movies/Serenity (2005)/Serenity (2005).mp4",
    size: 40271948,
    audioProfile: "lc",
    container: "mp4",
    has64bitOffsets: false,
    optimizedForStreaming: false,
    videoProfile: "high",
};

Fields

Field Type Required Description Example
id number N/A 15
key string N/A /library/parts/15/1705637151/file.mp4
duration number N/A 141416
file string N/A /movies/Serenity (2005)/Serenity (2005).mp4
size number N/A 40271948
audioProfile string N/A lc
container string N/A mp4
has64bitOffsets boolean N/A false
optimizedForStreaming boolean N/A false
videoProfile string N/A high