Show / Hide Table of Contents

Class SimpleEncodingVodJobResponse

SimpleEncodingVodJobResponse

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

Properties

CreatedAt

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

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

EncodingId

The identifier of the encoding that has been created based on the job request. This is only returned once the job execution has been successful and the encoding could be started.

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

EncodingTemplate

The template that has been used for the encoding.

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

Errors

Describes all the errors in cases the status of the job is 'error'.

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

Id

The identifier of the Simple Encoding VOD Job

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

Inputs

Inputs

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

ModifiedAt

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ. The job is updated for example when the status changes

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

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

Outputs

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

Status

The current status of the Simple Encoding VOD Job

Declaration
public SimpleEncodingVodJobStatus? Status { get; }
Property Value
Type Description
System.Nullable<SimpleEncodingVodJobStatus>
Back to top Generated by DocFX