Interface IHTTPStreamerCupertinoVODActionNotify

    • Method Detail

      • onCreate

        void onCreate​(IHTTPStreamerCupertinoIndex fileIndex,
                      IHTTPStreamerApplicationContext appContext,
                      IHTTPStreamerSession httpStreamerSession,
                      String rawStreamName,
                      String streamExt,
                      String streamName)
        Called when file index created
        Parameters:
        fileIndex - file index
        appContext - HTTP application context
        httpStreamerSession - HTTP streaming session
        rawStreamName - stream name
        streamExt - stream extension
        streamName - adjusted stream name
      • onInit

        void onInit​(IHTTPStreamerCupertinoIndex fileIndex,
                    IHTTPStreamerApplicationContext appContext,
                    IHTTPStreamerSession httpStreamerSession,
                    String rawStreamName,
                    String streamExt,
                    String streamName)
        Called after initialized
        Parameters:
        fileIndex - file index
        appContext - HTTP application context
        httpStreamerSession - HTTP streaming session
        rawStreamName - stream name
        streamExt - stream extension
        streamName - adjusted stream name
      • onOpen

        void onOpen​(IHTTPStreamerCupertinoIndex fileIndex,
                    IHTTPStreamerApplicationContext appContext,
                    IHTTPStreamerSession httpStreamerSession,
                    String rawStreamName,
                    String streamExt,
                    String streamName)
        Called after open
        Parameters:
        fileIndex - file index
        appContext - HTTP application context
        httpStreamerSession - HTTP streaming session
        rawStreamName - stream name
        streamExt - stream extension
        streamName - adjusted stream name
      • onIndex

        void onIndex​(IHTTPStreamerCupertinoIndex fileIndex,
                     IHTTPStreamerApplicationContext appContext,
                     IHTTPStreamerSession httpStreamerSession,
                     String rawStreamName,
                     String streamExt,
                     String streamName)
        Called after file is indexed
        Parameters:
        fileIndex - file index
        appContext - HTTP application context
        httpStreamerSession - HTTP streaming session
        rawStreamName - stream name
        streamExt - stream extension
        streamName - adjusted stream name
      • onDestroy

        void onDestroy​(IHTTPStreamerCupertinoIndex fileIndex)
        Called after file index is destroyed
        Parameters:
        fileIndex - file index