Class VideoEncoderConfiguration
- Namespace
- WINKOnvif.Core.Models.Media
- Assembly
- WINKOnvif.Core.dll
public class VideoEncoderConfiguration
- Inheritance
-
VideoEncoderConfiguration
- Inherited Members
-
Properties
public int Bitrate { get; set; }
Property Value
- int
public string Encoding { get; set; }
Property Value
- string
public float FrameRate { get; set; }
Property Value
- float
public string? GuaranteedFrameRate { get; set; }
Property Value
- string
public int Height { get; set; }
Property Value
- int
public string Name { get; set; }
Property Value
- string
public float Quality { get; set; }
Property Value
- float
public string Token { get; set; }
Property Value
- string
public int Width { get; set; }
Property Value
- int