Uses of Interface
org.ocap.media.ClosedCaptioningListener

Packages that use ClosedCaptioningListener
org.ocap.media The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components 
 

Uses of ClosedCaptioningListener in org.ocap.media
 

Methods in org.ocap.media with parameters of type ClosedCaptioningListener
 void ClosedCaptioningControl.addClosedCaptioningListener(ClosedCaptioningListener ccListener)
          Add a listener to notify a closed-captioning state change.
 void ClosedCaptioningControl.removeClosedCaptioningListener(ClosedCaptioningListener ccListener)
          Remove the given ClosedCaptioningListener.