Uses of Interface
com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndexItem
- 
Packages that use IHTTPStreamerCupertinoIndexItem Package Description com.wowza.wms.httpstreamer.cupertinostreaming.file com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer 
- 
- 
Uses of IHTTPStreamerCupertinoIndexItem in com.wowza.wms.httpstreamer.cupertinostreaming.fileMethods in com.wowza.wms.httpstreamer.cupertinostreaming.file that return IHTTPStreamerCupertinoIndexItem Modifier and Type Method Description IHTTPStreamerCupertinoIndexItemIHTTPStreamerCupertinoIndex. getIndexItem(int index)IHTTPStreamerCupertinoIndexItemIHTTPStreamerCupertinoIndex. getIndexKeyFrameItem(int index)Methods in com.wowza.wms.httpstreamer.cupertinostreaming.file with parameters of type IHTTPStreamerCupertinoIndexItem Modifier and Type Method Description intIHTTPStreamerCupertinoIndex. addIndexItem(IHTTPStreamerCupertinoIndexItem item)intIHTTPStreamerCupertinoIndex. addIndexKeyFrameItem(IHTTPStreamerCupertinoIndexItem item)voidIHTTPStreamerCupertinoIndex. fillChunk(IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition, long bitrate, boolean isByteRangeRequest)voidIMediaReaderCupertino. 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)
- 
Uses of IHTTPStreamerCupertinoIndexItem in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamerMethods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer with parameters of type IHTTPStreamerCupertinoIndexItem Modifier and Type Method Description voidIHTTPStreamerCupertinoVODActionNotify2. onFillChunkDataPacket(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, boolean audioOnly, AMFPacket packet, ID3Frames id3Frames)Called when data packet is encountered.voidIHTTPStreamerCupertinoVODActionNotify3. 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.voidIHTTPStreamerCupertinoVODActionNotify. onFillChunkEnd(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, boolean audioOnly)Called after each chunk is filled.voidIHTTPStreamerCupertinoVODActionNotify3. onFillChunkEnd(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition)Called after each chunk is filled.voidIHTTPStreamerCupertinoVODActionNotify. onFillChunkStart(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, boolean audioOnly)Called each time a chunk is filled.voidIHTTPStreamerCupertinoVODActionNotify3. onFillChunkStart(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerCupertinoIndexItem item, LiveStreamPacketizerCupertinoChunk chunk, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition)Called each time a chunk is filled.
 
-