Skip to content

Latest commit

 

History

History
101 lines (85 loc) · 3.42 KB

nf-mfspatialaudio-imfspatialaudiosample-getspatialaudioobjectbyindex.md

File metadata and controls

101 lines (85 loc) · 3.42 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:mfspatialaudio.IMFSpatialAudioSample.GetSpatialAudioObjectByIndex
IMFSpatialAudioSample::GetSpatialAudioObjectByIndex (mfspatialaudio.h)
Returns the spatial audio object, represented by an IMFSpatialAudioObjectBuffer object, corresponding to the specified index.
GetSpatialAudioObjectByIndex
GetSpatialAudioObjectByIndex method [Media Foundation]
GetSpatialAudioObjectByIndex method [Media Foundation]
IMFSpatialAudioSample interface
IMFSpatialAudioSample interface [Media Foundation]
GetSpatialAudioObjectByIndex method
IMFSpatialAudioSample.GetSpatialAudioObjectByIndex
IMFSpatialAudioSample::GetSpatialAudioObjectByIndex
mf.imfspatialaudiosample_getspatialaudioobjectbyindex
mfspatialaudio/IMFSpatialAudioSample::GetSpatialAudioObjectByIndex
mf\imfspatialaudiosample_getspatialaudioobjectbyindex.htm
medfound
2B5A2D44-BA41-49FC-B4FD-9BCD9EE2D549
12/05/2018
GetSpatialAudioObjectByIndex, GetSpatialAudioObjectByIndex method [Media Foundation], GetSpatialAudioObjectByIndex method [Media Foundation],IMFSpatialAudioSample interface, IMFSpatialAudioSample interface [Media Foundation],GetSpatialAudioObjectByIndex method, IMFSpatialAudioSample.GetSpatialAudioObjectByIndex, IMFSpatialAudioSample::GetSpatialAudioObjectByIndex, mf.imfspatialaudiosample_getspatialaudioobjectbyindex, mfspatialaudio/IMFSpatialAudioSample::GetSpatialAudioObjectByIndex
mfspatialaudio.h
Mfobjects.h
Windows
Windows 10, version 1703 [desktop apps only]
None supported
Mfobjects.lib
Windows
19H1
IMFSpatialAudioSample::GetSpatialAudioObjectByIndex
mfspatialaudio/IMFSpatialAudioSample::GetSpatialAudioObjectByIndex
c++
APIRef
kbSyntax
COM
mfobjects.lib
mfobjects.dll
IMFSpatialAudioSample.GetSpatialAudioObjectByIndex

IMFSpatialAudioSample::GetSpatialAudioObjectByIndex

-description

Returns the spatial audio object, represented by an IMFSpatialAudioObjectBuffer object, corresponding to the specified index.

-parameters

-param dwIndex

A 32 bit variable with the 0-based index of the requested audio object.

-param ppAudioObjBuffer

A pointer to an IMFSpatialAudioObjectBuffer object in which the spatial audio object corresponding with the specified index will be stored.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.
E_POINTER
The supplied pointer is invalid.

-see-also

IMFSpatialAudioSample