ISpatialAudioObjectForMetadataCommands::GetAudioObjectType method
Gets a value specifying the type of audio object that is represented by the ISpatialAudioObjectForMetadataCommands. This value indicates if the object is dynamic or static. If the object is static, one and only one of the static audio channel values to which the object is assigned is returned.
HRESULT GetAudioObjectType(
[out] AudioObjectType *audioObjectType
);
- audioObjectType [out]
A value specifying the type of audio object that is represented
If the method succeeds, it returns S_OK.
Set the type of the audio object with the type parameter to the ISpatialAudioObjectRenderStreamForMetadata::ActivateSpatialAudioObjectForMetadataCommands method.
Header |
Spatialaudioclient.h |