SetShapeEqCompCommand
Initializes a SHAPE EQ/Comp command.Syntax
Parameters
command _Inout_Type: SHAPE_FLOWGRAPH_COMMAND* The SHAPE_FLOWGRAPH_COMMAND command to initialize. contextId
Type: UINT32 EQ/Comp context ID (index) this command will reference. inputMixBuffer
Type: UINT32 Input mix buffer ID. sidechainMixBuffer
Type: UINT32 Sidechain mix buffer. This parameter is used for external sidechains only and is ignored for normal and internal sidechains. For more information, see SHAPE_EQCOMP_SIDECHAIN_MODE. outputMixBuffer
Type: UINT32 Output mix buffer ID.
Return value
Type: HRESULT If the function succeeds it returnsS_OK. If one or more arguments are invalid, the function returns E_INVALIDARG.
