Uses of Class
javax.tv.service.navigation.StreamType

Packages that use StreamType
javax.tv.service.navigation   
 

Uses of StreamType in javax.tv.service.navigation
 

Fields in javax.tv.service.navigation declared as StreamType
static StreamType StreamType.AUDIO
          Audio component.
static StreamType StreamType.DATA
          Data component.
static StreamType StreamType.SECTIONS
          MPEG sections component.
static StreamType StreamType.SUBTITLES
          Subtitles component.
static StreamType StreamType.UNKNOWN
          Unknown component.
static StreamType StreamType.VIDEO
          Video component.
 

Methods in javax.tv.service.navigation that return StreamType
 StreamType ServiceComponent.getStreamType()
          Provides the stream type of this component.