regerated and working on publishing

This commit is contained in:
Luke Hagar
2024-09-08 02:40:34 +00:00
parent 02ce124a6b
commit ac5716c20d
1312 changed files with 65980 additions and 37728 deletions

View File

@@ -10,14 +10,14 @@
| `mediaIndex` | *double* | :heavy_check_mark: | The index of the media item to transcode | 0 |
| `partIndex` | *double* | :heavy_check_mark: | The index of the part to transcode | 0 |
| `protocol` | *String* | :heavy_check_mark: | The protocol to use for the transcode session | hls |
| `fastSeek` | *Optional<? extends Double>* | :heavy_minus_sign: | Whether to use fast seek or not | 0 |
| `directPlay` | *Optional<? extends Double>* | :heavy_minus_sign: | Whether to use direct play or not | 0 |
| `directStream` | *Optional<? extends Double>* | :heavy_minus_sign: | Whether to use direct stream or not | 0 |
| `subtitleSize` | *Optional<? extends Double>* | :heavy_minus_sign: | The size of the subtitles | 100 |
| `subtites` | *Optional<? extends String>* | :heavy_minus_sign: | The subtitles | burn |
| `audioBoost` | *Optional<? extends Double>* | :heavy_minus_sign: | The audio boost | 100 |
| `location` | *Optional<? extends String>* | :heavy_minus_sign: | The location of the transcode session | lan |
| `mediaBufferSize` | *Optional<? extends Double>* | :heavy_minus_sign: | The size of the media buffer | 102400 |
| `session` | *Optional<? extends String>* | :heavy_minus_sign: | The session ID | zvcage8b7rkioqcm8f4uns4c |
| `addDebugOverlay` | *Optional<? extends Double>* | :heavy_minus_sign: | Whether to add a debug overlay or not | 0 |
| `autoAdjustQuality` | *Optional<? extends Double>* | :heavy_minus_sign: | Whether to auto adjust quality or not | 0 |
| `fastSeek` | *Optional<Double>* | :heavy_minus_sign: | Whether to use fast seek or not | 0 |
| `directPlay` | *Optional<Double>* | :heavy_minus_sign: | Whether to use direct play or not | 0 |
| `directStream` | *Optional<Double>* | :heavy_minus_sign: | Whether to use direct stream or not | 0 |
| `subtitleSize` | *Optional<Double>* | :heavy_minus_sign: | The size of the subtitles | 100 |
| `subtites` | *Optional<String>* | :heavy_minus_sign: | The subtitles | burn |
| `audioBoost` | *Optional<Double>* | :heavy_minus_sign: | The audio boost | 100 |
| `location` | *Optional<String>* | :heavy_minus_sign: | The location of the transcode session | lan |
| `mediaBufferSize` | *Optional<Double>* | :heavy_minus_sign: | The size of the media buffer | 102400 |
| `session` | *Optional<String>* | :heavy_minus_sign: | The session ID | zvcage8b7rkioqcm8f4uns4c |
| `addDebugOverlay` | *Optional<Double>* | :heavy_minus_sign: | Whether to add a debug overlay or not | 0 |
| `autoAdjustQuality` | *Optional<Double>* | :heavy_minus_sign: | Whether to auto adjust quality or not | 0 |