Show / Hide Table of Contents

Class TimeBasedTrimmingInputStream

TimeBasedTrimmingInputStream

Inheritance
System.Object
BitmovinResponse
BitmovinResource
InputStream
TimeBasedTrimmingInputStream
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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 TimeBasedTrimmingInputStream : InputStream

Properties

Duration

Defines how many seconds of the input will be encoded. Not defining or setting it to null indicates that the remaining input (considering offset) will be encoded.

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

InputStreamId

The id of the ingest input stream that should be trimmed

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

Offset

Defines the offset in seconds at which the encoding should start, beginning at 0. The frame indicated by this value will be included in the encoding

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