mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
16 KiB
16 KiB
GetSearchAllLibrariesMedia
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. | aac |
videoCodec |
Optional<String> | ➖ | Video codec used. | hevc |
videoResolution |
Optional<String> | ➖ | Video resolution (e.g., 4k). | 4k |
container |
Optional<String> | ➖ | Container format of the media. | mp4 |
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<GetSearchAllLibrariesOptimizedForStreaming> | ➖ | Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true | |
has64bitOffsets |
Optional<Boolean> | ➖ | Indicates whether the media has 64-bit offsets. This is relevant for media files that may require larger offsets than what 32-bit integers can provide. |
false |
part |
List<GetSearchAllLibrariesPart> | ➖ | N/A |