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