A B C D E F G H I J K L M N O P Q R S T U V W X

M

M4A - Class in org.red5.io.m4a.impl
A M4AImpl implements the M4A api
M4A() - Constructor for class org.red5.io.m4a.impl.M4A
Default constructor, used by Spring so that parameters may be injected.
M4A(File) - Constructor for class org.red5.io.m4a.impl.M4A
Create M4A from given file source
M4AReader - Class in org.red5.io.m4a.impl
A Reader is used to read the contents of a M4A file.
M4AReader(File) - Constructor for class org.red5.io.m4a.impl.M4AReader
Creates M4A reader from file input stream, sets up metadata generation flag.
M4AReader(IoBuffer) - Constructor for class org.red5.io.m4a.impl.M4AReader
Accepts mapped file bytes to construct internal members.
M4AService - Class in org.red5.io.m4a.impl
A M4AServiceImpl sets up the service and hands out M4A objects to its callers.
M4AService() - Constructor for class org.red5.io.m4a.impl.M4AService
 
main(String[]) - Static method in class org.red5.io.utils.HexDump
test and demo for the Convert class
main(String[]) - Static method in class org.red5.io.utils.IOUtils
 
main(String[]) - Static method in class org.red5.io.utils.RandomGUID
 
main(String[]) - Static method in class org.red5.server.Bootstrap
BootStrapping entry point
main(String[]) - Static method in class org.red5.server.midi.MidiPlayer
 
main(String[]) - Static method in class org.red5.server.midi.Test
 
main(String[]) - Static method in class org.red5.server.Shutdown
Connects to the given RMI port (default: 9999) and invokes shutdown on the loader.
makeDirectory(String) - Static method in class org.red5.server.util.FileUtil
Create a directory.
makeDirectory(String, boolean) - Static method in class org.red5.server.util.FileUtil
Create a directory.
manage(CommandMessage) - Method in class org.red5.server.messaging.ServiceAdapter
Accept a command from the adapter's service and perform some internal action based upon it.
mapping - Variable in class org.red5.server.Server
Mappings
MappingStrategy - Class in org.red5.server
Basic mapping strategy implementation.
MappingStrategy() - Constructor for class org.red5.server.MappingStrategy
 
mapResourcePrefix(String) - Method in interface org.red5.server.api.IMappingStrategy
Map a context path to a path prefix for resources.
mapResourcePrefix(String) - Method in class org.red5.server.MappingStrategy
Resolves resource prefix from path.
mapScopeHandlerName(String) - Method in interface org.red5.server.api.IMappingStrategy
Map a context path to the name of a scope handler.
mapScopeHandlerName(String) - Method in class org.red5.server.MappingStrategy
Resolves scope handler name for path& Default application used as root when path is specified
mapServiceName(String) - Method in interface org.red5.server.api.IMappingStrategy
Map a name to the name of a service.
mapServiceName(String) - Method in class org.red5.server.MappingStrategy
Resolves service filename name from name
MASK_SOUND_FORMAT - Static variable in interface org.red5.io.IoConstants
Mask sound format (unsigned)
MASK_SOUND_RATE - Static variable in interface org.red5.io.IoConstants
Mask sound rate
MASK_SOUND_SIZE - Static variable in interface org.red5.io.IoConstants
Mask sound size
MASK_SOUND_TYPE - Static variable in interface org.red5.io.IoConstants
Mask sound type
MASK_VIDEO_CODEC - Static variable in interface org.red5.io.IoConstants
Mask video codec
MASK_VIDEO_FRAMETYPE - Static variable in interface org.red5.io.IoConstants
Video frametype flag
MAX_INTEGER_VALUE - Static variable in class org.red5.io.amf3.AMF3
Maximum possible value for integer number encoding.
MAXIMUM_EVENTS_PER_UPDATE - Static variable in class org.red5.server.so.SharedObjectService
Maximum messages to send at once
maxInMessagesPerProcess - Variable in class org.red5.server.net.rtmpt.BaseRTMPTConnection
Maximum incoming messages to process at a time per client
maxQueueOfferAttempts - Variable in class org.red5.server.net.rtmpt.BaseRTMPTConnection
Maximum offer attempts before failing on incoming or outgoing queues
maxQueueOfferTime - Variable in class org.red5.server.net.rtmpt.BaseRTMPTConnection
Maximum amount of time in milliseconds to wait before allowing an offer to fail
mCfgIgnoreWs - Variable in class org.red5.io.utils.Stax2DomBuilder
Whether ignorable white space should be ignored, ie not added in the resulting JDOM tree.
measureBandwidth() - Method in class org.red5.server.adapter.MultiThreadedApplicationAdapter
Try to measure bandwidth of current connection.
measureBandwidth(IConnection) - Method in class org.red5.server.adapter.MultiThreadedApplicationAdapter
Try to measure bandwidth of given connection.
MEDIUM_INT_MAX - Static variable in interface org.red5.server.net.rtmp.message.Constants
Medium integer max value
mergeMeta(IMetaData<?, ?>, IMetaData<?, ?>) - Static method in class org.red5.io.flv.meta.MetaService
Merges the two Meta objects
Message - Interface in org.red5.compatibility.flex.messaging.messages
 
messageDropped() - Method in class org.red5.server.net.rtmp.RTMPConnection
Increases number of dropped messages.
messageId - Variable in class org.red5.compatibility.flex.messaging.messages.AbstractMessage
 
messageID - Variable in class org.red5.server.messaging.AbstractMessage
 
messageIdBytes - Variable in class org.red5.compatibility.flex.messaging.messages.AbstractMessage
 
messageReceived(IoFilter.NextFilter, IoSession, Object) - Method in class org.red5.server.net.filter.TrafficShapingFilter
 
messageReceived(IoSession, Object) - Method in class org.red5.server.net.proxy.DebugProxyHandler
messageReceived(IoFilter.NextFilter, IoSession, Object) - Method in class org.red5.server.net.proxy.NetworkDumpFilter
messageReceived(IoFilter.NextFilter, IoSession, Object) - Method in class org.red5.server.net.proxy.ProxyFilter
messageReceived(Object, IoSession) - Method in class org.red5.server.net.rtmp.BaseRTMPHandler
Message received
messageReceived(Object, IoSession) - Method in interface org.red5.server.net.rtmp.IRTMPHandler
Message received
messageReceived() - Method in class org.red5.server.net.rtmp.RTMPConnection
Increases number of read messages by one.
messageReceived(IoSession, Object) - Method in class org.red5.server.net.rtmp.RTMPMinaIoHandler
messageReceived(IoFilter.NextFilter, IoSession, Object) - Method in class org.red5.server.net.rtmpe.RTMPEIoFilter
 
messageReceived(Object, IoSession) - Method in class org.red5.server.net.rtmpt.RTMPTHandler
Message received
messageRefType - Variable in class org.red5.compatibility.flex.messaging.messages.CommandMessage
 
messageSent(IoFilter.NextFilter, IoSession, WriteRequest) - Method in class org.red5.server.net.filter.TrafficShapingFilter
 
messageSent(RTMPConnection, Object) - Method in class org.red5.server.net.rtmp.BaseRTMPHandler
Message sent
messageSent(RTMPConnection, Object) - Method in interface org.red5.server.net.rtmp.IRTMPHandler
Message sent
messageSent(Packet) - Method in class org.red5.server.net.rtmp.RTMPConnection
Mark message as sent.
messageSent(IoSession, Object) - Method in class org.red5.server.net.rtmp.RTMPMinaIoHandler
messageType - Variable in class org.red5.server.messaging.AbstractMessage
 
MESSAGING_VERSION - Static variable in interface org.red5.compatibility.flex.messaging.messages.Message
 
MetaCue<K,V> - Class in org.red5.io.flv.meta
Cue point is metadata marker used to control and accompany video playback with client-side application events.
MetaCue() - Constructor for class org.red5.io.flv.meta.MetaCue
CuePoint constructor
MetaData<K,V> - Class in org.red5.io.flv.meta
MetaData Implementation
MetaData() - Constructor for class org.red5.io.flv.meta.MetaData
MetaData constructor
metaData - Variable in class org.red5.server.stream.AbstractStream
Stores the streams metadata
MetaService - Class in org.red5.io.flv.meta
MetaService represents a MetaData service in Spring
MetaService() - Constructor for class org.red5.io.flv.meta.MetaService
MetaService constructor
MetaService(File) - Constructor for class org.red5.io.flv.meta.MetaService
 
MethodNotFoundException - Exception in org.red5.server.service
Thrown if service method is not found so call throws exception
MethodNotFoundException(String) - Constructor for exception org.red5.server.service.MethodNotFoundException
Creates exception with given method name
MethodNotFoundException(String, Object[]) - Constructor for exception org.red5.server.service.MethodNotFoundException
Creates exception with given method name and arguments
MidiPlayer - Class in org.red5.server.midi
Plays a midi file provided on command line
MidiPlayer(File) - Constructor for class org.red5.server.midi.MidiPlayer
 
MIN_INTEGER_VALUE - Static variable in class org.red5.io.amf3.AMF3
Minimum possible value for integer number encoding.
minaPollInterval - Variable in class org.red5.server.net.rtmp.RTMPMinaTransport
 
mLastLocalName - Variable in class org.red5.io.utils.Stax2DomBuilder
 
mLastPrefix - Variable in class org.red5.io.utils.Stax2DomBuilder
 
mLastQName - Variable in class org.red5.io.utils.Stax2DomBuilder
 
mNsAware - Variable in class org.red5.io.utils.Stax2DomBuilder
 
Mock - Class in org.red5.io.mock
 
Mock() - Constructor for class org.red5.io.mock.Mock
 
MODE_APPEND - Static variable in interface org.red5.server.api.stream.IClientStream
 
MODE_LIVE - Static variable in interface org.red5.server.api.stream.IClientStream
 
MODE_PUBLISH - Static variable in interface org.red5.server.api.stream.IClientStream
 
MODE_READ - Static variable in interface org.red5.server.api.stream.IClientStream
 
MODE_RECORD - Static variable in interface org.red5.server.api.stream.IClientStream
 
modificationTime - Variable in class org.red5.io.mp4.MP4Atom
 
modified() - Method in class org.red5.server.PersistableAttributeStore
Set last modified flag to current system time
modified(IPersistable, FilePersistence) - Method in class org.red5.server.persistence.FilePersistenceThread
Notify thread that an object was modified in a persistence store.
modified - Variable in class org.red5.server.so.SharedObject
Has changes? flag
moveFile(String, String) - Static method in class org.red5.server.util.FileUtil
 
moveToNext() - Method in class org.red5.server.stream.ServerStream
Move to the next item updating the currentItemIndex.
moveToPrevious() - Method in class org.red5.server.stream.ServerStream
Move to the previous item updating the currentItemIndex.
MP3 - Class in org.red5.io.mp3.impl
Represents MP3 file
MP3(File) - Constructor for class org.red5.io.mp3.impl.MP3
Creates MP3 object using given file
MP3Header - Class in org.red5.io.mp3.impl
Header of a MP3 frame.
MP3Header(int) - Constructor for class org.red5.io.mp3.impl.MP3Header
Creates MP3 header from frame sync value
MP3Reader - Class in org.red5.io.mp3.impl
Read MP3 files
MP3Reader(File) - Constructor for class org.red5.io.mp3.impl.MP3Reader
Creates reader from file input stream
MP3Service - Class in org.red5.io.mp3.impl
Streamable file service extension for MP3
MP3Service() - Constructor for class org.red5.io.mp3.impl.MP3Service
 
MP4 - Class in org.red5.io.mp4.impl
A MP4Impl implements the MP4 api
MP4() - Constructor for class org.red5.io.mp4.impl.MP4
Default constructor, used by Spring so that parameters may be injected.
MP4(File) - Constructor for class org.red5.io.mp4.impl.MP4
Create MP4 from given file source.
MP4Atom - Class in org.red5.io.mp4
The MP4Atom object represents the smallest information block of the MP4 file.
MP4Atom(long, int, String, long) - Constructor for class org.red5.io.mp4.MP4Atom
 
MP4Atom.CompositionTimeSampleRecord - Class in org.red5.io.mp4
 
MP4Atom.CompositionTimeSampleRecord(int, int) - Constructor for class org.red5.io.mp4.MP4Atom.CompositionTimeSampleRecord
 
MP4Atom.Record - Class in org.red5.io.mp4
 
MP4Atom.Record(int, int, int) - Constructor for class org.red5.io.mp4.MP4Atom.Record
 
MP4Atom.TimeSampleRecord - Class in org.red5.io.mp4
 
MP4Atom.TimeSampleRecord(int, int) - Constructor for class org.red5.io.mp4.MP4Atom.TimeSampleRecord
 
MP4DataStream - Class in org.red5.io.mp4
Wrapper class for input streams containing MPEG4 data.
MP4DataStream(FileInputStream) - Constructor for class org.red5.io.mp4.MP4DataStream
Constructs an MP4DataStream object using the specified MPEG4 input stream.
MP4DecoderConfigDescriptorTag - Static variable in class org.red5.io.mp4.MP4Descriptor
 
MP4DecSpecificInfoDescriptorTag - Static variable in class org.red5.io.mp4.MP4Descriptor
 
MP4Descriptor - Class in org.red5.io.mp4
MP4Descriptor
MP4Descriptor(int, int) - Constructor for class org.red5.io.mp4.MP4Descriptor
 
MP4ES_DescriptorTag - Static variable in class org.red5.io.mp4.MP4Descriptor
 
MP4Frame - Class in org.red5.io.mp4
Represents an MP4 frame / chunk sample
MP4Frame() - Constructor for class org.red5.io.mp4.MP4Frame
 
MP4Reader - Class in org.red5.io.mp4.impl
This reader is used to read the contents of an MP4 file.
MP4Reader(File) - Constructor for class org.red5.io.mp4.impl.MP4Reader
Creates MP4 reader from file input stream, sets up metadata generation flag.
MP4Service - Class in org.red5.io.mp4.impl
A MP4ServiceImpl sets up the service and hands out MP4 objects to its callers.
MP4Service() - Constructor for class org.red5.io.mp4.impl.MP4Service
 
msgInput - Variable in class org.red5.server.api.stream.support.DynamicPlayItem
Message source
msgInput - Variable in class org.red5.server.api.stream.support.SimplePlayItem
Message source
MULTI_SUBSCRIBE_OPERATION - Static variable in class org.red5.compatibility.flex.messaging.messages.Constants
 
MulticastEventProcessor - Class in org.red5.server.net.rtmp.codec
Processes multicast events.
MulticastEventProcessor() - Constructor for class org.red5.server.net.rtmp.codec.MulticastEventProcessor
 
MultiThreadedApplicationAdapter - Class in org.red5.server.adapter
ApplicationAdapter class serves as a base class for your Red5 applications.
MultiThreadedApplicationAdapter() - Constructor for class org.red5.server.adapter.MultiThreadedApplicationAdapter
 

A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2006-2012 The Red5 Project