| void | IHTTPStreamerCupertinoVODActionNotify. onCreate(IHTTPStreamerCupertinoIndex fileIndex,
        IHTTPStreamerApplicationContext appContext,
        IHTTPStreamerSession httpStreamerSession,
        String rawStreamName,
        String streamExt,
        String streamName) | Called when file index created | 
| void | IHTTPStreamerCupertinoVODActionNotify. onDestroy(IHTTPStreamerCupertinoIndex fileIndex) | Called after file index is destroyed | 
| void | 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 indexed | 
| void | IHTTPStreamerCupertinoVODActionNotify. onInit(IHTTPStreamerCupertinoIndex fileIndex,
      IHTTPStreamerApplicationContext appContext,
      IHTTPStreamerSession httpStreamerSession,
      String rawStreamName,
      String streamExt,
      String streamName) | Called after initialized | 
| void | IHTTPStreamerCupertinoVODActionNotify. onOpen(IHTTPStreamerCupertinoIndex fileIndex,
      IHTTPStreamerApplicationContext appContext,
      IHTTPStreamerSession httpStreamerSession,
      String rawStreamName,
      String streamExt,
      String streamName) | Called after open |