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

37 KiB
Raw Blame History

GetSessionsMedia

Fields

Field Type Required Description Example
audioChannels Optional<? extends Integer> N/A 2
audioCodec Optional<? extends String> N/A flac
bitrate Optional<? extends Integer> N/A 1014
container Optional<? extends String> N/A flac
duration Optional<? extends Integer> N/A 186240
id Optional<? extends String> N/A 130355
selected Optional<? extends Boolean> N/A true
part List<lukehagar.plexapi.plexapi.models.operations.GetSessionsPart> N/A [
{
"container": "flac",
"duration": 186240,
"file": "/music/Green Day/Saviors (2024)/Green Day - Saviors - 01 - The American Dream Is Killing Me.flac",
"hasThumbnail": "1",
"id": "130625",
"key": "/library/parts/130625/1705543268/file.flac",
"size": 23644000,
"decision": "directplay",
"selected": true,
"Stream": [
{
"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"
}
]
}
]