AudioEffect.Success フィールド

定義

注意事項

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

操作は成功しました。

[Android.Runtime.Register("SUCCESS")]
[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 Success = 0;
[<Android.Runtime.Register("SUCCESS")>]
[<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 Success : Android.Media.Audiofx.AudioEffectStatus

フィールド値

Value = 0
属性

注釈

操作は成功しました。

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

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

適用対象