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
属性

注釈

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

android.media.MediaDrm.ErrorCodes.ERROR_INSUFFICIENT_OUTPUT_PROTECTIONJava ドキュメント。

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

適用対象