次の方法で共有


Equalizer.GetCenterFreq(Int16) Method

Definition

Gets the center frequency of the given band.

[Android.Runtime.Register("getCenterFreq", "(S)I", "GetGetCenterFreq_SHandler")]
public virtual int GetCenterFreq (short band);
[<Android.Runtime.Register("getCenterFreq", "(S)I", "GetGetCenterFreq_SHandler")>]
abstract member GetCenterFreq : int16 -> int
override this.GetCenterFreq : int16 -> int

Parameters

band
Int16

frequency band whose center frequency is requested. The numbering of the bands starts from 0 and ends at (number of bands - 1).

Returns

the center frequency in milliHertz

Attributes

Exceptions

Remarks

Gets the center frequency of the given band.

Java documentation for android.media.audiofx.Equalizer.getCenterFreq(short).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to