- Home /
Question by
mfppvl · Jun 13, 2015 at 07:16 PM ·
c#videovideo streamingdllnotfoundexception
VP8 DllNotFoundException: vpx.dll WebM.WebMEncoder Unity5
After transition from Unity 4.6 to 5 vpx.dll C++ library stop working can anyone help?
DllImport("vpx.dll", CallingConvention = CallingConvention.Cdecl)] internal static extern vpx_codec_err_t export_init_codec(int width, int heigth, IntPtr imageAncor, IntPtr codec,int target_bitrate, int rate, int scale);
DllNotFoundException: vpx.dll WebM.WebMEncoder..ctor (Int32 width, Int32 heigth, Int32 targetBitrate, Int32 fps, Boolean writeToFile)
Comment
Your answer
Follow this Question
Related Questions
How to play video on WEBGL 0 Answers
How to play videos in WebGL? 1 Answer
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers