Uses of Package
com.blackledge.david.tivo.hmoclient

Packages that use com.blackledge.david.tivo.hmoclient
com.blackledge.david.tivo.hmoclient The HMOClient package is designed to encapsulize interaction from Java with an HMO server such as a Tivo (containing Video items) or another computer serving images and music.
Video items are not documented in the HMO specification but have been implemented by observation of results.
Example of processing against a TiVo: 
com.blackledge.david.tivo.nowplaying   
com.blackledge.david.tivo.video   
 

Classes in com.blackledge.david.tivo.hmoclient used by com.blackledge.david.tivo.hmoclient
Container
          an HMO Container representation which contains meta information and a list of items that may be Containers or Audio or Video or Image information.
ContainerItem
          <TotalItems>{count}</TotalItems> <TotalSize>{bytes}</TotalSize> <TotalDuration>{msecs}</TotalDuration>
ContainerRequest
          Class to set up a request for a container and parse the results back for us.
HMOSession
          Class to track a client session against an HMO server, e.g.
Item
          Superclass of all Items in HMO listing.
Link
           
 

Classes in com.blackledge.david.tivo.hmoclient used by com.blackledge.david.tivo.nowplaying
Container
          an HMO Container representation which contains meta information and a list of items that may be Containers or Audio or Video or Image information.
Item
          Superclass of all Items in HMO listing.
 

Classes in com.blackledge.david.tivo.hmoclient used by com.blackledge.david.tivo.video
VideoItem
          Undocumented Video Item type for HMO, based on "ContentType=video/x-tivo-raw-tts".