All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iheartradio.m3u8.AttributeHandler Maven / Gradle / Ivy

package com.iheartradio.m3u8;

interface AttributeHandler {
    void handle(Attribute attribute, Builder builder, ParseState state) throws ParseException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy