
org.red5.server.api.stream.consumer.IFileConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of red5-server-common Show documentation
Show all versions of red5-server-common Show documentation
Classes common for multiple red5 projects
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