Uses of Interface
io.antmedia.plugin.api.IPacketListener
Packages that use IPacketListener
-
Uses of IPacketListener in io.antmedia
Methods in io.antmedia with parameters of type IPacketListenerModifier and TypeMethodDescriptionboolean
AntMediaApplicationAdapter.addPacketListener
(String streamId, IPacketListener listener) boolean
AntMediaApplicationAdapter.removePacketListener
(String streamId, IPacketListener listener) -
Uses of IPacketListener in io.antmedia.muxer
Methods in io.antmedia.muxer with parameters of type IPacketListenerModifier and TypeMethodDescriptionboolean
IAntMediaStreamHandler.addPacketListener
(String streamId, IPacketListener listener) Add listener to get audio and video packets from the internal of Ant Media Server.void
MuxAdaptor.addPacketListener
(IPacketListener listener) boolean
IAntMediaStreamHandler.removePacketListener
(String streamId, IPacketListener listener) Remove listener from the Stream Handler to stop getting notifiedboolean
MuxAdaptor.removePacketListener
(IPacketListener listener) -
Uses of IPacketListener in io.antmedia.plugin
Fields in io.antmedia.plugin with type parameters of type IPacketListenerMethods in io.antmedia.plugin with parameters of type IPacketListenerModifier and TypeMethodDescriptionboolean
PacketFeeder.addListener
(IPacketListener listener) boolean
PacketFeeder.removeListener
(IPacketListener listener) -
Uses of IPacketListener in io.antmedia.plugin.api
Methods in io.antmedia.plugin.api with parameters of type IPacketListenerModifier and TypeMethodDescriptionboolean
IClusterStreamFetcher.register
(String streamId, IPacketListener listener) boolean
IClusterStreamFetcher.remove
(String streamId, IPacketListener listener)