Search Results for

    Show / Hide Table of Contents

    Class VideoStream

    Inheritance
    object
    VideoStream
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    BitRate

    Declaration
    [JsonProperty("bitRate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string BitRate { get; set; }
    Property Value
    string

    Codec

    Declaration
    [JsonProperty("codec", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Codec { get; set; }
    Property Value
    string

    DisplayAspectRatio

    Declaration
    [JsonProperty("displayAspectRatio", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string DisplayAspectRatio { get; set; }
    Property Value
    string

    DurationInSeconds

    Declaration
    [JsonProperty("durationInSeconds", Required = Required.Always)]
    public float DurationInSeconds { get; set; }
    Property Value
    float

    Format

    Declaration
    [JsonProperty("format", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Format { get; set; }
    Property Value
    string

    FrameCount

    Declaration
    [JsonProperty("frameCount", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? FrameCount { get; set; }
    Property Value
    int?

    FrameRate

    Declaration
    [JsonProperty("frameRate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public float? FrameRate { get; set; }
    Property Value
    float?

    Height

    Declaration
    [JsonProperty("height", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? Height { get; set; }
    Property Value
    int?

    Language

    Declaration
    [JsonProperty("language", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Language { get; set; }
    Property Value
    string

    PixelAspectRatio

    Declaration
    [JsonProperty("pixelAspectRatio", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public float? PixelAspectRatio { get; set; }
    Property Value
    float?

    Resolution

    Declaration
    [JsonProperty("resolution", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? Resolution { get; set; }
    Property Value
    int?

    Rotation

    Declaration
    [JsonProperty("rotation", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public float? Rotation { get; set; }
    Property Value
    float?

    StreamSize

    Declaration
    [JsonProperty("streamSize", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public long? StreamSize { get; set; }
    Property Value
    long?

    Width

    Declaration
    [JsonProperty("width", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public int? Width { get; set; }
    Property Value
    int?

    Methods

    FromJson(string)

    Declaration
    public static VideoStream FromJson(string data)
    Parameters
    string data

    Returns
    VideoStream

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX