Show / Hide Table of Contents

Class PerTitle

PerTitle

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

Properties

Av1Configuration

Per-Title configuration for AV1

Declaration
public Av1PerTitleConfiguration Av1Configuration { get; set; }
Property Value
Type Description
Av1PerTitleConfiguration

H264Configuration

Per-Title configuration for H264

Declaration
public H264PerTitleConfiguration H264Configuration { get; set; }
Property Value
Type Description
H264PerTitleConfiguration

H265Configuration

Per-Title configuration for H265

Declaration
public H265PerTitleConfiguration H265Configuration { get; set; }
Property Value
Type Description
H265PerTitleConfiguration

Vp9Configuration

Per-Title configuration for VP9

Declaration
public Vp9PerTitleConfiguration Vp9Configuration { get; set; }
Property Value
Type Description
Vp9PerTitleConfiguration
Back to top Generated by DocFX