| Modifier and Type | Class and Description |
|---|---|
class |
AMFDataMixedArray
AMFDataMixedArray: class for marshalling data between Wowza Pro server and Flash client.
|
| Modifier and Type | Method and Description |
|---|---|
AMFDataObj |
AMFDataArray.getObject(int index)
Get item at index return as AMFDataObj
|
AMFDataObj |
AMFDataList.getObject(int index)
Get item at index return as AMFDataObj
|
AMFDataObj |
AMFDataObj.getObject(int index) |
AMFDataObj |
IAMFDataObj.getObject(int index)
Get item at index return as AMFDataObj
|
AMFDataObj |
AMFDataObj.getObject(String name) |
AMFDataObj |
IAMFDataObj.getObject(String name)
Get item at key return as AMFDataObj
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAMFExternalizable.deserialize(AMFDataObj amfObj,
java.nio.ByteBuffer data,
AMFDataContextDeserialize context) |
void |
IAMFExternalizable.serialize(AMFDataObj amfObj,
java.io.DataOutputStream out,
AMFDataContextSerialize context) |
| Modifier and Type | Method and Description |
|---|---|
void |
IClient.addAcceptConnectionAttribute(String key,
AMFDataObj item)
Add and attribute to the resultObj that gets passed back to the client on successful connection
|
void |
IClient.setAcceptConnectionExObj(AMFDataObj acceptConnectionExObj)
Call this method from onConnect to set the info.ex property returned in NetConnection onStatus handler
|
| Modifier and Type | Method and Description |
|---|---|
protected static AMFDataObj |
ModuleBase.getParamObj(AMFDataList params,
int index)
Get parameter by index, Return as Object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INetConnection.callConnect(INetConnectionCallResult resultObj,
AMFDataObj metaData,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
protected AMFDataObj |
PushPublishRTMPAuthProviderBase.getParamObj(AMFDataList params,
int index) |
| Modifier and Type | Method and Description |
|---|---|
AMFDataObj |
Descriptor.serializeAMF(SpliceInformationTableSerializeAMFContext context) |