Uses of Class
org.red5.server.net.rtmp.event.Notify
Packages that use Notify
Package
Description
-
Uses of Notify in io.antmedia.muxer
Methods in io.antmedia.muxer with parameters of type NotifyModifier and TypeMethodDescriptionorg.json.simple.JSONObject
MuxAdaptor.getMetaData
(Notify notifyEvent) -
Uses of Notify in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return NotifyModifier and TypeMethodDescriptionIBroadcastStream.getMetaData()
Returns the metadata for the associated stream, if it exists. -
Uses of Notify in org.red5.server.net.rtmp.codec
Methods in org.red5.server.net.rtmp.codec that return NotifyModifier and TypeMethodDescriptionRTMPProtocolDecoder.decodeStreamData
(org.apache.mina.core.buffer.IoBuffer in) Decodes stream data, to include onMetaData, onCuePoint, and onFI.Methods in org.red5.server.net.rtmp.codec with parameters of type NotifyModifier and TypeMethodDescriptionprotected org.apache.mina.core.buffer.IoBuffer
RTMPProtocolEncoder.encodeCommand
(Notify invoke) Encode notification event.org.apache.mina.core.buffer.IoBuffer
IEventEncoder.encodeNotify
(Notify notify) Encodes Notify event to byte buffer.org.apache.mina.core.buffer.IoBuffer
RTMPProtocolEncoder.encodeNotify
(Notify notify) Encodes Notify event to byte buffer.org.apache.mina.core.buffer.IoBuffer
RTMPProtocolEncoder.encodeStreamMetadata
(Notify metaData) private Object[]
RTMPProtocolDecoder.handleParameters
(org.apache.mina.core.buffer.IoBuffer in, Notify notify, Input input) Sets incoming connection parameters and / or returns encoded parameters for use in a call. -
Uses of Notify in org.red5.server.net.rtmp.event
Subclasses of Notify in org.red5.server.net.rtmp.eventModifier and TypeClassDescriptionclass
Flex method invocation.class
AMF3 stream send message.class
Remote invocation eventMethods in org.red5.server.net.rtmp.event that return Notify -
Uses of Notify in org.red5.server.stream
Fields in org.red5.server.stream with type parameters of type NotifyModifier and TypeFieldDescriptionprivate AtomicReference<Notify>
AbstractStream.metaData
Stores the streams metadataMethods in org.red5.server.stream that return NotifyModifier and TypeMethodDescriptionAbstractStream.getMetaData()
Returns a copy of the metadata for the associated stream, if it exists.Methods in org.red5.server.stream with parameters of type NotifyModifier and TypeMethodDescriptionvoid
AbstractStream.setMetaData
(Notify metaData) Set the metadata.