AudioNodeEmitterShape.CreateOmnidirectional Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of AudioNodeEmitterShape that is omnidirectional, meaning that the audio signal attenuation is the same regardless of the emitter's Direction.
public:
static AudioNodeEmitterShape ^ CreateOmnidirectional();
static AudioNodeEmitterShape CreateOmnidirectional();
public static AudioNodeEmitterShape CreateOmnidirectional();
function createOmnidirectional()
Public Shared Function CreateOmnidirectional () As AudioNodeEmitterShape
Returns
An omnidirectional AudioNodeEmitterShape.