Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
967
void WriteAMFUint32(uint32_t val, AMFOutputStream* stream) {
968
return WriteAMFNumber((double)val, stream);
969
}
970
971
void WriteAMFNull(AMFOutputStream* stream) {
972
stream->put_u8(AMF_MARKER_NULL);
Callers
15
TEST
Function · 0.85
OnStopInternal
Method · 0.85
Play
Method · 0.85
Play2
Method · 0.85
Publish
Method · 0.85
Seek
Method · 0.85
Pause
Method · 0.85
SendStopMessage
Method · 0.85
SendConnectRequest
Method · 0.85
OnConnect
Method · 0.85
OnCreateStream
Method · 0.85
OnPlay
Method · 0.85
Calls
1
WriteAMFNumber
Function · 0.85
Tested by
1
TEST
Function · 0.68