Package com.wowza.wms.module
Interface IModuleOnHTTPSmoothStreamingPlayReady
- 
 public interface IModuleOnHTTPSmoothStreamingPlayReadyIModuleOnHTTPSmoothStreamingPlayReady: Still working on this... 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonHTTPSmoothStreamingPlayReadyCreateLive(IApplicationInstance appInstance, String streamName, com.wowza.wms.drm.playready.PlayReadyKeyInfo playReadyKeyInfo)voidonHTTPSmoothStreamingPlayReadyCreateVOD(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSession, com.wowza.wms.drm.playready.PlayReadyKeyInfo playReadyKeyInfo)
 
- 
- 
- 
Method Detail- 
onHTTPSmoothStreamingPlayReadyCreateVODvoid onHTTPSmoothStreamingPlayReadyCreateVOD(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.HTTPStreamerSessionSmoothStreamer httpSession, com.wowza.wms.drm.playready.PlayReadyKeyInfo playReadyKeyInfo)
 - 
onHTTPSmoothStreamingPlayReadyCreateLivevoid onHTTPSmoothStreamingPlayReadyCreateLive(IApplicationInstance appInstance, String streamName, com.wowza.wms.drm.playready.PlayReadyKeyInfo playReadyKeyInfo) 
 
- 
 
-