Uses of Class
org.dvb.dsmcc.NPTRate

Packages that use NPTRate
org.dvb.dsmcc Provides extended access to files carried in the broadcast stream. 
 

Uses of NPTRate in org.dvb.dsmcc
 

Methods in org.dvb.dsmcc that return NPTRate
 NPTRate DSMCCStream.getNPTRate()
          Get the rate for the timeline referenced in the DSMCCStream object.
 NPTRate NPTRateChangeEvent.getRate()
          Return the new rate of the stream immediately after the change.
 

Constructors in org.dvb.dsmcc with parameters of type NPTRate
NPTRateChangeEvent(DSMCCStream source, NPTRate rate)
          Construct an event.