Table of Contents

Class VideoEncoderConfiguration

Namespace
WINKOnvif.Core.Models.Media
Assembly
WINKOnvif.Core.dll
public class VideoEncoderConfiguration
Inheritance
VideoEncoderConfiguration
Inherited Members

Properties

Bitrate

public int Bitrate { get; set; }

Property Value

int

Encoding

public string Encoding { get; set; }

Property Value

string

FrameRate

public float FrameRate { get; set; }

Property Value

float

GuaranteedFrameRate

public string? GuaranteedFrameRate { get; set; }

Property Value

string

Height

public int Height { get; set; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

Quality

public float Quality { get; set; }

Property Value

float

Token

public string Token { get; set; }

Property Value

string

Width

public int Width { get; set; }

Property Value

int