# EncoderSettings

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* EncoderSettings

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.View

```csharp
[Serializable]
public class EncoderSettings
```

## Constructors

### EncoderSettings()

```csharp
public EncoderSettings()
```

### EncoderSettings(EncoderSettings)

```csharp
public EncoderSettings(EncoderSettings o)
```

Parameters

| Type                                      | Name | Description |
| ----------------------------------------- | ---- | ----------- |
| [EncoderSettings](./view_encodersettings) | o    |             |

## Fields

### frameRate

```csharp
public uint frameRate
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### averageBitRate

```csharp
public uint averageBitRate
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### maxBitRate

```csharp
public uint maxBitRate
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### rateControl

```csharp
public RateControl rateControl
```

Returns

| Type                              | Description |
| --------------------------------- | ----------- |
| [RateControl](./view_ratecontrol) |             |

### qp

```csharp
public QP qp
```

Returns

| Type            | Description |
| --------------- | ----------- |
| [QP](./view_qp) |             |

### targetQuality

```csharp
public uint targetQuality
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |
