|
|
RE: 请问在QNX6.6.0中如何配置audio:default?
|
|
06/04/2014 3:34 PM
post110588
|
RE: 请问在QNX6.6.0中如何配置audio:default?
Hi,
Response from our design team:
This requires the audiomgmt plug-in for mm-renderer and audioman service in the system.
Most of the time a customer wants to attach an io-audio output, example
url:
snd:/dev/snd/pcmPreferredp
You need to specify the output channel/device.
- For mmcli:
-----------------------------------
mmcli -L -i mmrenderer_cli.so
> OutputAttach screen:?index=0 video
> OutputAttach snd:/dev/snd/pcmPreferredp audio
> InputAttach /tmp/test.mp4 track
> Play
- For mm-renderer
----------------------------
rc = mmr_output_attach( context, "snd:/dev/snd/pcmPreferredp", "audio" );
Best Regards,
Harry Yu
|
|
|
|
|