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

net.sf.fmj.media.rtp.RTPRemoteSourceInfo Maven / Gradle / Ivy

There is a newer version: 1.0.2-jitsi
Show newest version
package net.sf.fmj.media.rtp;

import javax.media.rtp.*;

public class RTPRemoteSourceInfo extends RTPSourceInfo implements
        RemoteParticipant
{
    public RTPRemoteSourceInfo(String cname, RTPSourceInfoCache sic)
    {
        super(cname, sic);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy