Uses of Interface
io.antmedia.plugin.api.IFrameListener
Packages that use IFrameListener
-
Uses of IFrameListener in io.antmedia
Methods in io.antmedia that return IFrameListenerModifier and TypeMethodDescriptionAntMediaApplicationAdapter.createCustomBroadcast
(String streamId) AntMediaApplicationAdapter.createCustomBroadcast
(String streamId, int height, int bitrate) Methods in io.antmedia with parameters of type IFrameListenerModifier and TypeMethodDescriptionvoid
AntMediaApplicationAdapter.addFrameListener
(String streamId, IFrameListener listener) void
AntMediaApplicationAdapter.removeFrameListener
(String streamId, IFrameListener listener) -
Uses of IFrameListener in io.antmedia.muxer
Methods in io.antmedia.muxer that return IFrameListenerModifier and TypeMethodDescriptionIAntMediaStreamHandler.createCustomBroadcast
(String streamId) Create another broadcast.IAntMediaStreamHandler.createCustomBroadcast
(String streamId, int height, int bitrate) Create another broadcast.Methods in io.antmedia.muxer with parameters of type IFrameListenerModifier and TypeMethodDescriptionvoid
IAntMediaStreamHandler.addFrameListener
(String streamId, IFrameListener listener) Add listener to get raw audio or video frames from the internal of Ant Media Server.void
IAntMediaStreamHandler.removeFrameListener
(String streamId, IFrameListener listener) Remove frame listener from the Stream Handler to stop getting notified -
Uses of IFrameListener in io.antmedia.plugin
Fields in io.antmedia.plugin with type parameters of type IFrameListenerMethods in io.antmedia.plugin with parameters of type IFrameListenerModifier and TypeMethodDescriptionvoid
FrameFeeder.addListener
(IFrameListener listener) void
FrameFeeder.removeFrameListener
(IFrameListener listener)