public static class TdApi.GroupCallVideoSourceGroup extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
semantics
The semantics of sources, one of "SIM" or "FID".
|
int[] |
sourceIds
The list of synchronization source identifiers.
|
Constructor and Description |
---|
GroupCallVideoSourceGroup()
Describes a group of video synchronization source identifiers.
|
GroupCallVideoSourceGroup(java.lang.String semantics,
int[] sourceIds)
Describes a group of video synchronization source identifiers.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String semantics
public int[] sourceIds
public static final int CONSTRUCTOR
public GroupCallVideoSourceGroup()
public GroupCallVideoSourceGroup(java.lang.String semantics, int[] sourceIds)
semantics
- The semantics of sources, one of "SIM" or "FID".sourceIds
- The list of synchronization source identifiers.public int getConstructor()
getConstructor
in class TdApi.Object