MediaDrm.ErrorCodes.ErrorInsufficientOutputProtection フィールド

定義

注意事項

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

デバイスでサポートされる出力保護レベルは、ライセンス ポリシーのコンテンツ所有者によって設定された要件を満たすには不十分です。

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

フィールド値

Value = 4
属性

注釈

デバイスでサポートされる出力保護レベルは、ライセンス ポリシーのコンテンツ所有者によって設定された要件を満たすには不十分です。

Javaドキュメント。

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

適用対象