#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 483379470 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes an alternative re-encoded quality of a video file.
Definition at line 1171 of file td_api.h.
◆ alternativeVideo() [1/2]
| td::td_api::alternativeVideo::alternativeVideo |
( |
| ) |
|
Describes an alternative re-encoded quality of a video file.
◆ alternativeVideo() [2/2]
Describes an alternative re-encoded quality of a video file.
- Parameters
-
| [in] | id_ | Unique identifier of the alternative video, which is used in the HLS file. |
| [in] | width_ | Video width. |
| [in] | height_ | Video height. |
| [in] | codec_ | Codec used for video file encoding, for example, "h264", "h265", "av1", or "av01". |
| [in] | hls_file_ | HLS file describing the video. |
| [in] | video_ | File containing the video. |
◆ store()
| void td::td_api::alternativeVideo::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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ codec_
| string td::td_api::alternativeVideo::codec_ |
Codec used for video file encoding, for example, "h264", "h265", "av1", or "av01".
Definition at line 1188 of file td_api.h.
◆ height_
| int32 td::td_api::alternativeVideo::height_ |
◆ hls_file_
HLS file describing the video.
Definition at line 1190 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::alternativeVideo::ID = 483379470 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 1212 of file td_api.h.
◆ id_
| int64 td::td_api::alternativeVideo::id_ |
Unique identifier of the alternative video, which is used in the HLS file.
Definition at line 1182 of file td_api.h.
◆ video_
File containing the video.
Definition at line 1192 of file td_api.h.
◆ width_
| int32 td::td_api::alternativeVideo::width_ |
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h