java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallParticipantVideoInfo
- Enclosing class:
- TdApi
Contains information about a group
call participant's video channel.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Video channel endpoint identifier.boolean
True if the video is paused.List of synchronization source groups of the video. -
Constructor Summary
ConstructorDescriptionContains information about a group call participant's video channel.GroupCallParticipantVideoInfo
(TdApi.GroupCallVideoSourceGroup[] sourceGroups, String endpointId, boolean isPaused) Contains information about a group call participant's video channel.Contains information about a group call participant's video channel. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
sourceGroups
List of synchronization source groups of the video. -
endpointId
Video channel endpoint identifier. -
isPaused
public boolean isPausedTrue if the video is paused. This flag needs to be ignored, if new video frames are received. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GroupCallParticipantVideoInfo
public GroupCallParticipantVideoInfo()Contains information about a group call participant's video channel. -
GroupCallParticipantVideoInfo
public GroupCallParticipantVideoInfo(TdApi.GroupCallVideoSourceGroup[] sourceGroups, String endpointId, boolean isPaused) Contains information about a group call participant's video channel.- Parameters:
sourceGroups
- GroupCallVideoSourceGroup[] List of synchronization source groups of the video.endpointId
- String Video channel endpoint identifier.isPaused
- boolean True if the video is paused. This flag needs to be ignored, if new video frames are received.
-
GroupCallParticipantVideoInfo
Contains information about a group call participant's video channel.- 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()
-