Inherits Object.
Describes a storyboard for a video.
Public Fields | |
object_ptr< file > | storyboard_file_ |
A JPEG file that contains tiled previews of video. | |
int32 | width_ |
Width of a tile. | |
int32 | height_ |
Height of a tile. | |
object_ptr< file > | map_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 |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 1731320034 |
Identifier uniquely determining a type of the object. | |
videoStoryboard | ( | ) |
Describes a storyboard for a video.
videoStoryboard | ( | object_ptr< file > && | storyboard_file_, |
int32 | width_, | ||
int32 | height_, | ||
object_ptr< file > && | map_file_ | ||
) |
Describes a storyboard for a video.
[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. |
|
finalvirtual |