# VideoBitrateMode

> Bit rate after the clip is transcoded.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public enum VideoBitrateMode
```

## Remarks

Values are labeled assuming a HD 1080P stream.

## Fields

| Value                                                                            | Description                                                                                    |
| -------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [High](/engine/6000.6/script-reference/unityeditor/videobitratemode/high.md)     | High value, possibly exceeding typical internet connection capabilities.                       |
| [Low](/engine/6000.6/script-reference/unityeditor/videobitratemode/low.md)       | Low value, safe for slower internet connections or clips where visual quality is not critical. |
| [Medium](/engine/6000.6/script-reference/unityeditor/videobitratemode/medium.md) | Typical bit rate supported by internet connections.                                            |
