Class AudioStream
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
Declaration
[JsonProperty("bitRate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string BitRate { get; set; }
Property Value
Declaration
[JsonProperty("bitRateMode", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string BitRateMode { get; set; }
Property Value
Declaration
[JsonProperty("channelPositions", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ChannelPositions { get; set; }
Property Value
Declaration
[JsonProperty("channels", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Channels { get; set; }
Property Value
Declaration
[JsonProperty("codec", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Codec { get; set; }
Property Value
Declaration
[JsonProperty("durationInSeconds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public float? DurationInSeconds { get; set; }
Property Value
Declaration
[JsonProperty("language", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Language { get; set; }
Property Value
Declaration
[JsonProperty("resolution", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? Resolution { get; set; }
Property Value
Declaration
[JsonProperty("samplingRate", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? SamplingRate { get; set; }
Property Value
Declaration
[JsonProperty("streamSize", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public long? StreamSize { get; set; }
Property Value
Methods
Declaration
public static AudioStream FromJson(string data)
Parameters
Returns