Class H264PictureTimingTrimmingInputStream
H264PictureTimingTrimmingInputStream
Inheritance
System.Object
H264PictureTimingTrimmingInputStream
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 H264PictureTimingTrimmingInputStream : InputStream
Properties
EndPicTiming
Defines the H264 SEI picture timing, as specified in ISO/IEC 14496-10:2008, of the frame at which the encoding should stop. The frame indicated by this value will be included in the encoding
Declaration
public string EndPicTiming { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InputStreamId
The id of the ingest input stream that should be trimmed
Declaration
public string InputStreamId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartPicTiming
Defines the H264 SEI picture timing, as specified in ISO/IEC 14496-10:2008, of the frame from which the encoding should start. The frame indicated by this value will be included in the encoding
Declaration
public string StartPicTiming { get; set; }
Property Value
Type | Description |
---|---|
System.String |