Searched refs:mk_player (Results 1 – 2 of 2) sorted by relevance
22 typedef void* mk_player; typedef39 API_EXPORT mk_player API_CALL mk_player_create();45 API_EXPORT void API_CALL mk_player_release(mk_player ctx);53 API_EXPORT void API_CALL mk_player_set_option(mk_player ctx, const char *key, const char *val);60 API_EXPORT void API_CALL mk_player_play(mk_player ctx, const char *url);67 API_EXPORT void API_CALL mk_player_pause(mk_player ctx, int pause);74 API_EXPORT void API_CALL mk_player_speed(mk_player ctx, float speed);81 API_EXPORT void API_CALL mk_player_seekto(mk_player ctx, float progress);88 API_EXPORT void API_CALL mk_player_seekto_pos(mk_player ctx, int seek_pos);96 API_EXPORT void API_CALL mk_player_set_on_result(mk_player ctx, on_mk_play_event cb, void *user_dat…[all …]
480 mk_player player = mk_player_create(); in process_video_rtsp()