Developer World
Spresense SDK Library v3.2.0-ebc0364
StartBBParam Struct Reference

#include <audio_effector_api.h>

Public Attributes

uint8_t output_device
 [in] Select Output Device More...
 
uint8_t reserved1
 [in] reserved
 
uint16_t input_device
 [in] Select Input Device More...
 
uint8_t select_output_mic
 [in] Select output MIC channels More...
 
uint8_t reserved2
 [in] reserved
 
uint8_t I2S_output_data
 [in] Select I2S output data More...
 
uint8_t SP_output_data
 [in] Select SP/HP output data More...
 

Detailed Description

StartBB Command (AUDCMD_STARTBB) parameter

Member Data Documentation

◆ output_device

uint8_t output_device

[in] Select Output Device

Use AsOutputDevice enum type

◆ input_device

uint16_t input_device

[in] Select Input Device

Use AsInputDevice enum type

◆ select_output_mic

uint8_t select_output_mic

[in] Select output MIC channels

valid only I2S_output_data == AS_MIC_THROUGH, Use AsSelectOutputMic enum type

◆ I2S_output_data

uint8_t I2S_output_data

[in] Select I2S output data

Use AsI2sOutputData enum type

◆ SP_output_data

uint8_t SP_output_data

[in] Select SP/HP output data

Use AsSpOutputData enum type


The documentation for this struct was generated from the following file: