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.JSONObjectMuxAdaptor.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.IoBufferRTMPProtocolEncoder.encodeCommand(Notify invoke) Encode notification event.org.apache.mina.core.buffer.IoBufferIEventEncoder.encodeNotify(Notify notify) Encodes Notify event to byte buffer.org.apache.mina.core.buffer.IoBufferRTMPProtocolEncoder.encodeNotify(Notify notify) Encodes Notify event to byte buffer.org.apache.mina.core.buffer.IoBufferRTMPProtocolEncoder.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 TypeClassDescriptionclassFlex method invocation.classAMF3 stream send message.classRemote 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.metaDataStores 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 TypeMethodDescriptionvoidAbstractStream.setMetaData(Notify metaData) Set the metadata.