Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The broadcast information of what the user is broadcasting.
Syntax
typedef struct XblPresenceBroadcastRecord {  
    const char* broadcastId;  
    char session[XBL_GUID_LENGTH];  
    XblPresenceBroadcastProvider provider;  
    uint32_t viewerCount;  
    time_t startTime;  
} XblPresenceBroadcastRecord  
Members
broadcastId
Type: const char*
Id for this broadcast as defined by the broadcasting service.
session
Type: char[XBL_GUID_LENGTH]
The GUID uniquely identifying the broadcasting session.
provider
Type: XblPresenceBroadcastProvider
The streaming provider.
viewerCount
Type: uint32_t
Approximate number of current viewers.
startTime
Type: time_t
Time the broadcast was started.
Member of
Requirements
Header: presence_c.h