Documentation ¶
Overview ¶
Package amf0 contains an AMF0 decoder and encoder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶ added in v1.11.0
type Data []interface{}
Data is a list of ActionScript object graphs.
func (Data) MarshalSize ¶ added in v1.11.0
MarshalSize returns the size needed to encode data in AMF0.
type Object ¶
type Object []ObjectEntry
Object is an AMF0 object.
func (Object) GetFloat64 ¶
GetFloat64 returns the value corresponding to key, only if that is a float64.
type ObjectEntry ¶
type ObjectEntry struct { Key string Value interface{} }
ObjectEntry is an entry of Object.
type StrictArray ¶ added in v1.7.0
type StrictArray []interface{}
StrictArray is an AMF0 Strict Array.
Click to show internal directories.
Click to hide internal directories.