#include "Video.h"
◆ Video() [1/2]
yatbcpp::Video::Video |
( |
std::string |
file_id, |
|
|
std::int32_t |
width, |
|
|
std::int32_t |
height, |
|
|
std::int32_t |
duration |
|
) |
| |
◆ Video() [2/2]
Video::Video |
( |
const Video & |
Video | ) |
|
◆ getDuration()
int32_t Video::getDuration |
( |
| ) |
const |
◆ getFile_id()
const string & Video::getFile_id |
( |
| ) |
const |
◆ getFile_size()
const optional< int32_t > & Video::getFile_size |
( |
| ) |
const |
◆ getHeight()
int32_t Video::getHeight |
( |
| ) |
const |
◆ getMime_type()
const optional< string > & Video::getMime_type |
( |
| ) |
const |
◆ getThumb()
const optional< PhotoSize > & Video::getThumb |
( |
| ) |
const |
◆ getWidth()
int32_t Video::getWidth |
( |
| ) |
const |
◆ setFile_size()
void Video::setFile_size |
( |
const std::optional< std::int32_t > & |
file_size | ) |
|
◆ setMime_type()
void Video::setMime_type |
( |
const std::optional< std::string > & |
mime_type | ) |
|
◆ setThumb()
void Video::setThumb |
( |
const std::optional< PhotoSize > & |
thumb | ) |
|
◆ duration
std::int32_t yatbcpp::Video::duration |
|
private |
◆ file_id
std::string yatbcpp::Video::file_id |
|
private |
◆ file_size
std::optional<std::int32_t> yatbcpp::Video::file_size |
|
private |
◆ height
std::int32_t yatbcpp::Video::height |
|
private |
◆ mime_type
std::optional<std::string> yatbcpp::Video::mime_type |
|
private |
◆ thumb
std::optional<PhotoSize> yatbcpp::Video::thumb |
|
private |
◆ width
std::int32_t yatbcpp::Video::width |
|
private |
The documentation for this class was generated from the following files: