Class VideoStream
VideoStream
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 VideoStream : MediaStream
Properties
Bitrate
Bitrate in bps
Declaration
public string Bitrate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fps
Frame rate of the video
Declaration
public string Fps { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Height of the video (required)
Declaration
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Par
Pixel aspect ratio of the video. Default is 1.0
Declaration
public double? Par { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Rate
Bitrate in bps (the same as bitrate, but represented as an integer value)
Declaration
public long? Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Rotation
Rotation of the video for mobile devices. Default is 0.
Declaration
public int? Rotation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Width
Width of the video (required)
Declaration
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |