Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

usbd_audio.h / usbd_audio.c

Prototype

Code Block
languagecpp
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.

...

  1. Audio 1.0 specification indicates that ID #0 is reserved for undefined ID. Thus it indicates an error.

  2. p_ot_api can be DEF_NULL if the Output Terminal does not support the Copy Protection control.

...