mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 12:37:47 +00:00
16 KiB
16 KiB
GetSearchAllLibrariesMedia
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
int | ✔️ | Unique media identifier. | 387322 |
duration |
?int | ➖ | Duration of the media in milliseconds. | 9610350 |
bitrate |
?int | ➖ | Bitrate in bits per second. | 25512 |
width |
?int | ➖ | Video width in pixels. | 3840 |
height |
?int | ➖ | Video height in pixels. | 1602 |
aspectRatio |
?float | ➖ | Aspect ratio of the video. | 2.35 |
audioChannels |
?int | ➖ | Number of audio channels. | 6 |
displayOffset |
?int | ➖ | N/A | 50 |
audioCodec |
?string | ➖ | Audio codec used. | aac |
videoCodec |
?string | ➖ | Video codec used. | hevc |
videoResolution |
?string | ➖ | Video resolution (e.g., 4k). | 4k |
container |
?string | ➖ | Container format of the media. | mp4 |
videoFrameRate |
?string | ➖ | Frame rate of the video. Values found include NTSC, PAL, 24p |
24p |
videoProfile |
?string | ➖ | Video profile (e.g., main 10). | main 10 |
hasVoiceActivity |
?bool | ➖ | Indicates whether voice activity is detected. | false |
audioProfile |
?string | ➖ | The audio profile used for the media (e.g., DTS, Dolby Digital, etc.). | dts |
optimizedForStreaming |
Operations\GetSearchAllLibrariesOptimizedForStreaming1|bool|null | ➖ | Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true | |
has64bitOffsets |
?bool | ➖ | 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 |
array<Operations\GetSearchAllLibrariesPart> | ➖ | N/A |