共用方式為


AudioFormat.ChannelCount 屬性

定義

傳回通道計數。

public virtual int ChannelCount { [Android.Runtime.Register("getChannelCount", "()I", "GetGetChannelCountHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getChannelCount", "()I", "GetGetChannelCountHandler", ApiSince=23)>]
member this.ChannelCount : int

屬性值

從通道位置遮罩或通道索引遮罩衍生的通道計數。 如果未設定通道位置遮罩和通道索引遮罩,則會傳回零。

屬性

備註

傳回通道計數。

android.media.AudioFormat.getChannelCount()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於