Show / Hide Table of Contents

Class StartLiveEncodingRequest

StartLiveEncodingRequest

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

Properties

AutoRestartConfiguration

Configuration for auto restarting the live encoding

Declaration
public AutoRestartConfiguration AutoRestartConfiguration { get; set; }
Property Value
Type Description
AutoRestartConfiguration

AutoShutdownConfiguration

Configuration for auto shutdown of the live encoding

Declaration
public LiveAutoShutdownConfiguration AutoShutdownConfiguration { get; set; }
Property Value
Type Description
LiveAutoShutdownConfiguration

DashManifests

List of Dash manifests to use for this live encoding

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

HlsManifests

List of Hls manifests to use for this live encoding

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

LiveEncodingMode

The pass mode of the encoding

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

ManifestGenerator

Sets the version of the manifest generation engine

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

ReuploadSettings

Reupload specific files during a live encoding. This can be helpful if an automatic life cycle policy is enabled on the output storage

Declaration
public ReuploadSettings ReuploadSettings { get; set; }
Property Value
Type Description
ReuploadSettings

StreamKey

Key for the stream. (a-zA-Z, 3-20 characters) (required)

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