Java TV(tm) API 1.0

javax.tv.service.selection
Interface ServiceMediaHandler

All Superinterfaces:
javax.media.Clock, javax.media.Controller, javax.media.Duration, javax.media.MediaHandler, javax.media.Player, ServiceContentHandler

public interface ServiceMediaHandler
extends javax.media.Player, ServiceContentHandler

ServiceMediaHandler represents an handler of service components that are real time media sharing the same clock. A ServiceMediaHandler is associated with the Service currently selected in the ServiceContext from which it was obtained.

See Also:
ServiceContext, MediaSelectControl

Fields inherited from interface javax.media.Controller
LATENCY_UNKNOWN, Prefetched, Prefetching, Realized, Realizing, Started, Unrealized
 
Fields inherited from interface javax.media.Clock
RESET
 
Fields inherited from interface javax.media.Duration
DURATION_UNBOUNDED, DURATION_UNKNOWN
 
Methods inherited from interface javax.media.Player
addController, getControlPanelComponent, getGainControl, getVisualComponent, removeController, start
 
Methods inherited from interface javax.media.MediaHandler
setSource
 
Methods inherited from interface javax.media.Controller
addControllerListener, close, deallocate, getControl, getControls, getStartLatency, getState, getTargetState, prefetch, realize, removeControllerListener
 
Methods inherited from interface javax.media.Clock
getMediaNanoseconds, getMediaTime, getRate, getStopTime, getSyncTime, getTimeBase, mapToTimeBase, setMediaTime, setRate, setStopTime, setTimeBase, stop, syncStart
 
Methods inherited from interface javax.media.Duration
getDuration
 
Methods inherited from interface javax.tv.service.selection.ServiceContentHandler
getServiceContentLocators
 


Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.