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