AppBroadcastingStatusDetails クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のアプリが現在ブロードキャストを開始できない理由を示す詳細情報を提供します。
public ref class AppBroadcastingStatusDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.AppBroadcasting.AppBroadcastingContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppBroadcastingStatusDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.AppBroadcasting.AppBroadcastingContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppBroadcastingStatusDetails
Public NotInheritable Class AppBroadcastingStatusDetails
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows Desktop Extension SDK (10.0.16299.0 で導入)
|
API contract |
Windows.Media.AppBroadcasting.AppBroadcastingContract (v1.0 で導入)
|
注釈
AppBroadcastingStatus.Details プロパティにアクセスして、このクラスのインスタンスを取得します。
プロパティ
IsAnyAppBroadcasting |
別のアプリが現在ブロードキャストされているかどうかを示す値を取得します。 |
IsAppInactive |
現在のアプリのウィンドウが非アクティブかどうかを示す値を取得します。 |
IsBlockedForApp |
現在のアプリのブロードキャストがブロックされているかどうかを示す値を取得します。 |
IsCaptureResourceUnavailable |
キャプチャ リソースが現在使用できないかどうかを示す値を取得します。 |
IsDisabledBySystem |
アプリブロードキャストがシステムによって無効になっているかどうかを示す値を取得します。 |
IsDisabledByUser |
アプリブロードキャストがユーザーによって無効になっているかどうかを示す値を取得します。 |
IsGameStreamInProgress |
ゲーム ストリームが現在進行中かどうかを示す値を取得します。 |
IsGpuConstrained |
GPU が制約されているためにアプリブロードキャストが使用できないかどうかを示す値を取得します。 |