Show / Hide Table of Contents

Class SimpleEncodingVodJobRequest

SimpleEncodingVodJobRequest

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

Properties

EncodingTemplate

The template that will be used for the encoding.

Declaration
public EncodingTemplate? EncodingTemplate { get; set; }
Property Value
Type Description
System.Nullable<EncodingTemplate>

Inputs

Inputs

Declaration
public List<SimpleEncodingVodJobUrlInput> Inputs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SimpleEncodingVodJobUrlInput>

Name

This property will be used for naming the encoding and the manifests.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Outputs

Please take a look at the documentation (required)

Declaration
public List<SimpleEncodingVodJobOutput> Outputs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SimpleEncodingVodJobOutput>
Back to top Generated by DocFX