diff options
author | Sungyeon Kim <sy85.kim@samsung.com> | 2018-04-11 16:44:09 +0900 |
---|---|---|
committer | Andrew Lewis <andrewlewis@google.com> | 2020-09-10 14:17:25 +0100 |
commit | 707bb3ec615c92a144cd9c97786c417b18779c54 (patch) | |
tree | ef38a18ae837ade65acd3920b350ff6988932184 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | faead856f4516301489661a2e9b8e175ad1a36a6 (diff) |
VT: MediaPlayer: Add IMS Rx event listener
MEDIA_IMS_RX_NOTICE event type added to exist listener of MediaPlayer.
Following events will come through this api.
1) RTP_FIRST_PACKET(100) - A notice of the first rtp packet received.
2) RTCP_FIRST_PACKET(101) - A notice of the first rtcp packet received.
3) RTP_QUALITY(102) - A periodic report of a RTP statistics.
4) RTP_QUALITY_EMC(103) - An emergency report when serious packet loss
has been detected in between TYPE 102 events.
5) RTCP_TSFB(205) - Transport layer Feedback message. (RFC-5104 Sec.4.2)
6) RTCP_PSFB(206) - Payload-specific Feedback message. (RFC-5104 Sec.4.3)
7) RTP_CVO(300) - CVO (RTP Extension) message.
8) RTP_SOCKET_LOST(400) - Socket failed during receive.
Bug: b/158546060
Test: simple video call test in live network.
Change-Id: I7216fdd08eb050c238e30ade574f54321c566516
Signed-off-by: Kim Sungyeon <sy85.kim@samsung.com>
Signed-off-by: Byeongjo Park <bjo.park@samsung.com>
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions