JSR-043: JTAPI-1.4

javax.telephony.media
Interface MediaConstants

All Known Subinterfaces:
ASR, ASRConstants, ASREvent, Async_ASR, Async_ASREvent, Async_ContainerEvent, Async_DataObjectEvent, Async_Delegation, Async_MediaConnectionEvent, Async_Player, Async_PlayerEvent, Async_Recorder, Async_RecorderEvent, Async_ServiceEvent, Async_SignalDetector, Async_SignalDetectorEvent, Async_SignalGenerator, Async_SignalGeneratorEvent, Async_TTSPlayer, Async.BindAndReleaseEvent, Async.BindEvent, Async.BindToCallEvent, Async.DelegationEvent, Async.Event, Async.MediaGroupEvent, Async.MediaServiceEvent, Async.ReleaseEvent, Async.ResourceEvent, ContainerEvent, DataObjectEvent, Delegation, DelegationConstants, DelegationEvent, MediaConnectionEvent, MediaEvent, MediaGroupEvent, MediaService, MediaServiceConstants, MediaServiceEvent, MediaServiceListener, MessageConstants, NamedService, NamedServiceListener, Player, PlayerConstants, PlayerEvent, Recorder, RecorderConstants, RecorderEvent, Resource, ResourceConstants, ResourceEvent, ServiceEvent, ServiceRequestEvent, SignalDetector, SignalDetectorConstants, SignalDetectorEvent, SignalGenerator, SignalGeneratorConstants, SignalGeneratorEvent, TTSPlayer

public interface MediaConstants

Defines constants used by many components.

Since:
JTAPI-1.3

Field Summary
static Symbol e_OK
          Symbol returned from MediaEvent.getError() if there is no error.
static Symbol q_Duration
          Symbol returned from MediaEvent.getQualifier() if an operation completed because the requested duration was reached.
static Symbol q_Standard
          Qualifier: normal, default completion.
static Symbol q_Stop
          Qualifier: Completion caused by a Stop.
 

Field Detail

e_OK

public static final Symbol e_OK
Symbol returned from MediaEvent.getError() if there is no error.

q_Duration

public static final Symbol q_Duration
Symbol returned from MediaEvent.getQualifier() if an operation completed because the requested duration was reached.

q_Standard

public static final Symbol q_Standard
Qualifier: normal, default completion.

q_Stop

public static final Symbol q_Stop
Qualifier: Completion caused by a Stop. Normal response from operations stopped by MediaService.stop() method.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org