|
Twitch SDK (Internal)
|
#include <amf0.h>
Public Types | |
| enum | AMFType : uint8_t { number = 0x00, boolean = 0x01, string = 0x02, object = 0x03, ecmaArray = 0x08, objectEnd = 0x09, strictArray = 0x0A, date = 0x0B, null = 0x05, undefined = 0x06, reference = 0x07, longString = 0x0C, xmlDocument = 0x0F, typedObject = 0x10, movieclip = 0x04, recordset = 0x0E, unsupported = 0x0D } |
Public Member Functions | |
| void | Number (double value) |
| void | Boolean (bool flag) |
| void | String (std::string param) |
| void | Object () |
| void | ObjectProperty (std::string propetyName) |
| void | Movieclip () |
| void | Null () |
| void | Undefined () |
| void | Reference () |
| void | EcmaArray (uint32_t elements) |
| void | EcmaArrayKey (std::string keyName) |
| void | ObjectEnd () |
| void | StrictArray (uint32_t elements) |
| void | Date (double date) |
| void | LongString () |
| void | Unsupported () |
| void | Recordset () |
| void | XmlDocument () |
| void | TypedObject () |
The AMF writer which simply writes the data to stdout.
|
inherited |
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
|
inlinevirtual |
Implements ttv::broadcast::IAMF0.
1.8.13