Package com.wowza.wms.module
Interface IModuleOnHTTPSmoothStreamingPlayReady
public interface IModuleOnHTTPSmoothStreamingPlayReady
IModuleOnHTTPSmoothStreamingPlayReady: Still working on this...
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
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)
-