mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
# Bandwidth
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Bandwidth } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: Bandwidth = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
|
|
| `bandwidth` | *number* | :heavy_minus_sign: | The bandwidth at this time in kbps |
|
|
| `resolution` | *string* | :heavy_minus_sign: | The user-friendly resolution at this time |
|
|
| `time` | *number* | :heavy_minus_sign: | Media playback time where this bandwidth started | |