AppBroadcastTriggerProviderInfo 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关正在广播游戏的应用程序的信息,例如其徽标、显示名称和视频特征。
public ref class AppBroadcastTriggerProviderInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.AppBroadcastContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppBroadcastTriggerProviderInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.AppBroadcastContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppBroadcastTriggerProviderInfo
Public NotInheritable Class AppBroadcastTriggerProviderInfo
- 继承
- 属性
Windows 要求
设备系列 |
Windows Desktop Extension SDK (在 10.0.15063.0 中引入)
|
API contract |
Windows.Media.Capture.AppBroadcastContract (在 v1.0 中引入)
|
注解
重要
只有第一方应用程序才应使用此类。
属性
DisplayNameResource |
获取并设置正在广播游戏的提供程序的 UI 友好名称的资源位置。 |
LogoResource |
获取并设置正在广播游戏的提供程序徽标的资源位置。 |
MaxVideoBitrate |
获取并设置广播游戏的提供程序可以提供的最大比特率。 |
MaxVideoHeight |
获取并设置游戏广播提供商支持的最大视频高度。 |
MaxVideoWidth |
获取并设置游戏广播提供商支持的最大视频宽度。 |
VideoKeyFrameInterval |
获取并设置视频关键帧之间的时间量。 |