次の方法で共有


PlayReadyStatics.MeteringReportServiceRequestType プロパティ

定義

PlayReady 測定サービス要求の種類を取得します。

public:
 static property Platform::Guid MeteringReportServiceRequestType { Platform::Guid get(); };
static winrt::guid MeteringReportServiceRequestType();
public static Guid MeteringReportServiceRequestType { get; }
var guid = PlayReadyStatics.meteringReportServiceRequestType;
Public Shared ReadOnly Property MeteringReportServiceRequestType As Guid

プロパティ値

Guid

Platform::Guid

winrt::guid

PlayReady 測定サービス要求の種類。 このプロパティ値は、基になるプラットフォームのエンディアンに依存します。 サポートするすべてのプラットフォームでアプリを慎重にテストし、各プラットフォームで正しいエンディアンが使用されていることを確認します。

注釈

この型は 、IMediaProtectionServiceRequest.type と比較できます。

適用対象