Show / Hide Table of Contents

Class Trimming

Trimming

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

Properties

Duration

Defines how many seconds from the input will be encoded.

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

EndPicTiming

Defines the H264 picture timing of the last frame, that will be included in the encoding. Any defined offset or duration in seconds will be ignored.

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

IgnoreDurationIfInputTooShort

If set, &quot;duration&quot; will be interpreted as a maximum and not cause an error if the input is too short

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

Offset

Defines the offset in seconds from which the encoding should start, beginning at 0.

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

StartPicTiming

Defines the H264 picture timing of the first frame from which the encoding should start. Any defined offset or duration in seconds will be ignored.

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