MCPcopy Create free account
hub / github.com/apache/brpc / WriteAMFUint32

Function WriteAMFUint32

src/brpc/amf.cpp:967–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965}
966
967void WriteAMFUint32(uint32_t val, AMFOutputStream* stream) {
968 return WriteAMFNumber((double)val, stream);
969}
970
971void WriteAMFNull(AMFOutputStream* stream) {
972 stream->put_u8(AMF_MARKER_NULL);

Callers 15

TESTFunction · 0.85
OnStopInternalMethod · 0.85
PlayMethod · 0.85
Play2Method · 0.85
PublishMethod · 0.85
SeekMethod · 0.85
PauseMethod · 0.85
SendStopMessageMethod · 0.85
SendConnectRequestMethod · 0.85
OnConnectMethod · 0.85
OnCreateStreamMethod · 0.85
OnPlayMethod · 0.85

Calls 1

WriteAMFNumberFunction · 0.85

Tested by 1

TESTFunction · 0.68