Uses of Interface
legacy.resource.VideoCodecToolkit

Packages that use VideoCodecToolkit
legacy This package contains all classes required by the kernel to operate 
legacy.resource This package is where classes used for handling media should be kept and includes codecs for loading specific mime types. 
 

Uses of VideoCodecToolkit in legacy
 

Classes in legacy that implement VideoCodecToolkit
 class VideoAdapter
          VideoAdapter.class VideoAdapter handles graphics and graphics device functions and prepiration.
 

Uses of VideoCodecToolkit in legacy.resource
 

Methods in legacy.resource that return VideoCodecToolkit
static VideoCodecToolkit ResourceManager.getVideoCodecToolkit()
          getVideoCodecToolkit() allows access to the initialized VideoAdapter for codec use
Note has been left not protected or not Restricted as access to functions as yet have not been deemed detrimental to use by any class as should always be set before access to can be called except for instances where an attempt to access has been made from a legacy.Legacy.getConfiguration() call.
 

Methods in legacy.resource with parameters of type VideoCodecToolkit
static void ResourceManager.setVideoCodecToolkit(VideoCodecToolkit toolkit)
          setVideoCodecToolkit(VideoCodecToolkit) applies a toolkit to make availible for classes which may not in general have acccess to it.