語言

BitsPerSample 列舉

定義

public enum BitsPerSample
type BitsPerSample = 
繼承
BitsPerSample

欄位

名稱 Description
None 0

每個取樣點的編碼位元數為 0。 每個取樣的編解碼器位元數的預設值。

Android 參考資料。android.bluetooth.BluetoothCodecConfig.BITS_PER_SAMPLE_NONE

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

BitsPerSample16 1

每取樣編碼位元數 16。

Android 參考資料。android.bluetooth.BluetoothCodecConfig.BITS_PER_SAMPLE_16

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

BitsPerSample24 2

每個樣本有24個編碼位元。

Android 參考資料。android.bluetooth.BluetoothCodecConfig.BITS_PER_SAMPLE_24

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

BitsPerSample32 4

每取樣編碼位元數為 32。

Android 參考資料。android.bluetooth.BluetoothCodecConfig.BITS_PER_SAMPLE_32

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於