AppBroadcastTriggerProviderInfo Class

Definition

Provides information about the application that is broadcasting gameplay such as its logo, display name, and video characteristics.

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
Inheritance
Object Platform::Object IInspectable AppBroadcastTriggerProviderInfo
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.15063.0)
API contract
Windows.Media.Capture.AppBroadcastContract (introduced in v1.0)

Remarks

Important

Only first-party applications should use this class.

Properties

DisplayNameResource

Gets and sets the resource location for the UI friendly name of the provider that is broadcasting gameplay.

LogoResource

Gets and sets the resource location of the logo of the provider that is broadcasting gameplay.

MaxVideoBitrate

Gets and sets the maximum bitrate that the provider that is broadcasting gameplay can provide.

MaxVideoHeight

Gets and sets the maximum video height that the gameplay broadcast provider supports.

MaxVideoWidth

Gets and sets the maximum video width that the gameplay broadcast provider supports.

VideoKeyFrameInterval

Gets and sets the amount of time between video key frames.

Applies to