Files
plexphp/docs/Models/Operations/GetLibrarySectionsAllMedia.md

12 KiB
Raw Blame History

GetLibrarySectionsAllMedia

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. eac3
videoCodec ?string Video codec used. hevc
videoResolution ?string Video resolution (e.g., 4k). 4k
container ?string File container type. mkv
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\OptimizedForStreaming1|bool|null Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
has64bitOffsets ?bool N/A false
part array<Operations\GetLibrarySectionsAllPart> An array of parts for this media item.