Module tdlight.api

Class TdApi.GroupCallParticipantVideoInfo

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallParticipantVideoInfo
Enclosing class:
TdApi

public static final class TdApi.GroupCallParticipantVideoInfo extends TdApi.Object
Contains information about a group call participant's video channel.
  • Field Details

    • sourceGroups

      public TdApi.GroupCallVideoSourceGroup[] sourceGroups
      List of synchronization source groups of the video.
    • endpointId

      public String endpointId
      Video channel endpoint identifier.
    • isPaused

      public boolean isPaused
      True, if the video is paused. This flag needs to be ignored, if new video frames are received.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      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 - List of synchronization source groups of the video.
      endpointId - Video channel endpoint identifier.
      isPaused - True, if the video is paused. This flag needs to be ignored, if new video frames are received.
    • GroupCallParticipantVideoInfo

      public GroupCallParticipantVideoInfo(DataInput input) throws IOException
      Contains information about a group call participant's video channel.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object