Show / Hide Table of Contents

Class Scheduling

Scheduling

Inheritance
System.Object
Scheduling
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 Scheduling

Properties

PrewarmedEncoderPoolIds

List of prewarmed encoder pools. If set, prewarmed encoders from pools with these IDs will be used for the encoding if available. The pool IDs will be tried in the order in which they are passed.

Declaration
public List<string> PrewarmedEncoderPoolIds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

Priority

Specify the priority of this encoding (0 - 100). Higher numbers mean higher priority. Default is 50.

Declaration
public int? Priority { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Generated by DocFX