Uses of Interface
com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex
Packages that use IHTTPStreamerCupertinoIndex
Package
Description
-
Uses of IHTTPStreamerCupertinoIndex in com.wowza.wms.httpstreamer.cupertinostreaming.file
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.file with parameters of type IHTTPStreamerCupertinoIndexModifier and TypeMethodDescriptionvoid
IMediaReaderCupertino.fillChunk
(com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerApplicationContextCupertinoStreamer appContext, IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition, long bitrate, ID3Frames headerFrames, ID3Frames footerFrames, ICupertinoEncryptor encryptor, boolean isByteRangeRequest) void
IMediaReaderCupertino.indexFile
(IHTTPStreamerCupertinoIndex index) -
Uses of IHTTPStreamerCupertinoIndex in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer that return IHTTPStreamerCupertinoIndexModifier and TypeMethodDescriptionHTTPStreamerSessionCupertino.getIndex
(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest captionRequest, String vodTranscodeNGRP) Methods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer with parameters of type IHTTPStreamerCupertinoIndexModifier and TypeMethodDescriptionvoid
IHTTPStreamerCupertinoVODActionNotify.onCreate
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName) Called when file index createdvoid
IHTTPStreamerCupertinoVODActionNotify.onDestroy
(IHTTPStreamerCupertinoIndex fileIndex) Called after file index is destroyedvoid
IHTTPStreamerCupertinoVODActionNotify2.onFillChunkDataPacket
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, boolean audioOnly, AMFPacket packet, ID3Frames id3Frames) Called when data packet is encountered.void
IHTTPStreamerCupertinoVODActionNotify3.onFillChunkDataPacket
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition, AMFPacket packet, ID3Frames id3Frames) Called when data packet is encountered.void
IHTTPStreamerCupertinoVODActionNotify.onFillChunkEnd
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, boolean audioOnly) Called after each chunk is filled.void
IHTTPStreamerCupertinoVODActionNotify3.onFillChunkEnd
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition) Called after each chunk is filled.void
IHTTPStreamerCupertinoVODActionNotify.onFillChunkStart
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, boolean audioOnly) Called each time a chunk is filled.void
IHTTPStreamerCupertinoVODActionNotify3.onFillChunkStart
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition) Called each time a chunk is filled.void
IHTTPStreamerCupertinoVODActionNotify.onIndex
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName) Called after file is indexedvoid
IHTTPStreamerCupertinoVODActionNotify.onInit
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName) Called after initializedvoid
IHTTPStreamerCupertinoVODActionNotify.onOpen
(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName) Called after open -
Uses of IHTTPStreamerCupertinoIndex in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type IHTTPStreamerCupertinoIndexModifier and TypeMethodDescriptionvoid
IModuleOnHTTPCupertinoEncryption.onHTTPCupertinoEncryptionKeyVODChunk
(HTTPStreamerSessionCupertino httpSession, IHTTPStreamerCupertinoIndex index, com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfo encInfo, long chunkId, int mode) Called when video on demand key is requested (per-session).void
IModuleOnHTTPCupertinoEncryption2.onHTTPCupertinoRenditionEncryptionKeyVODChunk
(HTTPStreamerSessionCupertino httpSession, String streamName, IHTTPStreamerCupertinoIndex index, com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoEncInfo encInfo, long chunkId, int mode) Called when video on demand key is requested (per-session).