Home
last modified time | relevance | path

Searched refs:RTMP_PT_NOTIFY (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtmppkt.h58 RTMP_PT_NOTIFY, ///< some notification enumerator
H A Drtmppkt.c584 case RTMP_PT_NOTIFY: return "notification"; in rtmp_packet_type()
666 if (p->type == RTMP_PT_INVOKE || p->type == RTMP_PT_NOTIFY) { in ff_rtmp_packet_dump()
H A Drtmpproto.c2339 case RTMP_PT_NOTIFY: in rtmp_parse_result()
2482 } else if (rpkt.type == RTMP_PT_NOTIFY) { in get_packet()
2997 pkttype == RTMP_PT_NOTIFY) { in rtmp_write()
3025 if (rt->out_pkt.type == RTMP_PT_NOTIFY) { in rtmp_write()
3028 // However, not all RTMP_PT_NOTIFY packets (e.g., onTextData in rtmp_write()

Completed in 6 milliseconds