Uses of Class
com.rometools.modules.mediarss.types.PlayerReference
-
Packages that use PlayerReference Package Description com.rometools.modules.mediarss This module supports Yahoo!com.rometools.modules.mediarss.io This package contains parsers and generators for the module as well as a specia feed parser for Yahoo's custom RSS2 namespace.com.rometools.modules.mediarss.types This package contains datatypes for working with MediaRSS. -
-
Uses of PlayerReference in com.rometools.modules.mediarss
Methods in com.rometools.modules.mediarss that return PlayerReference Modifier and Type Method Description PlayerReferenceMediaModule. getPlayer()Returns a player reference associated with the feed.PlayerReferenceMediaModuleImpl. getPlayer()Player for a feed.Methods in com.rometools.modules.mediarss with parameters of type PlayerReference Modifier and Type Method Description voidMediaModuleImpl. setPlayer(PlayerReference player)Player for a feed. -
Uses of PlayerReference in com.rometools.modules.mediarss.io
Methods in com.rometools.modules.mediarss.io with parameters of type PlayerReference Modifier and Type Method Description voidMediaModuleGenerator. generatePlayer(PlayerReference p, org.jdom2.Element e) -
Uses of PlayerReference in com.rometools.modules.mediarss.types
Methods in com.rometools.modules.mediarss.types that return PlayerReference Modifier and Type Method Description PlayerReferenceMediaContent. getPlayer()<media:player>Methods in com.rometools.modules.mediarss.types with parameters of type PlayerReference Modifier and Type Method Description voidMediaContent. setPlayer(PlayerReference player)<media:player>
-