Class MjpegVideoConfiguration
MjpegVideoConfiguration
Inheritance
System.Object
MjpegVideoConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class MjpegVideoConfiguration : CodecConfiguration
Properties
Height
Height of the encoded video
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PixelFormat
PixelFormat
Declaration
public PixelFormat? PixelFormat { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PixelFormat> |
QScale
The quality scale parameter (required)
Declaration
public int? QScale { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Rate
Target frame rate of the encoded video! (required)
Declaration
public double? Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Width
Width of the encoded video
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |