Struct VideoPreset
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: LiveKit
Assembly: cs.temp.dll.dll
Syntax
public struct VideoPreset
Constructors
VideoPreset(Int32, Int32, Int32, Nullable<Int32>)
Declaration
public VideoPreset(int width, int height, int maxBitrate, int? maxFramerate)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | |
System.Int32 | height | |
System.Int32 | maxBitrate | |
System.Nullable<System.Int32> | maxFramerate |
Fields
Encoding
Declaration
public VideoEncoding Encoding
Field Value
Type | Description |
---|---|
VideoEncoding |
Height
Declaration
public int Height
Field Value
Type | Description |
---|---|
System.Int32 |
Width
Declaration
public int Width
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
GetResolution()
Declaration
public readonly VideoResolution GetResolution()
Returns
Type | Description |
---|---|
VideoResolution |