List of all members | Public Fields | Public Instance Methods | Static Public Attributes
videoStoryboard Class Referencefinal

Inherits Object.

Description

Describes a storyboard for a video.

Public Fields

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.
 

Public Instance Methods

 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 Instance Methods inherited from 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
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ videoStoryboard() [1/2]

Describes a storyboard for a video.

◆ videoStoryboard() [2/2]

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.

Method Documentation

◆ store()

void 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 TlObject.


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