Class VideoStream
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class VideoStream
Properties
Declaration
[JsonProperty("bitRate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string BitRate { get; set; }
Property Value
Declaration
[JsonProperty("codec", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Codec { get; set; }
Property Value
Declaration
[JsonProperty("displayAspectRatio", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DisplayAspectRatio { get; set; }
Property Value
Declaration
[JsonProperty("durationInSeconds", Required = Required.Always)]
public float DurationInSeconds { get; set; }
Property Value
Declaration
[JsonProperty("frameCount", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? FrameCount { get; set; }
Property Value
Declaration
[JsonProperty("frameRate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public float? FrameRate { get; set; }
Property Value
Declaration
[JsonProperty("height", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Height { get; set; }
Property Value
Declaration
[JsonProperty("language", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Language { get; set; }
Property Value
Declaration
[JsonProperty("pixelAspectRatio", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public float? PixelAspectRatio { get; set; }
Property Value
Declaration
[JsonProperty("resolution", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Resolution { get; set; }
Property Value
Declaration
[JsonProperty("rotation", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public float? Rotation { get; set; }
Property Value
Declaration
[JsonProperty("streamSize", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public long? StreamSize { get; set; }
Property Value
Declaration
[JsonProperty("width", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Width { get; set; }
Property Value
Methods
Declaration
public static VideoStream FromJson(string data)
Parameters
Returns