资 源 简 介
在LibVLC增加了 libvlc_media_player_recorder_start和libvlc_media_player_recorder_stop这两个接口。定义是:LIBVLC_API int libvlc_media_player_recorder_start ( libvlc_media_player_t *p_mi, const char *pFileName );LIBVLC_API int libvlc_media_player_recorder_stop ( libvlc_media_player_t *p_mi);