Class EncodingStreamInputDetails
EncodingStreamInputDetails
Inheritance
System.Object
EncodingStreamInputDetails
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 EncodingStreamInputDetails
Properties
AudioStreams
Audio stream in the input file
Declaration
public List<AudioStream> AudioStreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AudioStream> |
Bitrate
Bitrate in bps
Declaration
public long? Bitrate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Duration
Duration in seconds
Declaration
public double? Duration { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
FormatName
Format name
Declaration
public string FormatName { get; }
Property Value
Type | Description |
---|---|
System.String |
MetaStreams
Meta data streams in the input file
Declaration
public List<MediaStream> MetaStreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MediaStream> |
Size
Input file size in bytes
Declaration
public long? Size { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
StartTime
The start time in seconds
Declaration
public double? StartTime { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
SubtitleStreams
Subtitle streams in the input file
Declaration
public List<SubtitleStream> SubtitleStreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SubtitleStream> |
Tags
Additional metadata saved in the input file
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
VideoStreams
Video streams in the input file
Declaration
public List<VideoStream> VideoStreams { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<VideoStream> |