Uses of Class
org.dvb.media.VideoTransformation

Packages that use VideoTransformation
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
org.dvb.service.selection Extensions to the Java TV service selection API. 
 

Uses of VideoTransformation in org.dvb.media
 

Methods in org.dvb.media that return VideoTransformation
 VideoTransformation BackgroundVideoPresentationControl.getClosestMatch(VideoTransformation t)
          This method takes a video transformation and returns the closest match of that video transformation that can be supported for the currently selected video.
 VideoTransformation BackgroundVideoPresentationControl.getVideoTransformation()
          Return the current video transformation
 VideoTransformation VideoFormatControl.getVideoTransformation(int dfc)
          This method returns a VideoTransformation object that corresponds with the specified Decoder Format Conversion when applied to the currently selected video.
 

Methods in org.dvb.media with parameters of type VideoTransformation
 VideoTransformation BackgroundVideoPresentationControl.getClosestMatch(VideoTransformation t)
          This method takes a video transformation and returns the closest match of that video transformation that can be supported for the currently selected video.
 boolean BackgroundVideoPresentationControl.setVideoTransformation(VideoTransformation t)
          Sets a new video transformation (clipping/scaling/positioning).
 

Uses of VideoTransformation in org.dvb.service.selection
 

Methods in org.dvb.service.selection with parameters of type VideoTransformation
 void DvbServiceContext.setDefaultVideoTransformation(VideoTransformation vt)
          Sets the default video transformation to be applied to the new service following a service selection operation.