mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
9 lines
12 KiB
Markdown
9 lines
12 KiB
Markdown
# GetTranscodeSessionsMediaContainer
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
| `size` | *T.nilable(::Integer)* | :heavy_minus_sign: | N/A | 1 |
|
|
| `transcode_session` | T::Array<[Models::Operations::TranscodeSession](../../models/operations/transcodesession.md)> | :heavy_minus_sign: | N/A | [<br/>{<br/>"key": "vv3i2q2lax92qlzul1hbd4bx",<br/>"throttled": false,<br/>"complete": false,<br/>"progress": 1.7999999523162842,<br/>"size": -22,<br/>"speed": 25.100000381469727,<br/>"error": false,<br/>"duration": 1445695,<br/>"remaining": 53,<br/>"context": "streaming",<br/>"sourceVideoCodec": "h264",<br/>"sourceAudioCodec": "aac",<br/>"videoDecision": "transcode",<br/>"audioDecision": "transcode",<br/>"subtitleDecision": "burn",<br/>"protocol": "http",<br/>"container": "mkv",<br/>"videoCodec": "h264",<br/>"audioCodec": "opus",<br/>"audioChannels": 1,<br/>"transcodeHwRequested": true,<br/>"timeStamp": 1705895805.4919229,<br/>"maxOffsetAvailable": 29.53,<br/>"minOffsetAvailable": 3.003000020980835<br/>}<br/>] | |