Rtmp.Amf
AMF0
val get_number : t -> float
val get_int : t -> int
val int : int -> t
val get_string : t -> string
val to_string : t -> string
String representation of a value (for debugging purposes).
val list_to_string : t list -> string
val encode : t -> string
Encode amf value.
val encode_list : t list -> string
val decode : string -> t list
Decode amf value.