Class TdApi.GetGroupCallStreamSegment

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetGroupCallStreamSegment
Enclosing class:
TdApi

public static class TdApi.GetGroupCallStreamSegment
extends TdApi.Function
Returns a file with a segment of a group call stream in a modified OGG format.

Returns FilePart

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • timeOffset

      public long timeOffset
      Point in time when the stream segment begins; Unix timestamp in milliseconds.
    • scale

      public int scale
      Segment duration scale; 0-1. Segment's duration is 1000/(2**scale) milliseconds.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetGroupCallStreamSegment

      public GetGroupCallStreamSegment()
      Returns a file with a segment of a group call stream in a modified OGG format.

      Returns FilePart

    • GetGroupCallStreamSegment

      public GetGroupCallStreamSegment​(int groupCallId, long timeOffset, int scale)
      Returns a file with a segment of a group call stream in a modified OGG format.

      Returns FilePart

      Parameters:
      groupCallId - int Group call identifier.
      timeOffset - long Point in time when the stream segment begins; Unix timestamp in milliseconds.
      scale - int Segment duration scale; 0-1. Segment's duration is 1000/(2**scale) milliseconds.
    • GetGroupCallStreamSegment

      public GetGroupCallStreamSegment​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details