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

org.red5.server.api.stream.consumer.IFileConsumer Maven / Gradle / Ivy

There is a newer version: 2.0.12
Show newest version
package org.red5.server.api.stream.consumer;

import org.red5.server.net.rtmp.event.IRTMPEvent;

public interface IFileConsumer {

    void setAudioDecoderConfiguration(IRTMPEvent audioConfig);

    void setVideoDecoderConfiguration(IRTMPEvent videoConfig);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy