SampleRate Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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 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 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 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 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. |