Uses of Interface
org.red5.server.net.rtmp.event.IRTMPEvent
Packages that use IRTMPEvent
Package
Description
-
Uses of IRTMPEvent in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp with parameters of type IRTMPEventModifier and TypeMethodDescriptionprivate voidChannel.discard(IRTMPEvent event) Discard an event routed to this channel.voidChannel.write(IRTMPEvent event) Writes packet from event data to RTMP connection.private voidChannel.write(IRTMPEvent event, Number streamId) Writes packet from event data to RTMP connection and stream id. -
Uses of IRTMPEvent in org.red5.server.net.rtmp.codec
Methods in org.red5.server.net.rtmp.codec that return IRTMPEventModifier and TypeMethodDescriptionRTMPProtocolDecoder.decodeAbort(org.apache.mina.core.buffer.IoBuffer in) private IRTMPEventRTMPProtocolDecoder.decodeClientBW(org.apache.mina.core.buffer.IoBuffer in) Decodes client bandwidth.RTMPProtocolDecoder.decodeMessage(RTMPConnection conn, Header header, org.apache.mina.core.buffer.IoBuffer in) Decodes RTMP message event.private IRTMPEventRTMPProtocolDecoder.decodeServerBW(org.apache.mina.core.buffer.IoBuffer in) Decodes server bandwidth.Methods in org.red5.server.net.rtmp.codec with parameters of type IRTMPEventModifier and TypeMethodDescriptionprotected booleanRTMPProtocolEncoder.dropMessage(int channelId, IRTMPEvent message) Determine if this message should be dropped.org.apache.mina.core.buffer.IoBufferRTMPProtocolEncoder.encodeMessage(Header header, IRTMPEvent message) Encode message. -
Uses of IRTMPEvent in org.red5.server.net.rtmp.event
Classes in org.red5.server.net.rtmp.event that implement IRTMPEventModifier and TypeClassDescriptionclassRTMP Abort event.classAggregate data eventclassclassBase abstract class for all RTMP eventsclassBytes read eventclassChunk size eventclassClient bandwidth event.classRepresents an invoke to be executed on a connected client.classRepresents an notify to be executed on a connected client.classFlex method invocation.classAMF3 stream send message.classRemote invocation eventclassStream notification event.classPing event, actually combination of different events.classServer bandwidth event.classControl message used to set a buffer.classControl message used in response to a SWF verification request.classUnknown eventclassVideo data eventMethods in org.red5.server.net.rtmp.event that return types with arguments of type IRTMPEventModifier and TypeMethodDescriptionAggregate.getParts()Breaks-up the aggregate into its individual parts and returns them as a list. -
Uses of IRTMPEvent in org.red5.server.net.rtmp.message
Fields in org.red5.server.net.rtmp.message declared as IRTMPEventMethods in org.red5.server.net.rtmp.message that return IRTMPEventMethods in org.red5.server.net.rtmp.message with parameters of type IRTMPEventModifier and TypeMethodDescriptionvoidPacket.setMessage(IRTMPEvent message) Setter for event contextConstructors in org.red5.server.net.rtmp.message with parameters of type IRTMPEventModifierConstructorDescriptionPacket(Header header, IRTMPEvent event) Create packet with given header and event context. -
Uses of IRTMPEvent in org.red5.server.stream
Methods in org.red5.server.stream that return IRTMPEventModifier and TypeMethodDescriptionFileStreamSource.dequeue()Get tag from queue and convert to messageMethods in org.red5.server.stream with parameters of type IRTMPEventModifier and TypeMethodDescriptionprivate booleanPlayEngine.okayToSendMessage(IRTMPEvent message) Check if it's okay to send the client more data. -
Uses of IRTMPEvent in org.red5.server.stream.consumer
Methods in org.red5.server.stream.consumer with parameters of type IRTMPEventModifier and TypeMethodDescriptionvoidFileConsumer.setAudioDecoderConfiguration(IRTMPEvent decoderConfig) Sets a audio decoder configuration; some codecs require this, such as AAC.voidFileConsumer.setVideoDecoderConfiguration(IRTMPEvent decoderConfig) Sets a video decoder configuration; some codecs require this, such as AVC.private final voidFileConsumer.write(int timestamp, IRTMPEvent msg) Write incoming data to the file. -
Uses of IRTMPEvent in org.red5.server.stream.message
Fields in org.red5.server.stream.message declared as IRTMPEventMethods in org.red5.server.stream.message that return IRTMPEventMethods in org.red5.server.stream.message with parameters of type IRTMPEventModifier and TypeMethodDescriptionstatic final RTMPMessageRTMPMessage.build(IRTMPEvent body) Builder for RTMPMessage.static final RTMPMessageRTMPMessage.build(IRTMPEvent body, byte sourceType) Builder for RTMPMessage.static final RTMPMessageRTMPMessage.build(IRTMPEvent body, int eventTime) Builder for RTMPMessage.Constructors in org.red5.server.stream.message with parameters of type IRTMPEventModifierConstructorDescriptionprivateRTMPMessage(IRTMPEvent body) Creates a new rtmp message.privateRTMPMessage(IRTMPEvent body, int eventTime) Creates a new rtmp message.