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

org.kurento.client.PassThrough Maven / Gradle / Ivy

Go to download

Kurento Client The Kurento Client project allows server applications to control media server resources.

There is a newer version: 7.1.0
Show newest version
/**
 * This file is generated with Kurento-maven-plugin.
 * Please don't edit.
 */
package org.kurento.client;


/**
 *
 * This {@link module:core/abstracts.MediaElement MediaElement} that just passes media through
 *
 **/
@org.kurento.client.internal.RemoteClass
public interface PassThrough extends MediaElement {


    



    public class Builder extends AbstractBuilder {

/**
 *
 * Creates a Builder for PassThrough
 *
 **/
    public Builder(org.kurento.client.MediaPipeline mediaPipeline){

      super(PassThrough.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 - 2024 Weber Informatics LLC | Privacy Policy