org.kurento.client.MediaSessionStartedEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kurento-client Show documentation
Show all versions of kurento-client Show documentation
Kurento Client
The Kurento Client project allows server applications to control media server resources.
/**
* This file is generated with Kurento ktool-rom-processor.
* Please don't edit. Changes should go to kms-interface-rom and
* ktool-rom-processor templates.
*/
package org.kurento.client;
/**
*
* Event raised when a session starts. This event has no data.
*
**/
public class MediaSessionStartedEvent extends MediaEvent {
/**
*
* Event raised when a session starts. This event has no data.
*
* @param source
* Object that raised the event
* @param timestamp
*
* @param tags
*
* @param type
* Type of event that was raised
*
**/
public MediaSessionStartedEvent(@org.kurento.client.internal.server.Param("source") org.kurento.client.MediaObject source, @org.kurento.client.internal.server.Param("timestamp") String timestamp, @org.kurento.client.internal.server.Param("tags") java.util.List tags, @org.kurento.client.internal.server.Param("type") String type) {
super(source, timestamp, tags, type);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy