mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 18:06:33 +00:00
Move subsampling rate definitions from nxplayer.h to audio.h
This commit is contained in:
parent
100bba42be
commit
123efe6e23
1 changed files with 12 additions and 0 deletions
|
|
@ -283,6 +283,18 @@
|
|||
/****************************************************************************
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
/* Fast-forward and rewind by sub-sampling may be supported. If so, then
|
||||
* this enumeration specifies the sub-sampling:
|
||||
*/
|
||||
|
||||
enum nxplayer_subsample_e
|
||||
{
|
||||
SUBSAMPLE_1X = 0, /* Normal speed (no direction change) */
|
||||
SUBSAMPLE_2X,
|
||||
SUBSAMPLE_4X,
|
||||
SUBSAMPLE_8X,
|
||||
SUBSAMPLE_16X
|
||||
};
|
||||
|
||||
/* Define the size of AP Buffer sample count base on CONFIG */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue