Package org.jitsi.service.neomedia
Interface RTPTranslator.WriteFilter
-
- Enclosing interface:
- RTPTranslator
public static interface RTPTranslator.WriteFilterDefines a packet filter which allows an observer of an RTPTranslator to disallow the writing of specific packets into a specific destination identified by a MediaStream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(MediaStream source, RawPacket pkt, MediaStream destination, boolean data)
-
-
-
Method Detail
-
accept
boolean accept(MediaStream source, RawPacket pkt, MediaStream destination, boolean data)
-
-