|
Twitch SDK (Internal)
|
#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 |
Information about a Twitch channel. This is a snapshot and values may change over time.
| ttv::ChannelInfo::ChannelInfo | ( | ) |
| std::string ttv::ChannelInfo::broadcasterLanguage |
| BroadcasterType ttv::ChannelInfo::broadcasterType |
| ChannelId ttv::ChannelInfo::channelId |
| std::string ttv::ChannelInfo::channelUrl |
| Timestamp ttv::ChannelInfo::createdAtTimestamp |
| std::string ttv::ChannelInfo::description |
| std::string ttv::ChannelInfo::displayName |
| std::string ttv::ChannelInfo::game |
| std::string ttv::ChannelInfo::language |
| std::string ttv::ChannelInfo::logoImageUrl |
| bool ttv::ChannelInfo::mature |
| std::string ttv::ChannelInfo::name |
| uint32_t ttv::ChannelInfo::numFollowers |
| uint32_t ttv::ChannelInfo::numViews |
| bool ttv::ChannelInfo::partner |
| Color ttv::ChannelInfo::profileBannerBackgroundColor |
By default set to 0xFF000000.
| std::string ttv::ChannelInfo::profileBannerImageUrl |
| std::string ttv::ChannelInfo::status |
| Timestamp ttv::ChannelInfo::updatedAtTimestamp |
| std::string ttv::ChannelInfo::videoBannerImageUrl |
1.8.13