Files
plexjava/docs/models/operations/GetSessionsPart.md
2024-03-18 14:18:45 -07:00

26 KiB
Raw Blame History

GetSessionsPart

Fields

Field Type Required Description Example
container Optional<? extends String> N/A flac
duration Optional<? extends Integer> N/A 186240
file Optional<? extends String> N/A /music/Green Day/Saviors (2024)/Green Day - Saviors - 01 - The American Dream Is Killing Me.flac
hasThumbnail Optional<? extends String> N/A 1
id Optional<? extends String> N/A 130625
key Optional<? extends String> N/A /library/parts/130625/1705543268/file.flac
size Optional<? extends Integer> N/A 23644000
decision Optional<? extends String> N/A directplay
selected Optional<? extends Boolean> N/A true
stream List<lukehagar.plexapi.plexapi.models.operations.GetSessionsStream> N/A [
{
"albumGain": "-12.94",
"albumPeak": "1.000000",
"albumRange": "4.751014",
"audioChannelLayout": "stereo",
"bitDepth": 16,
"bitrate": 1014,
"channels": 2,
"codec": "flac",
"displayTitle": "FLAC (Stereo)",
"extendedDisplayTitle": "FLAC (Stereo)",
"gain": "-12.94",
"id": "352487",
"index": 0,
"loudness": "-5.94",
"lra": "1.74",
"peak": "1.000000",
"samplingRate": 44100,
"selected": true,
"streamType": 2,
"location": "direct"
}
]