Class AudioDuckingConfiguration
The type AudioDuckingConfiguration.
Inheritance
System.Object
AudioDuckingConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
[JsonConverter(typeof(DerivedTypeConverter))]
public class AudioDuckingConfiguration
Properties
View SourceAdditionalData
Gets or sets additional data.
Declaration
[JsonExtensionData(ReadData = true)]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
LowerLevel
Gets or sets lowerLevel.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "lowerLevel", Required = Required.Default)]
public long? LowerLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
RampActive
Gets or sets rampActive.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "rampActive", Required = Required.Default)]
public long? RampActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
RampInactive
Gets or sets rampInactive.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "rampInactive", Required = Required.Default)]
public long? RampInactive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
UpperLevel
Gets or sets upperLevel.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "upperLevel", Required = Required.Default)]
public long? UpperLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |