Class VideoEncoderConfiguration
public class VideoEncoderConfiguration
- Inheritance
-
VideoEncoderConfiguration
- Inherited Members
Properties
Bitrate
public int Bitrate { get; set; }
Property Value
Encoding
public string Encoding { get; set; }
Property Value
FrameRate
public float FrameRate { get; set; }
Property Value
GuaranteedFrameRate
public string? GuaranteedFrameRate { get; set; }
Property Value
Height
public int Height { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Quality
public float Quality { get; set; }
Property Value
Token
public string Token { get; set; }
Property Value
Width
public int Width { get; set; }