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

#include <coretypes.h>

Public Member Functions

 ChannelInfo ()
 

Public Attributes

std::string displayName
 
std::string name
 
std::string game
 
std::string description
 
std::string status
 
std::string language
 
std::string broadcasterLanguage
 
std::string logoImageUrl
 
std::string channelUrl
 
std::string videoBannerImageUrl
 
std::string profileBannerImageUrl
 
ChannelId channelId
 
Color profileBannerBackgroundColor
 By default set to 0xFF000000. More...
 
Timestamp createdAtTimestamp
 
Timestamp updatedAtTimestamp
 
uint32_t numFollowers
 
uint32_t numViews
 
BroadcasterType broadcasterType
 
bool mature
 
bool partner
 

Detailed Description

Information about a Twitch channel. This is a snapshot and values may change over time.

Constructor & Destructor Documentation

◆ ChannelInfo()

ttv::ChannelInfo::ChannelInfo ( )

Member Data Documentation

◆ broadcasterLanguage

std::string ttv::ChannelInfo::broadcasterLanguage

◆ broadcasterType

BroadcasterType ttv::ChannelInfo::broadcasterType

◆ channelId

ChannelId ttv::ChannelInfo::channelId

◆ channelUrl

std::string ttv::ChannelInfo::channelUrl

◆ createdAtTimestamp

Timestamp ttv::ChannelInfo::createdAtTimestamp

◆ description

std::string ttv::ChannelInfo::description

◆ displayName

std::string ttv::ChannelInfo::displayName

◆ game

std::string ttv::ChannelInfo::game

◆ language

std::string ttv::ChannelInfo::language

◆ logoImageUrl

std::string ttv::ChannelInfo::logoImageUrl

◆ mature

bool ttv::ChannelInfo::mature

◆ name

std::string ttv::ChannelInfo::name

◆ numFollowers

uint32_t ttv::ChannelInfo::numFollowers

◆ numViews

uint32_t ttv::ChannelInfo::numViews

◆ partner

bool ttv::ChannelInfo::partner

◆ profileBannerBackgroundColor

Color ttv::ChannelInfo::profileBannerBackgroundColor

By default set to 0xFF000000.

◆ profileBannerImageUrl

std::string ttv::ChannelInfo::profileBannerImageUrl

◆ status

std::string ttv::ChannelInfo::status

◆ updatedAtTimestamp

Timestamp ttv::ChannelInfo::updatedAtTimestamp

◆ videoBannerImageUrl

std::string ttv::ChannelInfo::videoBannerImageUrl

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