Show / Hide Table of Contents

Class TimecodeTrackTrimmingInputStream

TimecodeTrackTrimmingInputStream

Inheritance
System.Object
BitmovinResponse
BitmovinResource
InputStream
TimecodeTrackTrimmingInputStream
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 TimecodeTrackTrimmingInputStream : InputStream

Properties

EndTimeCode

Defines the timecode, in SMPTE-12M format, of the frame at which the encoding should stop. The frame indicated by this value will be included in the encoding (required)

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

InputStreamId

The id of the ingest input stream that should be trimmed (required)

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

StartTimeCode

Defines the timecode, in SMPTE-12M format, of the frame from which the encoding should start. The frame indicated by this value will be included in the encoding (required)

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