
org.kurento.module.datachannelexample.KmsShowData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datachannelexample Show documentation
Show all versions of datachannelexample Show documentation
Kurento Data channel example module
/**
* This file is generated with Kurento-maven-plugin.
* Please don't edit.
*/
package org.kurento.module.datachannelexample;
import org.kurento.client.*;
/**
*
* KmsShowData interface. Documentation about the module
*
**/
@org.kurento.client.internal.RemoteClass
public interface KmsShowData extends MediaElement {
public class Builder extends AbstractBuilder {
/**
*
* Creates a Builder for KmsShowData
*
**/
public Builder(org.kurento.client.MediaPipeline mediaPipeline){
super(KmsShowData.class,mediaPipeline);
props.add("mediaPipeline",mediaPipeline);
}
public Builder withProperties(Properties properties) {
return (Builder)super.withProperties(properties);
}
public Builder with(String name, Object value) {
return (Builder)super.with(name, value);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy