# 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/sdk/models/operations"; let value: Bandwidths = {}; ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | | `bandwidth` | [operations.Bandwidth](../../../sdk/models/operations/bandwidth.md)[] | :heavy_minus_sign: | N/A |