语言

BitsPerSample 枚举

定义

public enum BitsPerSample
type BitsPerSample = 
继承
BitsPerSample

字段

名称 说明
None 0

每个样本 0 的编解码器位数。 每个样本的编解码器位的默认值。

Android 参考。android.bluetooth.BluetoothCodecConfig.BITS_PER_SAMPLE_NONE

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

BitsPerSample16 1

每个示例 16 的编解码器位数。

Android 参考。android.bluetooth.BluetoothCodecConfig.BITS_PER_SAMPLE_16

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

BitsPerSample24 2

每个示例 24 的编解码器位数。

Android 参考。android.bluetooth.BluetoothCodecConfig.BITS_PER_SAMPLE_24

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

BitsPerSample32 4

每个示例 32 的编解码器位数。

Android 参考。android.bluetooth.BluetoothCodecConfig.BITS_PER_SAMPLE_32

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于