Show / Hide Table of Contents

Class MjpegVideoConfiguration

MjpegVideoConfiguration

Inheritance
System.Object
BitmovinResponse
BitmovinResource
CodecConfiguration
MjpegVideoConfiguration
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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>
Back to top Generated by DocFX