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

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

The newest version!
package com.iheartradio.m3u8;

interface AttributeWriter {

    String write(T attributes) throws ParseException;

    boolean containsAttribute(T attributes);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy