Class spatialAudio.SpatialAudio
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class spatialAudio.SpatialAudio

java.lang.Object
   |
   +----spatialAudio.SpatialAudio

public class SpatialAudio
extends Object
The SpatialAudio class creates and initializes a new audio Environment. This Environment can then be used to create a listener and one or more sound sources, and to control global properties of the audio environment.

For details on use of the spatialAudio package, including code samples, refer to the spatialAudio Package User's Guide.

Copyright (c) 1996 Intel Corporation

See Also:
Environment

CONSTRUCTOR INDEX

 O SpatialAudio()

METHOD INDEX

 O createEnvironment()
Creates,initializes, and returns a new spatialAudio Environment.

CONSTRUCTORS

 O SpatialAudio
  public SpatialAudio()

METHODS

 O createEnvironment
  public static synchronized Environment createEnvironment() throws InitializationException, SpatialAudioException
Creates,initializes, and returns a new spatialAudio Environment.
Returns:
An instance of an Environment object. If the spatialAudio package is not properly installed on the client machine, an InitializationException will be thrown. If the creation fails for other reasons, a a generic SpatialAudioException will be thrown.

An environment must be successfully created before sound sources or a listener can be created.


All Packages  Class Hierarchy  This Package  Previous  Next  Index
Free Web Hosting