AppBroadcastBackgroundService.ViewerCount 属性

定义

获取或设置广播的观看者数。

public:
 property unsigned int ViewerCount { unsigned int get(); void set(unsigned int value); };
uint32_t ViewerCount();

void ViewerCount(uint32_t value);
public uint ViewerCount { get; set; }
var uInt32 = appBroadcastBackgroundService.viewerCount;
appBroadcastBackgroundService.viewerCount = uInt32;
Public Property ViewerCount As UInteger

属性值

UInt32

unsigned int

uint32_t

广播的观看人数。

Windows 要求

应用功能
appBroadcast appBroadcastSettings

适用于