#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1731320034 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a storyboard for a video.
Definition at line 87046 of file td_api.h.
◆ videoStoryboard() [1/2]
| td::td_api::videoStoryboard::videoStoryboard |
( |
| ) |
|
Describes a storyboard for a video.
◆ videoStoryboard() [2/2]
Describes a storyboard for a video.
- Parameters
-
| [in] | storyboard_file_ | A JPEG file that contains tiled previews of video. |
| [in] | width_ | Width of a tile. |
| [in] | height_ | Height of a tile. |
| [in] | map_file_ | File that describes mapping of position in the video to a tile in the JPEG file. |
◆ store()
| void td::td_api::videoStoryboard::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.
◆ height_
| int32 td::td_api::videoStoryboard::height_ |
◆ ID
| const std::int32_t td::td_api::videoStoryboard::ID = 1731320034 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 87081 of file td_api.h.
◆ map_file_
File that describes mapping of position in the video to a tile in the JPEG file.
Definition at line 87063 of file td_api.h.
◆ storyboard_file_
A JPEG file that contains tiled previews of video.
Definition at line 87057 of file td_api.h.
◆ width_
| int32 td::td_api::videoStoryboard::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