|
Twitch SDK (Internal)
|
#include <broadcasttypes.h>
Public Member Functions | |
| IngestServer () | |
| IngestServer (const IngestServer &other) | |
| void | operator= (const IngestServer &other) |
Public Attributes | |
| std::string | serverName |
| The name of the server suitable for displaying in UI. More... | |
| std::string | serverUrl |
| The URL of the Twitch server. More... | |
| uint32_t | priority |
| The priority of the server, the lower the better option for the client. More... | |
| uint32_t | serverId |
| The unique server ID which should not change. More... | |
Represents a Twitch Ingest server.
| ttv::broadcast::IngestServer::IngestServer | ( | ) |
| ttv::broadcast::IngestServer::IngestServer | ( | const IngestServer & | other | ) |
| void ttv::broadcast::IngestServer::operator= | ( | const IngestServer & | other | ) |
| uint32_t ttv::broadcast::IngestServer::priority |
The priority of the server, the lower the better option for the client.
| uint32_t ttv::broadcast::IngestServer::serverId |
The unique server ID which should not change.
| std::string ttv::broadcast::IngestServer::serverName |
The name of the server suitable for displaying in UI.
| std::string ttv::broadcast::IngestServer::serverUrl |
The URL of the Twitch server.
1.8.13