AudioEffect.ErrorNoMemory フィールド

定義

注意事項

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

メモリ不足のため操作に失敗しました。

[Android.Runtime.Register("ERROR_NO_MEMORY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.AudioEffectStatus enum directly instead of this field.", true)]
public const Android.Media.Audiofx.AudioEffectStatus ErrorNoMemory = -6;
[<Android.Runtime.Register("ERROR_NO_MEMORY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.AudioEffectStatus enum directly instead of this field.", true)>]
val mutable ErrorNoMemory : Android.Media.Audiofx.AudioEffectStatus

フィールド値

Value = -6
属性

注釈

メモリ不足のため操作に失敗しました。

の Java ドキュメント android.media.audiofx.AudioEffect.ERROR_NO_MEMORY

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

適用対象