get-audio-card-list
Use the interface to get the audio card device list.
Request Mode
POST http://ip/mwapi/get-audio-card-list
Response Body
{
"status": 0,
"cards": [
{
"card": 0,
"name": "USB Fusion Audio",
"system": false
},
{
"card": 3,
"name": "USB Capture HDMI+",
"system": false
}
]
}
Name | Description |
---|---|
cards | The ID of the audio card |
name | The name of the audio card device |
system | Whether it is an internal audio card in the system or an audio card created by the peripheral device. True: internal False: peripheral |