MediaDrm.EventKeyRequired フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.

このイベントの種類は、アプリがライセンス サーバーからキーを要求する必要があることを示します。

[Android.Runtime.Register("EVENT_KEY_REQUIRED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)]
public const Android.Media.MediaDrmEventType EventKeyRequired = 2;
[<Android.Runtime.Register("EVENT_KEY_REQUIRED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)>]
val mutable EventKeyRequired : Android.Media.MediaDrmEventType

フィールド値

Value = 2
属性

注釈

このイベントの種類は、アプリがライセンス サーバーからキーを要求する必要があることを示します。 要求メッセージ データは を使用して #getKeyRequest取得されます。

android.media.MediaDrm.EVENT_KEY_REQUIREDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象