Uses of Class
no.ntnu.item.router.enums.PlayState

Packages that use PlayState
no.ntnu.item.router   
no.ntnu.item.router.enums   
no.ntnu.item.router.utilities   
 

Uses of PlayState in no.ntnu.item.router
 

Fields in no.ntnu.item.router declared as PlayState
private  PlayState SilverlightMeasurement.playState
           
 

Methods in no.ntnu.item.router that return PlayState
 PlayState SilverlightMeasurement.getPlayState()
           
 

Constructors in no.ntnu.item.router with parameters of type PlayState
SilverlightMeasurement(java.lang.String event, java.lang.String eventMessage, java.lang.String clientId, java.lang.String ispAS, PlayState playState, java.lang.Boolean fullScreen, java.lang.Double avgProcessorLoad, java.lang.Double avgProcessLoad, java.lang.Double timeIncrement, java.lang.Integer videoDownloadBitrate, java.util.List<java.lang.Integer> avaliableVideoBitrates, java.net.InetAddress myIp, java.net.InetSocketAddress sourceIpAndPort, java.lang.Long routerTimeStamp)
          s Parameterized constructor
 

Uses of PlayState in no.ntnu.item.router.enums
 

Methods in no.ntnu.item.router.enums that return PlayState
static PlayState PlayState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlayState[] PlayState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PlayState in no.ntnu.item.router.utilities
 

Methods in no.ntnu.item.router.utilities that return PlayState
private  PlayState Parser.getPlayStateOrDefaultToUnknown(java.lang.String playStateString)
          Helper method to extract PlayState.