|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractCamera
- abstract camera.AbstractMicrophone
- abstract microphone.listener
.
AMF0
AMF3
APPEND
- "append" : publishes and records live data,
appending the recorded data to an FLV file with a name that matches
the value passed to the name parameter, stored on the server
in a subdirectory within the directory that contains the server application.
Array
- array type (supported by AMF3).ArrayCollection
- flex.messaging.io.ArrayCollection class.AsyncWorker
- ExecutorService
implementation that
executes tasks one by one asynchronously, i.e. in the separate thread.Worker
.
microphone
object passed as the source.
camera
is set to null.
AUDIO_CODECS
- "audioCodecs" : audio codecs - used as a RTMP server connection parameter.
ByteArray
- byte array defined by array
,
offset
and length
parameters.ByteArrayInputStream
- InputStream
implementation
based on byte array.ByteArrayOutputStream
- OutputStream
implementation
based on ByteArray
.CAPABILITIES
- "capabilities" : capabilities - used as a RTMP server connection parameter.
CHANGE
- change.
CLASS_NAME
- "flex.messaging.io.ArrayCollection"
CLASS_NAME
- "flex.messaging.io.ObjectProxy"
ClassLogger
- ILogger
for class logs.ClassObject
- class object.CLEAR
- clear.
CONNECT
, CLEAR
,
CHANGE
, STATUS
constants).
CONNECT
- connect.
CONNECTION_PARAMETERS
- "connectionParameters":
socket connection parameters, i.e.
System.out
.
DateTimeLogger
DEBUG
- 0 : debug level.
EmptyLogger
- empty ILogger
implementation.EmptyVideo
- empty IVideo
.ENABLE_ACKNOWLEDGEMENT_EVENT_NOTIFICATION
- "enableAcknowledgementEventNotification":
enables "NetConnection.Connect.Bandwidth" event notification on every 'acknowledgement'
message received from the server (default: false).
ENABLE_MEDIA_STREAM_ABSOLUTE_TIMESTAMP
- "enableMediaStreamAbsoluteTimestamp": (default: false).
ENABLE_RTMPT_FCS_IDENT
- "enableRtmptFcsIdent":
enables "/fcs/ident2" message sent at start of the RTMPT session (default: false)
ERROR
- 3 : error level.
Executor
- executor.ExecutorService
- Executor
service.Externalizable
- externalizable.FilterLevelLogger
- level filter ILogger
.FLASH_VER
- "flashVer" : flash version - used as a RTMP server connection parameter.
FPAD
- "fpad" : fpad value - used as a RTMP server connection parameter.
ICamera
associated with the stream.
e
.
Externalizable
instance which corresponds to the className
.
IMicrophone
associated with the stream.
IVideo
associated with the stream.
HANDSHAKE_TIMEOUT
- "handshakeTimeout" : timeout (in seconds)
for the handshake phase of the protocol (default: 30 seconds).
rtime
defines absolute stream timestamp
(rather than 'relative' time).
ICamera
-IListener
- camera listener.ListenerAdapter
- ICamera.IListener
adapter.ILogger
- logger interface.IMethodInvoker
- responsible for the class method invocation.CallbackAdapter
- IMethodInvoker.ICallback
adapter.ICallback
- IMethodInvoker
callback.IMicrophone
- microphone.IListener
- microphone listener.ListenerAdapter
- IMicrophone.IListener
adapter.INACTIVITY_TIMEOUT
- "inactivityTimeout" : timeout (in seconds)
for rtmp protocol connection, i.e. if data is not received
during this timeout, the connection is considered disconnected (default: -1, disabled).
INFO
- 1 : info level.
INSTANCE
- instance.
method
with the args
of the object o
.
IO_TIMEOUT
- "IOTimeout" : I/O timeout (in milliseconds)
(default: 50 milliseconds)
IObjectCreator
- responsible for creation objects from
ClassObject
.IVideo
- video object.LEVEL
- level string.
License
- JUV RTMP Client (J2ME edition) library license key.LinkedHashtable
- linked hashtable.Listeners
- listeners.LIVE
- "live" : publishes live data without recording it.
LOGGER
- "logger" : responsible for logging.
Loggers
- ILogger
factory.MAX_RTMP_PACKET_SIZE
- "maxRtmpPacketSize":
max RTMP packet size that is processed by the library (default: 1MiB).
MAX_UPLOAD_BANDWIDTH
- "maxUploadBandwidth":
max upload bandwidth (default: -1)
Note:
MediaData
- media (audio/video/flv) data.MediaDataByteArray
- MediaData
implementation
based on ByteArray
.METHOD_INVOKER
- "methodInvoker" : responsible for
methods invocation.
MethodInvoker
- IMethodInvoker
implementationNetConnection
- Net Connection.Configuration
- NetConnection
configuration constants.IListener
- NetConnection listener.ListenerAdapter
- NetConnection.IListener
adapter.NetStream
- net stream.IListener
- NetStream listener.Info
- INetStream
stream info.ListenerAdapter
- NetStream.IListener
adapter.OBJECT_CREATOR
- "objectCreator" : responsible for
creating custom objects.
ObjectCreator
- default IObjectCreator
implementation.ObjectEncoding
ObjectInput
- DataInput
extension interface
to include reading of objects.ObjectOutput
- DataOutput
extension interface
to include writing of objects.ObjectProxy
- flex.messaging.io.ObjectProxy class.o
.
result
.
status
.
PAGE_URL
- "pageUrl" : page url - used as a RTMP server connection parameter.
PrintStreamLogger
- ILogger
implementation which
logs messages to the PrintStream
.PROXY_TYPE_BEST
- "best"
PROXY_TYPE_CONNECT
- "CONNECT"
PROXY_TYPE_HTTP
- "HTTP"
PROXY_TYPE_NONE
- "none"
n
bytes into the new byte array.
InputStream
to read media data.
RECEIVE_BUFFER_SIZE
- "rcvBufSize" :
receive buffer size in bytes (default: 8KiB).
RECORD
- "record" : publishes and records live data,
saving the recorded data to a new FLV file with a name matching the value
passed to the name parameter.
listener
.
Responder
- interface which allows handling of values
returned from the client/server (in the NetConnection#call(String, Object[], Responder)
).SEND_BUFFER_SIZE
- "sndBufSize" :
send buffer size in bytes (default: 8KiB).
SET_FIRST_MEDIA_FRAME_RTIME_TO_ZERO
- "setFirstMediaFrameRtimeToZero": (default: true).
SharedObject
- remote shared object implementation.Change
- change event item.IListener
- SharedObject listener.ListenerAdapter
- SharedObject.IListener
adapter.SOCKET_CONNECTION_DELAY
- "socketConnectionDelay": 'Delay' socket option (detault: 0).
SOCKET_CONNECTION_KEEP_ALIVE
- "socketConnectionKeepAlive": 'Keep Alive' socket option (detault: 1).
SOCKET_CONNECTION_LINGER
- "socketConnectionLinger": 'Linger' socket option (default: 5).
SOCKET_CONNECTION_RCVBUF
- "socketConnectionRcvBuf": 'Receive Buffer Size' socket option (default: 8KB).
SOCKET_CONNECTION_SNDBUF
- "socketConnectionSndBuf": 'Send Buffer Size' socket option (default: 8KB).
STATUS
- status.
STREAM_BUFFER_SIZE
- "streamBufSize" :
audio/video stream buffer size in bytes (default: 32KiB).
SWF_URL
- "swfUrl" : swf url - used as a RTMP server connection parameter.
SyncWorker
- ExecutorService
implementation that
executes tasks synchronously, i.e. in the thread that executes the task.o
to the ClassObject
instance.
co
to the custom type object.
Undefined
- Undefined constant.UnknownType
- unknown type.INetConnection#connect(String, Object[])
,
if INetConnection#connect(String, Object[])
was used to connect to a server.
USE_HTTP_CONNECTION
- "useHttpConnection": use http connection (for RTMPT protocols) flag (default: false)
VIDEO_CODECS
- "videoCodecs" : video codecs - used as a RTMP server connection parameter.
VIDEO_FUNCTION
- "videoFunction" : video function - used as a RTMP server connection parameter.
WARN
- 2 : warning level.
WINDOW_ACKNOWLEDGEMENT_SIZE
- "windowAcknowledgementSize":
'Window Acknowledgement Size' values defines 'Acknowledgement' event notification period
in bytes read by server (default: 128KiB).
os
.
content
with content 4-bytes 'length' prefix, i.e.
XMLDocument
- XMLDocument type.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |