MediaDrm.EventSessionReclaimed フィールド

定義

注意事項

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

このイベントは、アプリによって開かれたセッションがリソース マネージャーによって再利用されたことを示します。

[Android.Runtime.Register("EVENT_SESSION_RECLAIMED", ApiSince=23)]
[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 EventSessionReclaimed = 5;
[<Android.Runtime.Register("EVENT_SESSION_RECLAIMED", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaDrmEventType enum directly instead of this field.", true)>]
val mutable EventSessionReclaimed : Android.Media.MediaDrmEventType

フィールド値

Value = 5
属性

注釈

このイベントは、アプリによって開かれたセッションがリソース マネージャーによって再利用されたことを示します。

の Java ドキュメント android.media.MediaDrm.EVENT_SESSION_RECLAIMED

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

適用対象