|
Twitch SDK (Internal)
|
#include <stdint.h>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | ttv::UserInfo |
| struct | ttv::ChannelInfo |
| struct | ttv::PreviewImages |
| struct | ttv::StreamInfo |
| struct | ttv::WatchPartyUpdate |
| struct | ttv::ProfileImage |
| class | ttv::TrackingValue |
| union | ttv::TrackingValue::Value |
Namespaces | |
| ttv | |
| JSON (JavaScript Object Notation). | |
Macros | |
| #define | UNUSED(x) (void)x; |
Typedefs | |
| typedef unsigned int | uint |
| using | ttv::UserId = uint32_t |
| using | ttv::ChannelId = uint32_t |
| using | ttv::GameId = uint32_t |
| using | ttv::Timestamp = uint32_t |
| using | ttv::Color = uint32_t |
| using | ttv::BroadcastId = uint32_t |
| struct ttv::PreviewImages |
PreviewImages - URLs for preview images (of different sizes).
| Class Members | ||
|---|---|---|
| string | largeUrl | |
| string | mediumUrl | |
| string | smallUrl | |
| string | templateUrl | |
| struct ttv::ProfileImage |
ProfileImage - Info about a new profile image.
| Class Members | ||
|---|---|---|
| string | format | The filetype/format of the profile image. |
| uint32_t | height | Height of the profile image. |
| string | url | The URL of the profile image. |
| uint32_t | width | Width of the profile image. |
| #define UNUSED | ( | x | ) | (void)x; |
| typedef unsigned int uint |
1.8.13