Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 1.43 KB

nf-acxelements-acx_peakmeter_config_init.md

File metadata and controls

72 lines (58 loc) · 1.43 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:acxelements.ACX_PEAKMETER_CONFIG_INIT
audio
ACX_PEAKMETER_CONFIG_INIT
04/29/2022
Windows
The ACX_PEAKMETER_CONFIG_INIT function initializes an ACX_PEAKMETER_CONFIG structure.
false
function
acxelements.h
apiref
HeaderDef
acxelements.h
ACX_PEAKMETER_CONFIG_INIT
ACX_PEAKMETER_CONFIG_INIT
acxelements/ACX_PEAKMETER_CONFIG_INIT
c++

-description

The ACX_PEAKMETER_CONFIG_INIT function initializes an ACX_PEAKMETER_CONFIG structure.

-parameters

-param cfg

An ACX_PEAKMETER_CONFIG structure.

-remarks

Example

Example usage is shown below.

    ACX_PEAKMETER_CONFIG peakmeterCfg;
    ACX_PEAKMETER_CONFIG_INIT(&peakmeterCfg);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

-see-also

  • [acxelements.h header](index.md)