Show / Hide Table of Contents

Class ConcatenationInputConfiguration

ConcatenationInputConfiguration

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

Properties

AspectMode

Specifies the aspect mode that is used when adapting to the main input stream's aspect ratio

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

InputStreamId

The ID of the input stream to be concatenated. This can be an ingest input stream or a trimming input stream (required)

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

IsMain

Exactly one input stream of a concatenation must have this set to true, which will be used as reference for scaling, aspect ratio, FPS, sample rate, etc.

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

PaddingAfter

Inserts a padding sequence (black frames and/or silent audio) after the input stream.

Declaration
public PaddingSequence PaddingAfter { get; set; }
Property Value
Type Description
PaddingSequence

PaddingBefore

Inserts a padding sequence (black frames and/or silent audio) before the input stream.

Declaration
public PaddingSequence PaddingBefore { get; set; }
Property Value
Type Description
PaddingSequence

Position

A unique integer value that determines concatenation order (required)

Declaration
public int? Position { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Generated by DocFX