How to use libvlc_media_new_callbacks() to play video from memory in c++

拜拜、爱过 提交于 2021-01-28 11:27:52

问题


I have decrypted one video into the memory and wanted to play it into vlc from there only. By searching on internet I founded libvlc_media_new_callbacks(instance, open_cb, read_cb, close_cb, opaque) API which is used to play the video from the memory.

I am not getting any detail about how to use this and how can i specify it's perimeter, Is there anyone who can explain it's implementation to me.

来源:https://stackoverflow.com/questions/65885578/how-to-use-libvlc-media-new-callbacks-to-play-video-from-memory-in-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!