Show / Hide Table of Contents

Class SimpleEncodingLiveJobResponse

SimpleEncodingLiveJobResponse

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

Properties

CloudRegion

The cloud region that will be used for the live encoding

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

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>

EncoderIp

The IP address of the encoder for this job request. This is only returned once the job execution has been successful and the encoding could be started. Ingest is expected to be sent to this IP address.

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

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

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 Live Job

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

Input

Input

Declaration
public SimpleEncodingLiveJobInput Input { get; set; }
Property Value
Type Description
SimpleEncodingLiveJobInput

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<SimpleEncodingLiveJobOutput> Outputs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SimpleEncodingLiveJobOutput>

Status

The current status of the Simple Encoding Live Job

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

StreamKey

Stream key of the live encoder

Declaration
public string StreamKey { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX