Searched refs:RTMP_PT_AUDIO (Results 1 – 3 of 3) sorted by relevance
53 RTMP_PT_AUDIO = 8, ///< audio packet enumerator
579 case RTMP_PT_AUDIO: return "audio packet"; in rtmp_packet_type()680 … } else if (p->type != RTMP_PT_AUDIO && p->type != RTMP_PT_VIDEO && p->type != RTMP_PT_METADATA) { in ff_rtmp_packet_dump()
2216 if (pkt->type == RTMP_PT_AUDIO) { in append_flv_data()2337 case RTMP_PT_AUDIO: in rtmp_parse_result()2478 if (rpkt.type == RTMP_PT_VIDEO || rpkt.type == RTMP_PT_AUDIO) { in get_packet()2996 if (((pkttype == RTMP_PT_VIDEO || pkttype == RTMP_PT_AUDIO) && ts == 0) || in rtmp_write()