Uses of Class
com.wowza.wms.amf.AMFDataTrait
-
Packages that use AMFDataTrait Package Description com.wowza.wms.amf -
-
Uses of AMFDataTrait in com.wowza.wms.amf
Fields in com.wowza.wms.amf declared as AMFDataTrait Modifier and Type Field Description protected AMFDataTrait
AMFDataObj. trait
Methods in com.wowza.wms.amf that return AMFDataTrait Modifier and Type Method Description AMFDataTrait
AMFDataTrait. clone()
clone the traitAMFDataTrait
AMFDataContextDeserialize. getTrait(int index)
Get a trait from the trait cacheAMFDataTrait
AMFDataObj. getTrait()
Methods in com.wowza.wms.amf with parameters of type AMFDataTrait Modifier and Type Method Description void
AMFDataContextDeserialize. addTrait(AMFDataTrait obj)
Add a trait to the trait cacheint
AMFDataContextSerialize. getTraitReference(AMFDataTrait obj)
Get index of trait object in trait cache
-