webrtc_internal: Add webrtc_null_source_set_media_type() 44/314244/3
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 4 Jul 2024 08:15:37 +0000 (17:15 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 9 Jul 2024 08:10:28 +0000 (17:10 +0900)
commitfd5f8de0f35e3f60965da40ea23e12a04cb1abe6
treed4bd8a200051c93ffcdf4ad41617de5d0a8af21a
parent3ae9e54990df9f186af4923fda2b80db6bafe627
webrtc_internal: Add webrtc_null_source_set_media_type()

If this function is called to the particular null source(recvonly),
then all of available codecs which defined in ini file are set to
the transceiver. Therefore offer or answer description will represents
various codec information via rtpmap attributes.

[Version] 1.1.10
[Issue Type] Internal API

Change-Id: Ifba9314b2eb769ae67a5dbdd8d9aab402ce28257
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/webrtc_internal.h
include/webrtc_private.h
packaging/capi-media-webrtc.spec
src/webrtc_internal.c
src/webrtc_source.c
src/webrtc_source_private.c
src/webrtc_transceiver.c