FileDocCategorySizeDatePackage
AudioDeviceUnavailableEvent.javaAPI DocJMF 2.1.1e595Mon May 12 12:20:38 BST 2003javax.media

AudioDeviceUnavailableEvent

public class AudioDeviceUnavailableEvent extends ControllerEvent
An AudioDeviceUnavailableEvent indicates that the Controller could not fetch the audio device.
since
JMF 2.0

Fields Summary
Constructors Summary
public AudioDeviceUnavailableEvent(Controller from)
Constructs an event for the specified controller.

param
from The controller which generated this event.

	super(from);
    
Methods Summary