...
usbd_audio.h / usbd_audio.c
Prototype
Code Block | ||
---|---|---|
| ||
CPU_INT08U USBD_Audio_OT_Add ( CPU_INT08U class_nbr,
const USBD_AUDIO_OT_CFG *p_ot_cfg,
const USBD_AUDIO_DRV_AC_OT_API *p_ot_api,
USBD_ERR *p_err); |
Arguments
class_nbr
Class instance number.
...
Audio 1.0 specification indicates that ID #0 is reserved for undefined ID. Thus it indicates an error.
p_ot_api
can beDEF_NULL
if the Output Terminal does not support the Copy Protection control.
...