MediaDrm.ErrorCodes.ErrorStorageWrite フィールド

定義

注意事項

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

プラグインはファイルシステムにデータを書き込むことができませんでした。

[Android.Runtime.Register("ERROR_STORAGE_WRITE", 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 ErrorStorageWrite = 32;
[<Android.Runtime.Register("ERROR_STORAGE_WRITE", 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 ErrorStorageWrite : Android.Media.DrmErrorCode

フィールド値

Value = 32
属性

注釈

プラグインはファイルシステムにデータを書き込むことができませんでした。

で説明されている予期しないエラーに対する一般的なエラー処理戦略を ErrorCodes参照してください。

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

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

適用対象