GetGroupCallStreamSegment class

Inheritance

Constructors

GetGroupCallStreamSegment({required int groupCallId, required int timeOffset, required int scale, required int channelId, GroupCallVideoQuality? videoQuality})
Returns a file with a segment of a group call stream in a modified OGG format for audio or MPEG-4 format for video
const

Properties

channelId int
channelId Identifier of an audio/video channel to get as received from tgcalls
final
groupCallId int
groupCallId Group call identifier
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale int
scale Segment duration scale; 0-1. Segment's duration is 1000/(2**scale) milliseconds
final
timeOffset int
timeOffset Point in time when the stream segment begins; Unix timestamp in milliseconds
final
videoQuality GroupCallVideoQuality?
videoQuality Video quality as received from tgcalls; pass null to get the worst available quality
final

Methods

copyWith({int? groupCallId, int? timeOffset, int? scale, int? channelId, GroupCallVideoQuality? videoQuality}) GetGroupCallStreamSegment
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String