MediaDrm.ErrorCodes.ErrorLicenseParse フィールド

定義

注意事項

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

ライセンス応答が空で、フィールドが見つからないか、解析または復号化できません。

[Android.Runtime.Register("ERROR_LICENSE_PARSE", 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 ErrorLicenseParse = 17;
[<Android.Runtime.Register("ERROR_LICENSE_PARSE", 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 ErrorLicenseParse : Android.Media.DrmErrorCode

フィールド値

Value = 17
属性

注釈

ライセンス応答が空で、フィールドが見つからないか、解析または復号化できません。

空のバッファーや上書きされたバッファーなどの間違いがないか確認します。 それ以外の場合は、 MediaDrm プラグイン ベンダーに、想定されるライセンス形式を確認してください。

Javaドキュメント。

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

適用対象