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.amfFields in com.wowza.wms.amf declared as AMFDataTrait Modifier and Type Field Description protected AMFDataTraitAMFDataObj. traitMethods in com.wowza.wms.amf that return AMFDataTrait Modifier and Type Method Description AMFDataTraitAMFDataTrait. clone()clone the traitAMFDataTraitAMFDataContextDeserialize. getTrait(int index)Get a trait from the trait cacheAMFDataTraitAMFDataObj. getTrait()Methods in com.wowza.wms.amf with parameters of type AMFDataTrait Modifier and Type Method Description voidAMFDataContextDeserialize. addTrait(AMFDataTrait obj)Add a trait to the trait cacheintAMFDataContextSerialize. getTraitReference(AMFDataTrait obj)Get index of trait object in trait cache
 
-