Uses of Class
org.davic.mpeg.Service

Packages that use Service
org.davic.media Provides various extensions to the Java Media Framework for the control of TV oriented audio / video content. 
org.davic.mpeg Provides utility classes for common MPEG concepts. 
 

Uses of Service in org.davic.media
 

Methods in org.davic.media that return Service
 Service NotAuthorizedMediaException.getService()
          If getType() returns SERVICE, then this method returns the Service that could not be descrambled.
 

Constructors in org.davic.media with parameters of type Service
NotAuthorizedMediaException(Service s, int reason)
          Constructor for exception due to failure accessing an MPEG service
NotAuthorizedMediaException(Service s, int major_reason, int minor_reason)
          Constructor for exception due to failure accessing an MPEG service
 

Uses of Service in org.davic.mpeg
 

Methods in org.davic.mpeg that return Service
 Service NotAuthorizedInterface.getService()
          If getType() returns SERVICE, then this method returns the Service that could not be descrambled.
 Service NotAuthorizedException.getService()
          If getType() returns SERVICE, then this method returns the Service that could not be descrambled.
 Service ElementaryStream.getService()
           
static Service ApplicationOrigin.getService()
           
 Service TransportStream.retrieveService(int serviceId)
           
 Service[] TransportStream.retrieveServices()