GetGroupCallStreamSegment class

Returns a file with a segment of a group call stream in a modified OGG format for audio or MPEG-4 format for video.

Returns FilePart.

Inheritance
Available Extensions

Constructors

GetGroupCallStreamSegment({required int group_call_id, required int time_offset, required int scale, required int channel_id, GroupCallVideoQuality? video_quality, int? extra, int? clientId})
Returns a file with a segment of a group call stream in a modified OGG format for audio or MPEG-4 format for video

Properties

channel_id int
Identifier of an audio/video channel to get as received from tgcalls.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
group_call_id int
Group call identifier.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scale int
Segment duration scale; 0-1. Segment's duration is 1000/(2**scale) milliseconds.
read / write
time_offset int
Point in time when the stream segment begins; Unix timestamp in milliseconds.
read / write
video_quality GroupCallVideoQuality?
Video quality as received from tgcalls; pass null to get the worst available quality.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) GetGroupCallStreamSegment?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"getGroupCallStreamSegment"