Exemplo n.º 1
0
            public EXT_X_I_FRAME_STREAM_INF_CLASS()
            {
                mLineParser = new MasterPlaylistLineParser(this);
                HANDLERS    = HandlerMaker <IFrameStreamInfo.Builder> .makeExtStreamInfHandlers(getTag());

                HANDLERS.Add(Constants.URI, new URI_AttributeParser());
            }
Exemplo n.º 2
0
            public EXT_X_STREAM_INF_CLASS()
            {
                mLineParser = new MasterPlaylistLineParser(this);
                HANDLERS    = HandlerMaker <StreamInfo.Builder> .makeExtStreamInfHandlers(getTag());

                HANDLERS.Add(Constants.AUDIO, new AUDIO_AttributeParser());
                HANDLERS.Add(Constants.SUBTITLES, new SUBTITLES_AttributeParser());
                HANDLERS.Add(Constants.CLOSED_CAPTIONS, new CLOSED_CAPTIONS_AttributeParser());
            }