@@ -25,6 +25,11 @@ public ActivePresenter(string call) { }
25
25
public static bool operator != ( Azure . Communication . MediaComposition . AudiencePosition left , Azure . Communication . MediaComposition . AudiencePosition right ) { throw null ; }
26
26
public override string ToString ( ) { throw null ; }
27
27
}
28
+ public partial class AutoGridInputGroup : Azure . Communication . MediaComposition . InputGroup
29
+ {
30
+ public AutoGridInputGroup ( System . Collections . Generic . IEnumerable < string > inputIds ) { }
31
+ public System . Collections . Generic . IList < string > InputIds { get { throw null ; } }
32
+ }
28
33
public partial class AutoGridLayout : Azure . Communication . MediaComposition . Models . MediaCompositionLayout
29
34
{
30
35
public AutoGridLayout ( System . Collections . Generic . IEnumerable < string > inputIds ) { }
@@ -67,6 +72,13 @@ public partial class DominantSpeaker : Azure.Communication.MediaComposition.Mode
67
72
public DominantSpeaker ( string call ) { }
68
73
public string Call { get { throw null ; } set { } }
69
74
}
75
+ public partial class GridInputGroup : Azure . Communication . MediaComposition . InputGroup
76
+ {
77
+ public GridInputGroup ( System . Collections . Generic . IEnumerable < System . Collections . Generic . IList < string > > inputIds , int rows , int columns ) { }
78
+ public int Columns { get { throw null ; } set { } }
79
+ public System . Collections . Generic . IList < System . Collections . Generic . IList < string > > InputIds { get { throw null ; } }
80
+ public int Rows { get { throw null ; } set { } }
81
+ }
70
82
public partial class GridLayout : Azure . Communication . MediaComposition . Models . MediaCompositionLayout
71
83
{
72
84
public GridLayout ( int rows , int columns , System . Collections . Generic . IEnumerable < System . Collections . Generic . IList < string > > inputIds ) { }
@@ -87,15 +99,30 @@ public GroupCallOutput(string id) { }
87
99
public partial class InputGroup
88
100
{
89
101
public InputGroup ( ) { }
90
- public int ? Columns { get { throw null ; } set { } }
91
102
public string Height { get { throw null ; } set { } }
92
- public System . Collections . Generic . IList < System . Collections . Generic . IList < string > > InputIds { get { throw null ; } }
93
103
public string Layer { get { throw null ; } set { } }
94
104
public Azure . Communication . MediaComposition . Models . InputPosition Position { get { throw null ; } set { } }
95
- public int ? Rows { get { throw null ; } set { } }
96
105
public string Width { get { throw null ; } set { } }
97
106
}
98
107
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
108
+ public readonly partial struct InputGroupType : System . IEquatable < Azure . Communication . MediaComposition . InputGroupType >
109
+ {
110
+ private readonly object _dummy ;
111
+ private readonly int _dummyPrimitive ;
112
+ public InputGroupType ( string value ) { throw null ; }
113
+ public static Azure . Communication . MediaComposition . InputGroupType AutoGridBased { get { throw null ; } }
114
+ public static Azure . Communication . MediaComposition . InputGroupType GridBased { get { throw null ; } }
115
+ public bool Equals ( Azure . Communication . MediaComposition . InputGroupType other ) { throw null ; }
116
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
117
+ public override bool Equals ( object obj ) { throw null ; }
118
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
119
+ public override int GetHashCode ( ) { throw null ; }
120
+ public static bool operator == ( Azure . Communication . MediaComposition . InputGroupType left , Azure . Communication . MediaComposition . InputGroupType right ) { throw null ; }
121
+ public static implicit operator Azure . Communication . MediaComposition . InputGroupType ( string value ) { throw null ; }
122
+ public static bool operator != ( Azure . Communication . MediaComposition . InputGroupType left , Azure . Communication . MediaComposition . InputGroupType right ) { throw null ; }
123
+ public override string ToString ( ) { throw null ; }
124
+ }
125
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
99
126
public readonly partial struct LayerVisibility : System . IEquatable < Azure . Communication . MediaComposition . LayerVisibility >
100
127
{
101
128
private readonly object _dummy ;
0 commit comments