tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::getGroupCallStreamSegment Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::getGroupCallStreamSegment:
td::td_api::Function td::TlObject

Public Types

using ReturnType = object_ptr< data >
 Typedef for the type returned by the function.
 

Public Member Functions

 getGroupCallStreamSegment ()
 
 getGroupCallStreamSegment (int32 group_call_id_, int53 time_offset_, int32 scale_, int32 channel_id_, object_ptr< GroupCallVideoQuality > &&video_quality_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

int32 group_call_id_
 Group call identifier.
 
int53 time_offset_
 Point in time when the stream segment begins; Unix timestamp in milliseconds.
 
int32 scale_
 Segment duration scale; 0-1. Segment&#x27;s duration is 1000/(2**scale) milliseconds.
 
int32 channel_id_
 Identifier of an audio/video channel to get as received from tgcalls.
 
object_ptr< GroupCallVideoQualityvideo_quality_
 Video quality as received from tgcalls; pass null to get the worst available quality.
 

Static Public Attributes

static const std::int32_t ID = -502273424
 Identifier uniquely determining a type of the object.
 

Detailed Description

Returns a file with a segment of a video chat or live story in a modified OGG format for audio or MPEG-4 format for video.

Returns object_ptr<Data>.

Definition at line 106908 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 106953 of file td_api.h.

Constructor & Destructor Documentation

◆ getGroupCallStreamSegment() [1/2]

td::td_api::getGroupCallStreamSegment::getGroupCallStreamSegment ( )

Default constructor for a function, which returns a file with a segment of a video chat or live story in a modified OGG format for audio or MPEG-4 format for video.

Returns object_ptr<Data>.

◆ getGroupCallStreamSegment() [2/2]

td::td_api::getGroupCallStreamSegment::getGroupCallStreamSegment ( int32  group_call_id_,
int53  time_offset_,
int32  scale_,
int32  channel_id_,
object_ptr< GroupCallVideoQuality > &&  video_quality_ 
)

Creates a function, which returns a file with a segment of a video chat or live story in a modified OGG format for audio or MPEG-4 format for video.

Returns object_ptr<Data>.

Parameters
[in]group_call_id_Group call identifier.
[in]time_offset_Point in time when the stream segment begins; Unix timestamp in milliseconds.
[in]scale_Segment duration scale; 0-1. Segment&#x27;s duration is 1000/(2**scale) milliseconds.
[in]channel_id_Identifier of an audio/video channel to get as received from tgcalls.
[in]video_quality_Video quality as received from tgcalls; pass null to get the worst available quality.

Member Function Documentation

◆ store()

void td::td_api::getGroupCallStreamSegment::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ channel_id_

int32 td::td_api::getGroupCallStreamSegment::channel_id_

Identifier of an audio/video channel to get as received from tgcalls.

Definition at line 106925 of file td_api.h.

◆ group_call_id_

int32 td::td_api::getGroupCallStreamSegment::group_call_id_

Group call identifier.

Definition at line 106919 of file td_api.h.

◆ ID

const std::int32_t td::td_api::getGroupCallStreamSegment::ID = -502273424
static

Identifier uniquely determining a type of the object.

Definition at line 106950 of file td_api.h.

◆ scale_

int32 td::td_api::getGroupCallStreamSegment::scale_

Segment duration scale; 0-1. Segment&#x27;s duration is 1000/(2**scale) milliseconds.

Definition at line 106923 of file td_api.h.

◆ time_offset_

int53 td::td_api::getGroupCallStreamSegment::time_offset_

Point in time when the stream segment begins; Unix timestamp in milliseconds.

Definition at line 106921 of file td_api.h.

◆ video_quality_

object_ptr<GroupCallVideoQuality> td::td_api::getGroupCallStreamSegment::video_quality_

Video quality as received from tgcalls; pass null to get the worst available quality.

Definition at line 106927 of file td_api.h.


The documentation for this class was generated from the following file: