Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

找不要sdp_option_media_from函数的实现 #303

Open
BreakingY opened this issue Aug 23, 2023 · 1 comment
Open

找不要sdp_option_media_from函数的实现 #303

BreakingY opened this issue Aug 23, 2023 · 1 comment

Comments

@BreakingY
Copy link

librtsp/include/sdp-options.h:int sdp_option_media_from(const char* media)这个函数只看到了定义可使用,没看到实现,我搜索整个工程都没有找到实现
8b40e055e3c0e5041b78a348ceda234

@ireader
Copy link
Owner

ireader commented Aug 23, 2023

sdp-options.c 中以macro方式实现的。

SDP_UTIL_FROM(media, SDP_M_MEDIA_UNKOWN)
SDP_UTIL_TO(media)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants