Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

javax.tv.service.selection
Interface ServiceMediaHandler

All Superinterfaces:
Clock, Controller, Duration, MediaHandler, Player, ServiceContentHandler

public interface ServiceMediaHandler
extends 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

Field Summary
 
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
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.