You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ test-related header files are also included in the unified ten.h for developers to use. The internal/ directory represents header files that are referenced internally by ten.h and are not meant for internal use in the typical sense. However, to avoid confusion, the internal/ folder name has been changed to detail/ in the above PRs to better align with C++ naming conventions.
Description
https://github.com/TEN-framework/ten_framework/blob/main/core/include/ten_runtime/binding/cpp/internal/test/env_tester.h
The
extension_tester_t
will be used in extension testing, which requiressend_audio_frame/send_video_frame
but doesn't exist.Environment
linux
Steps to reproduce
send_audio_frame/send_video_frame
in extension testing, but the apis don't exist.Expected behavior
send_audio_frame/send_video_frame
exist.Actual behavior
send_audio_frame/send_video_frame
don't exist.Version
0.4.2
Severity
Critical
Additional Information
No response
The text was updated successfully, but these errors were encountered: