Inherits Object.
Describes a group of video synchronization source identifiers.
Public Fields | |
string | semantics_ |
The semantics of sources, one of "SIM" or "FID". | |
array< int32 > | source_ids_ |
The list of synchronization source identifiers. | |
Public Instance Methods | |
groupCallVideoSourceGroup () | |
groupCallVideoSourceGroup (string const &semantics_, array< int32 > &&source_ids_) | |
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 | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1190900785 |
Identifier uniquely determining a type of the object. | |
Describes a group of video synchronization source identifiers.
groupCallVideoSourceGroup | ( | string const & | semantics_, |
array< int32 > && | source_ids_ | ||
) |
Describes a group of video synchronization source identifiers.
[in] | semantics_ | The semantics of sources, one of "SIM" or "FID". |
[in] | source_ids_ | The list of synchronization source identifiers. |
|
finalvirtual |