mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
NxWM: Beginning integration of NxPlayer into Nxwm::MediaPlayer. Gets handle, sets device, and releases handle. Lots more to be done
This commit is contained in:
@@ -1443,6 +1443,11 @@ CONFIG_NXWM_HEXCALCULATOR_FONTID=6
|
||||
#
|
||||
CONFIG_NXWM_MEDIAPLAYER=y
|
||||
|
||||
#
|
||||
# NxPlayer Integration
|
||||
#
|
||||
CONFIG_NXWM_MEDIAPLAYER_PREFERRED_DEVICE="pcm0"
|
||||
|
||||
#
|
||||
# Media File Configuration
|
||||
#
|
||||
@@ -1452,6 +1457,7 @@ CONFIG_NXWM_MEDIAPLAYER_FILTER=y
|
||||
# CONFIG_NXWM_MEDIAPLAYER_FILTER_AC3 is not set
|
||||
# CONFIG_NXWM_MEDIAPLAYER_FILTER_DTS is not set
|
||||
CONFIG_NXWM_MEDIAPLAYER_FILTER_WAV=y
|
||||
# CONFIG_NXWM_MEDIAPLAYER_FILTER_PCM is not set
|
||||
# CONFIG_NXWM_MEDIAPLAYER_FILTER_MP3 is not set
|
||||
# CONFIG_NXWM_MEDIAPLAYER_FILTER_MIDI is not set
|
||||
# CONFIG_NXWM_MEDIAPLAYER_FILTER_WMA is not set
|
||||
|
||||
Reference in New Issue
Block a user