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

#include <coretypes.h>

Public Member Functions

 WatchPartyUpdate ()
 

Public Attributes

std::string incrementUrl
 The URL to increment whenever a new VOD is played. More...
 
std::string vodId
 The currently playing VOD ID. More...
 
std::string title
 The title of the currently playing VOD. More...
 
std::string watchPartyId
 The unique ID for this watch party (should be the same across all VODs) More...
 
VodType broadcastType
 The type of vod being played. More...
 
bool viewable
 Marked true if this VOD is published and available for anyone to view, false if it is not. More...
 

Detailed Description

WatchPartyUpdate - Info received about a watch party occuring on a channel.

Constructor & Destructor Documentation

◆ WatchPartyUpdate()

ttv::WatchPartyUpdate::WatchPartyUpdate ( )

Member Data Documentation

◆ broadcastType

VodType ttv::WatchPartyUpdate::broadcastType

The type of vod being played.

◆ incrementUrl

std::string ttv::WatchPartyUpdate::incrementUrl

The URL to increment whenever a new VOD is played.

◆ title

std::string ttv::WatchPartyUpdate::title

The title of the currently playing VOD.

◆ viewable

bool ttv::WatchPartyUpdate::viewable

Marked true if this VOD is published and available for anyone to view, false if it is not.

◆ vodId

std::string ttv::WatchPartyUpdate::vodId

The currently playing VOD ID.

◆ watchPartyId

std::string ttv::WatchPartyUpdate::watchPartyId

The unique ID for this watch party (should be the same across all VODs)


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