java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallStream
- Enclosing class:
- TdApi
Describes an available stream in a group call.
-
Field Summary
Modifier and TypeFieldDescriptionint
Identifier of an audio/video channel.static final int
int
Scale of segment durations in the stream.long
Point in time when the stream currently ends; Unix timestamp in milliseconds. -
Constructor Summary
ConstructorDescriptionDescribes an available stream in a group call.GroupCallStream
(int channelId, int scale, long timeOffset) Describes an available stream in a group call.GroupCallStream
(DataInput input) Describes an available stream in a group call. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
channelId
public int channelIdIdentifier of an audio/video channel. -
scale
public int scaleScale of segment durations in the stream. The duration is 1000/(2**scale) milliseconds. -
timeOffset
public long timeOffsetPoint in time when the stream currently ends; Unix timestamp in milliseconds. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GroupCallStream
public GroupCallStream()Describes an available stream in a group call. -
GroupCallStream
public GroupCallStream(int channelId, int scale, long timeOffset) Describes an available stream in a group call.- Parameters:
channelId
- int Identifier of an audio/video channel.scale
- int Scale of segment durations in the stream. The duration is 1000/(2**scale) milliseconds.timeOffset
- long Point in time when the stream currently ends; Unix timestamp in milliseconds.
-
GroupCallStream
Describes an available stream in a group call.- 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()
-