Show / Hide Table of Contents

Class ParticipantMixerLevel

The type ParticipantMixerLevel.

Inheritance
System.Object
ParticipantMixerLevel
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 ParticipantMixerLevel

Properties

View Source

AdditionalData

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>
View Source

Ducking

Gets or sets ducking.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "ducking", Required = Required.Default)]
public AudioDuckingConfiguration Ducking { get; set; }
Property Value
Type Description
AudioDuckingConfiguration
View Source

ExclusiveMode

Gets or sets exclusiveMode.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "exclusiveMode", Required = Required.Default)]
public bool? ExclusiveMode { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Participant

Gets or sets participant.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "participant", Required = Required.Default)]
public string Participant { get; set; }
Property Value
Type Description
System.String
View Source

SourceLevels

Gets or sets sourceLevels.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "sourceLevels", Required = Required.Default)]
public IEnumerable<AudioSourceLevel> SourceLevels { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<AudioSourceLevel>
  • View Source
Back to top Generated by DocFX