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::videoStoryboard Class Referencefinal

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

Inheritance diagram for td::td_api::videoStoryboard:
td::td_api::Object td::TlObject

Public Member Functions

 videoStoryboard ()
 
 videoStoryboard (object_ptr< file > &&storyboard_file_, int32 width_, int32 height_, object_ptr< file > &&map_file_)
 
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

object_ptr< filestoryboard_file_
 A JPEG file that contains tiled previews of video.
 
int32 width_
 Width of a tile.
 
int32 height_
 Height of a tile.
 
object_ptr< filemap_file_
 File that describes mapping of position in the video to a tile in the JPEG file.
 

Static Public Attributes

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

Detailed Description

Describes a storyboard for a video.

Definition at line 87046 of file td_api.h.

Constructor & Destructor Documentation

◆ videoStoryboard() [1/2]

td::td_api::videoStoryboard::videoStoryboard ( )

Describes a storyboard for a video.

◆ videoStoryboard() [2/2]

td::td_api::videoStoryboard::videoStoryboard ( object_ptr< file > &&  storyboard_file_,
int32  width_,
int32  height_,
object_ptr< file > &&  map_file_ 
)

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.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ height_

int32 td::td_api::videoStoryboard::height_

Height of a tile.

Definition at line 87061 of file td_api.h.

◆ 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_

object_ptr<file> td::td_api::videoStoryboard::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_

object_ptr<file> td::td_api::videoStoryboard::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_

Width of a tile.

Definition at line 87059 of file td_api.h.


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