| Modifier and Type | Class | Description |
|---|---|---|
class |
AMFDataMixedArray |
AMFDataMixedArray: class for marshalling data between Wowza Pro server and Flash client.
|
| Modifier and Type | Method | 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 |
AMFDataObj.getObject(String name) |
|
AMFDataObj |
IAMFDataObj.getObject(int index) |
Get item at index return as AMFDataObj
|
AMFDataObj |
IAMFDataObj.getObject(String name) |
Get item at key return as AMFDataObj
|
| Modifier and Type | Method | 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 | 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 | Description |
|---|---|---|
protected static AMFDataObj |
ModuleBase.getParamObj(AMFDataList params,
int index) |
Get parameter by index, Return as Object.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
INetConnection.callConnect(INetConnectionCallResult resultObj,
AMFDataObj metaData,
Object... params) |
| Modifier and Type | Method | Description |
|---|---|---|
protected AMFDataObj |
PushPublishRTMPAuthProviderBase.getParamObj(AMFDataList params,
int index) |
| Modifier and Type | Method | Description |
|---|---|---|
AMFDataObj |
Descriptor.serializeAMF(SpliceInformationTableSerializeAMFContext context) |