Twitch SDK (Internal)
Public Member Functions | Public Attributes | List of all members
ttv::broadcast::IngestServer Struct Reference

#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...
 

Detailed Description

Represents a Twitch Ingest server.

Constructor & Destructor Documentation

◆ IngestServer() [1/2]

ttv::broadcast::IngestServer::IngestServer ( )

◆ IngestServer() [2/2]

ttv::broadcast::IngestServer::IngestServer ( const IngestServer other)

Member Function Documentation

◆ operator=()

void ttv::broadcast::IngestServer::operator= ( const IngestServer other)

Member Data Documentation

◆ priority

uint32_t ttv::broadcast::IngestServer::priority

The priority of the server, the lower the better option for the client.

◆ serverId

uint32_t ttv::broadcast::IngestServer::serverId

The unique server ID which should not change.

◆ serverName

std::string ttv::broadcast::IngestServer::serverName

The name of the server suitable for displaying in UI.

◆ serverUrl

std::string ttv::broadcast::IngestServer::serverUrl

The URL of the Twitch server.


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