|
Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
|
The supported sampling rate. More...
Public Member Functions | |
| SamplingRate (int valueHz) | |
| int | getValueHz () |
| float | getValueKHz () |
Public Attributes | |
| UNKNOWN =(0) | |
| RATE_22K =(22050) | |
| RATE_44K =(44100) | |
The supported sampling rate.
Use getValueHz to have the value in Hz as an integer and getValueKhz to have the value in kHz as a float (cached value, no division made).