Show / Hide Table of Contents

Class PaddingSequence

PaddingSequence

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

Properties

Duration

Duration of the padding sequence, given in the unit specified by the unit property. The maximum duration is 300 frames or 10 seconds. If the unit is FRAMES, this needs to be an integer value and will be interpreted based on the input frame rate of the main part of the ConcatenationInputStream that is used by your video output stream(s). FRAMES is not allowed if the encoding does not contain a video output stream. (required)

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

Unit

The unit of the duration property

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