ParsecGetAudioOutputs
uint32_tParsecGetAudioOutputs(ParsecAudioOutput *outputs,uint32_tlen)
Get a list of currently available audio outputs.
Parameters
Direction | Name | Description |
---|---|---|
out | outputs | An array of ParsecOutput to be filled. |
in | len | The length of the outputs array in elements. |
Returns
The number of elements written to outputs
.