java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallVideoSourceGroup
- Enclosing class:
- TdApi
Describes a group of video synchronization source identifiers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The semantics of sources, one of "SIM" or "FID".int[]
The list of synchronization source identifiers. -
Constructor Summary
ConstructorDescriptionDescribes a group of video synchronization source identifiers.Describes a group of video synchronization source identifiers.GroupCallVideoSourceGroup
(String semantics, int[] sourceIds) Describes a group of video synchronization source identifiers. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
semantics
The semantics of sources, one of "SIM" or "FID". -
sourceIds
public int[] sourceIdsThe list of synchronization source identifiers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GroupCallVideoSourceGroup
public GroupCallVideoSourceGroup()Describes a group of video synchronization source identifiers. -
GroupCallVideoSourceGroup
Describes a group of video synchronization source identifiers.- Parameters:
semantics
- String The semantics of sources, one of "SIM" or "FID".sourceIds
- int[] The list of synchronization source identifiers.
-
GroupCallVideoSourceGroup
Describes a group of video synchronization source identifiers.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-