Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 3.49 KB

nf-spatialaudiometadata-ispatialaudioobjectformetadatacommands-writenextmetadatacommand.md

File metadata and controls

75 lines (60 loc) · 3.49 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:spatialaudiometadata.ISpatialAudioObjectForMetadataCommands.WriteNextMetadataCommand
ISpatialAudioObjectForMetadataCommands::WriteNextMetadataCommand (spatialaudiometadata.h)
Writes a metadata command to the spatial audio object, each command may only be added once per object per processing cycle.
ISpatialAudioObjectForMetadataCommands interface [Core Audio]
WriteNextMetadataCommand method
ISpatialAudioObjectForMetadataCommands.WriteNextMetadataCommand
ISpatialAudioObjectForMetadataCommands::WriteNextMetadataCommand
WriteNextMetadataCommand
WriteNextMetadataCommand method [Core Audio]
WriteNextMetadataCommand method [Core Audio]
ISpatialAudioObjectForMetadataCommands interface
coreaudio.ispatialaudioobjectformetadatacommands_writenextmetadatacommand
spatialaudiometadata/ISpatialAudioObjectForMetadataCommands::WriteNextMetadataCommand
coreaudio\ispatialaudioobjectformetadatacommands_writenextmetadatacommand.htm
CoreAudio
4880851E-C13F-49EC-BFC2-0F97F36D4D07
12/05/2018
ISpatialAudioObjectForMetadataCommands interface [Core Audio],WriteNextMetadataCommand method, ISpatialAudioObjectForMetadataCommands.WriteNextMetadataCommand, ISpatialAudioObjectForMetadataCommands::WriteNextMetadataCommand, WriteNextMetadataCommand, WriteNextMetadataCommand method [Core Audio], WriteNextMetadataCommand method [Core Audio],ISpatialAudioObjectForMetadataCommands interface, coreaudio.ispatialaudioobjectformetadatacommands_writenextmetadatacommand, spatialaudiometadata/ISpatialAudioObjectForMetadataCommands::WriteNextMetadataCommand
spatialaudiometadata.h
Spatialaudioclient.h
Windows
Windows
19H1
ISpatialAudioObjectForMetadataCommands::WriteNextMetadataCommand
spatialaudiometadata/ISpatialAudioObjectForMetadataCommands::WriteNextMetadataCommand
c++
APIRef
kbSyntax
COM
spatialaudiometadata.h
ISpatialAudioObjectForMetadataCommands.WriteNextMetadataCommand

ISpatialAudioObjectForMetadataCommands::WriteNextMetadataCommand

-description

Writes a metadata command to the spatial audio object, each command may only be added once per object per processing cycle. Valid commands and value lengths are defined by the metadata format specified in the SpatialAudioObjectRenderStreamForMetadataActivationParams when the ISpatialAudioObjectRenderStreamForMetadata was created.

-parameters

-param commandID [in]

The ID of the metadata command.

-param valueBuffer [in]

The buffer containing the value data for the metadata command.

-param valueBufferLength [in]

The length of the valueBuffer.

-returns

If the method succeeds, it returns S_OK.

-see-also

ISpatialAudioObjectForMetadataCommands