次の方法で共有


MediaDrm.ErrorCodes.ErrorNoKey フィールド

定義

注意事項

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

復号化操作を実行しようとしたときに、要求されたキーが見つかりませんでした。

[Android.Runtime.Register("ERROR_NO_KEY", 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 ErrorNoKey = 1;
[<Android.Runtime.Register("ERROR_NO_KEY", 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 ErrorNoKey : Android.Media.DrmErrorCode

フィールド値

Value = 1
属性

注釈

復号化操作を実行しようとしたときに、要求されたキーが見つかりませんでした。

操作は、正しい復号化キーを追加した後に再試行できます。

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象