how to play video from byte array in media player

前端 未结 2 1908
臣服心动
臣服心动 2021-01-06 07:55

i\'m using usb device connected to my android device

this device send me a buffer that contain video frame it dose that continuously .

when i receive the

2条回答
  •  长发绾君心
    2021-01-06 08:16

    I found jacks205 doesn't mention abstract method close() in Closeable. We also need to write the close(), or the compiling will report the following errors: YourMediaDataSource is not abstract and does not override abstract method close() in Closeable

提交回复
热议问题