AppBroadcastTriggerProviderInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |