mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
13 KiB
13 KiB
GetAllMediaLibraryMedia
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
long | ✔️ | Unique media identifier. | 387322 |
duration |
Optional<Integer> | ➖ | Duration of the media in milliseconds. | 9610350 |
bitrate |
Optional<Integer> | ➖ | Bitrate in bits per second. | 25512 |
width |
Optional<Integer> | ➖ | Video width in pixels. | 3840 |
height |
Optional<Integer> | ➖ | Video height in pixels. | 1602 |
aspectRatio |
Optional<Float> | ➖ | Aspect ratio of the video. | 2.35 |
audioChannels |
Optional<Integer> | ➖ | Number of audio channels. | 6 |
displayOffset |
Optional<Integer> | ➖ | N/A | 50 |
audioCodec |
Optional<String> | ➖ | Audio codec used. | eac3 |
videoCodec |
Optional<String> | ➖ | Video codec used. | hevc |
videoResolution |
Optional<String> | ➖ | Video resolution (e.g., 4k). | 4k |
container |
Optional<String> | ➖ | File container type. | mkv |
videoFrameRate |
Optional<String> | ➖ | Frame rate of the video. Values found include NTSC, PAL, 24p |
24p |
videoProfile |
Optional<String> | ➖ | Video profile (e.g., main 10). | main 10 |
hasVoiceActivity |
Optional<Boolean> | ➖ | Indicates whether voice activity is detected. | false |
audioProfile |
Optional<String> | ➖ | The audio profile used for the media (e.g., DTS, Dolby Digital, etc.). | dts |
optimizedForStreaming |
Optional<GetAllMediaLibraryOptimizedForStreaming> | ➖ | Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true | |
has64bitOffsets |
Optional<Boolean> | ➖ | N/A | false |
part |
List<GetAllMediaLibraryPart> | ➖ | An array of parts for this media item. |