次の方法で共有


AudioDeviceInfo.GetChannelCounts メソッド

定義

[Android.Runtime.Register("getChannelCounts", "()[I", "", ApiSince=23)]
public int[] GetChannelCounts ();
[<Android.Runtime.Register("getChannelCounts", "()[I", "", ApiSince=23)>]
member this.GetChannelCounts : unit -> int[]

戻り値

Int32[]

このオーディオ デバイスを構成できるチャネル数 (1、2、4、...) の配列。

        Note: an empty array indicates that the device supports arbitrary channel counts.
属性

注釈

の Java ドキュメントandroid.media.AudioDeviceInfo.getChannelCounts()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象