Uses of Class
org.mycore.datamodel.ifs.MCRAudioVideoExtender

Packages that use MCRAudioVideoExtender
org.mycore.backend.realhelix   
org.mycore.backend.videocharger   
org.mycore.datamodel.ifs   
 

Uses of MCRAudioVideoExtender in org.mycore.backend.realhelix
 

Subclasses of MCRAudioVideoExtender in org.mycore.backend.realhelix
 class MCRAVExtRealHelix
          This class implements the AudioVideoExtender functions for Real Server 8 and Helix Universal Streaming Server 9 instances.
 

Uses of MCRAudioVideoExtender in org.mycore.backend.videocharger
 

Subclasses of MCRAudioVideoExtender in org.mycore.backend.videocharger
 class MCRAVExtVideoCharger
          This class implements the AudioVideoExtender functions for IBM VideoCharger 7.1 and 8.1 instances.
 

Uses of MCRAudioVideoExtender in org.mycore.datamodel.ifs
 

Fields in org.mycore.datamodel.ifs declared as MCRAudioVideoExtender
protected  MCRAudioVideoExtender MCROldFile.avExtender
          Deprecated. The optional extender for streaming audio/video files
protected  MCRAudioVideoExtender MCRFile.avExtender
          The optional extender for streaming audio/video files
 

Methods in org.mycore.datamodel.ifs that return MCRAudioVideoExtender
(package private) static MCRAudioVideoExtender MCRContentStoreFactory.buildExtender(MCRFileReader file)
          If the MCRContentStore of the MCRFile given provides an MCRAudioVideoExtender implementation, this method creates and initializes the MCRAudioVideoExtender instance for the MCRFile.
 MCRAudioVideoExtender MCROldFile.getAudioVideoExtender()
          Deprecated. Returns the AudioVideoExtender in case this file is streaming audio/video and stored in a ContentStore that supports this
 MCRAudioVideoExtender MCRFile.getAudioVideoExtender()
          Returns the AudioVideoExtender in case this file is streaming audio/video and stored in a ContentStore that supports this