KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > tv > service > navigation > StreamType

javax.tv.service.navigation
Class StreamType

java.lang.Object
  |
  +--javax.tv.service.navigation.StreamType
See Also:
ServiceComponent

public static final StreamType AUDIO
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final StreamType DATA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final StreamType SECTIONS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected StreamType(java.lang.String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final StreamType SUBTITLES
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final StreamType UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final StreamType VIDEO
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags