MediaCodecInfo.AudioCapabilities.GetSupportedSampleRates Method

Definition

Returns the array of supported sample rates if the codec supports only discrete values.

[Android.Runtime.Register("getSupportedSampleRates", "()[I", "")]
public int[]? GetSupportedSampleRates ();
[<Android.Runtime.Register("getSupportedSampleRates", "()[I", "")>]
member this.GetSupportedSampleRates : unit -> int[]

Returns

Int32[]
Attributes

Remarks

Returns the array of supported sample rates if the codec supports only discrete values. Otherwise, it returns null. The array is sorted in ascending order.

Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getSupportedSampleRates().

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