Interface spatialAudio.DirectListener
All Packages Class Hierarchy This Package Previous Next Index
Interface spatialAudio.DirectListener
- public interface DirectListener
- extends Object
- extends Listener
The DirectListener interface provides methods for handling the audio
device. Methods for handling general listener functionality are contained
in the Listener interface.
Copyright (c) 1996 Intel Corporation
- See Also:
- Listener
-
connect()
- Attaches the listener to the current
output device resource.
-
disconnect()
- Detaches the listener from the output device resource.
connect
public abstract boolean connect()
- Attaches the listener to the current
output device resource.
- Returns:
- true if the call succeeded, or false if it failed.
disconnect
public abstract boolean disconnect()
- Detaches the listener from the output device resource.
- Returns:
- true if the call succeeded, or false if it failed.
All Packages Class Hierarchy This Package Previous Next Index