Język

SampleRate Enum

Definition

public enum SampleRate
type SampleRate = 
Inheritance
SampleRate

Fields

Name Value Description
None 0

Codec sample rate 0 Hz. Default value used for codec sample rate.

Android reference for android.bluetooth.BluetoothCodecConfig.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.

SampleRate44100 1

Codec sample rate 44100 Hz.

Android reference for android.bluetooth.BluetoothCodecConfig.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 2

Codec sample rate 48000 Hz.

Android reference for android.bluetooth.BluetoothCodecConfig.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 4

Codec sample rate 88200 Hz.

Android reference for android.bluetooth.BluetoothCodecConfig.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 8

Codec sample rate 96000 Hz.

Android reference for android.bluetooth.BluetoothCodecConfig.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 16

Codec sample rate 176400 Hz.

Android reference for android.bluetooth.BluetoothCodecConfig.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 32

Codec sample rate 192000 Hz.

Android reference for android.bluetooth.BluetoothCodecConfig.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.

Applies to