Język

BluetoothLeSampleRate Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum BluetoothLeSampleRate
[<System.Flags>]
type BluetoothLeSampleRate = 
Inheritance
BluetoothLeSampleRate
Attributes

Fields

Name Value Description
None 0

Codec sample rate 0 Hz. Default value used for codec sample rate. Values are the bit mask as defined in the Bluetooth Assigned Numbers, Generic Audio, Supported_Sampling_Frequencies table.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_NONE.

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.

SampleRate8000 1

Codec sample rate 8000 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_8000.

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.

SampleRate11025 2

Codec sample rate 11025 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_11025.

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.

SampleRate16000 4

Codec sample rate 16000 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_16000.

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.

SampleRate22050 8

Codec sample rate 22050 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_22050.

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.

SampleRate24000 16

Codec sample rate 24000 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_24000.

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.

SampleRate32000 32

Codec sample rate 32000 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_32000.

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.

SampleRate44100 64

Codec sample rate 44100 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_44100.

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.

SampleRate48000 128

Codec sample rate 48000 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_48000.

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.

SampleRate88200 256

Codec sample rate 88200 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_88200.

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.

SampleRate96000 512

Codec sample rate 96000 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_96000.

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.

SampleRate176400 1024

Codec sample rate 176400 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_176400.

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.

SampleRate192000 2048

Codec sample rate 192000 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_192000.

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.

SampleRate384000 4096

Codec sample rate 384000 Hz.

Android reference for android.bluetooth.BluetoothLeAudioCodecConfig.SAMPLE_RATE_384000.

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