mirror of https://bitbucket.org/ausocean/av.git
Added files and line numbers to port todos
This commit is contained in:
parent
9266fc79d7
commit
bd4131e974
24
rtmp/rtmp.go
24
rtmp/rtmp.go
|
@ -1939,18 +1939,18 @@ func C_HandleClientBW(r *C.RTMP, packet *C.RTMPPacket) {
|
||||||
|
|
||||||
// int HandleInvoke(RTMP* r, const char* body, unsigned int nBodySize);
|
// int HandleInvoke(RTMP* r, const char* body, unsigned int nBodySize);
|
||||||
// rtmp.c +2912
|
// rtmp.c +2912
|
||||||
// TODO port AMF_Dump
|
// TODO port AMF_Dump (amf.c +1270)
|
||||||
// TODO port AMFPRop_GetString
|
// TODO port AMFPRop_GetString (amf.c +342)
|
||||||
// TODO port AMFProp_GetNumber
|
// TODO port AMFProp_GetNumber (amf.c +330)
|
||||||
// TODO port AMF_GetProp
|
// TODO port AMF_GetProp (amf.c +1249)
|
||||||
// TODO port AMF_Decode
|
// TODO port AMF_Decode (amf.c +1180)
|
||||||
// TODO port AV_erase
|
// TODO port AV_erase (rtmp.c +2393)
|
||||||
// TODO port SendReleaseStream
|
// TODO port SendReleaseStream (rtmp.c +1816)
|
||||||
// TODO port SendFCPublish
|
// TODO port SendFCPublish (rtmp.c +1846)
|
||||||
// TODO port RTMP_SendCreateStream
|
// TODO port RTMP_SendCreateStream (rtmp.c +1725)
|
||||||
// TODO port SendPublish
|
// TODO port SendPublish (rtmp.c +1908)
|
||||||
// TODO port SendCheckBW
|
// TODO port SendCheckBW (rtmp.c +2105)
|
||||||
// TODO port AMF_Reset
|
// TODO port AMF_Reset (amf.c +1282)
|
||||||
func C_HandleInvoke(r *C.RTMP, body *byte, nBodySize uint32) int32 {
|
func C_HandleInvoke(r *C.RTMP, body *byte, nBodySize uint32) int32 {
|
||||||
var obj C.AMFObject
|
var obj C.AMFObject
|
||||||
var method C.AVal
|
var method C.AVal
|
||||||
|
|
Loading…
Reference in New Issue