mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
17 lines
1.0 KiB
Markdown
17 lines
1.0 KiB
Markdown
# Bandwidths
|
|
|
|
A list of media times and bandwidths when trascoding is using with auto adjustment of bandwidth
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Bandwidths } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: Bandwidths = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
|
|
| `bandwidth` | [operations.Bandwidth](../../models/operations/bandwidth.md)[] | :heavy_minus_sign: | N/A | |