mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.2 KiB
3.2 KiB
GetPlaylistContentsPart
Example Usage
import { GetPlaylistContentsPart } from "@lukehagar/plexjs/sdk/models/operations";
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 |