Class OutputDataVideo
Output information for a video file.
Inheritance
OutputDataVideo
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class OutputDataVideo : OutputDataBase
Properties
Duration of the video in seconds.
Declaration
[JsonProperty("durationInSeconds", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public float DurationInSeconds { get; set; }
Property Value
Declaration
[JsonProperty("height", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Height { get; set; }
Property Value
The sprites making up the key frames of the video.
Declaration
[JsonProperty("sprites", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Sprite> Sprites { get; set; }
Property Value
Declaration
[JsonProperty("width", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Width { get; set; }
Property Value
Methods
Declaration
public static OutputDataVideo FromJson(string data)
Parameters
Returns