public static class TdApi.GroupCallStream extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
int |
channelId
Identifier of an audio/video channel.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
scale
Scale of segment durations in the stream.
|
long |
timeOffset
Point in time when the stream currently ends; Unix timestamp in milliseconds.
|
| Constructor and Description |
|---|
GroupCallStream()
Describes an available stream in a group call.
|
GroupCallStream(int channelId,
int scale,
long timeOffset)
Describes an available stream in a group call.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int channelId
public int scale
public long timeOffset
public static final int CONSTRUCTOR
public GroupCallStream()
public GroupCallStream(int channelId,
int scale,
long timeOffset)
channelId - Identifier of an audio/video channel.scale - Scale of segment durations in the stream. The duration is 1000/(2**scale) milliseconds.timeOffset - Point in time when the stream currently ends; Unix timestamp in milliseconds.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object