CRP_DLL_EXPORT crp_handle crp_create(); CRP_DLL_EXPORT void crp_destroy(crp_handle handle); CRP_DLL_EXPORT void crp_auth(crp_handle handle, const char* username, const char* password, bool is_md5); CRP_DLL_EXPORT void crp_play(crp_handle handle, const char* url, struct Option* option, crp_callback callback, void* user_data); CRP_DLL_EXPORT void crp_replay(crp_handle handle); CRP_DLL_EXPORT void crp_stop(crp_handle handle); CRP_DLL_EXPORT int crp_version_code(); CRP_DLL_EXPORT const char* crp_version_str();
这里面没有传递播放窗口句柄的地方,请问如何设置
CRP_DLL_EXPORT crp_handle crp_create(); CRP_DLL_EXPORT void crp_destroy(crp_handle handle); CRP_DLL_EXPORT void crp_auth(crp_handle handle, const char* username, const char* password, bool is_md5); CRP_DLL_EXPORT void crp_play(crp_handle handle, const char* url, struct Option* option, crp_callback callback, void* user_data); CRP_DLL_EXPORT void crp_replay(crp_handle handle); CRP_DLL_EXPORT void crp_stop(crp_handle handle); CRP_DLL_EXPORT int crp_version_code(); CRP_DLL_EXPORT const char* crp_version_str();这里面没有传递播放窗口句柄的地方,请问如何设置