MediaDrm.OfflineLicenseStateUsable フィールド

定義

注意事項

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

オフライン ライセンスは使用できます。キーは暗号化解除に使用できます。

[Android.Runtime.Register("OFFLINE_LICENSE_STATE_USABLE", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.OfflineLicenseState enum directly instead of this field.", true)]
public const Android.Media.OfflineLicenseState OfflineLicenseStateUsable = 1;
[<Android.Runtime.Register("OFFLINE_LICENSE_STATE_USABLE", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.OfflineLicenseState enum directly instead of this field.", true)>]
val mutable OfflineLicenseStateUsable : Android.Media.OfflineLicenseState

フィールド値

Value = 1
属性

注釈

オフライン ライセンスは使用できます。キーは暗号化解除に使用できます。

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

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

適用対象