Search Results for

    Show / Hide Table of Contents

    Class AudioStream

    Inheritance
    object
    AudioStream
    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 AudioStream

    Properties

    BitRate

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

    BitRateMode

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

    ChannelPositions

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

    Channels

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

    Codec

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

    DurationInSeconds

    Declaration
    [JsonProperty("durationInSeconds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    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

    Language

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

    Resolution

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

    SamplingRate

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

    StreamSize

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

    Methods

    FromJson(string)

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

    Returns
    AudioStream

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX