search:error 38 0相關網頁資料

      • blog.sina.com.cn
        android mediaPlayer error (-38,0)_Chris_新浪博客,Chris, ... 在沒有給mediaPlayer對象設置數據源之前,是不能使用getDuration等這些方法的
        瀏覽:622
      • msdn.microsoft.com
        包含錯誤的相關資訊。 Error 建構函式 (Constructor) 有兩種形式。 包含錯誤的相關資訊。 Error 建構函式 (Constructor) ... 1 人當中有 0 人評分為有幫助 - 為這個主題評分 Error 物件 Visual Studio 2010 其他版本 ...
        瀏覽:1161
    瀏覽:1401
    日期:2024-04-21
    我的異常網之'E/MediaPlayer(6745): error (-38, 0)'專題提供權威的'E/MediaPlayer(6745): error (-38, 0)'解決方案,歡迎您的到來。 ... [每日一題] 11gOCP 1z0-052 :2013-09-7 The usage of the SQL*LOAD utility A38 轉載請註明出處:http://blog.csdn.net/guoyjoe/article ......
    瀏覽:1170
    日期:2024-04-25
    Any help? I would at least like to know when does the error (-38,0) comes..Atleast that would help i guess..Thanks for ur time Re: Media Player Error -38,0 guna 10/25/08 9:28 PM Hi, Coding is better enough to reply for your thread. Because that line is no...
    瀏覽:1439
    日期:2024-04-19
    I am working on live video streaming and i can not streaming video and get below error 12-19 10:54:38.860: ERROR/MediaPlayer(483): Attempt to call getDuration without a valid mediaplayer 12-19 10:54:38.860: ERROR/MediaPlayer(483): error (-38, 0) 12-19 10:...
    瀏覽:776
    日期:2024-04-23
    Error (-38,0) Does anyone know what this means? I've read a little about these state errors, but couldn't find anything that applies to my project. android android-mediaplayer share | improve this question edited Jul 3 '13 at 23:08 jahroy 9,719 1 19 32 as...
    瀏覽:409
    日期:2024-04-24
    Android-mediaPlayer error -38,0 Results 1 to 1 of 1 Thread: Android-mediaPlayer error -38,0 LinkBack LinkBack URL About LinkBacks Bookmark & Share Digg this Thread! Add Thread to del.icio.us Bookmark in Technorati Tweet this thread Thread Tools ......
    瀏覽:629
    日期:2024-04-25
    i have also this problem.i get error(-38, 0) while streaming.pls help me out. If I don't tell stupidity, Android doesn't support streaming with pls ou m3u. You have to know exactly the file, streaming this file in a tempory file and read it. arnouf Develo...
    瀏覽:1104
    日期:2024-04-20
    mp.prepare(); mp.start(); } });But this produces Media Player error (-38.0). So, following Media Player called in state 0, error (-38,0) I tried to replace the mp lines with: mp.setDataSource(full_path); mp.setOnPreparedListener(null);mp.prepareAsync ......
    瀏覽:462
    日期:2024-04-22
    經常會用到MediaPlayer。在使用MediaPlayer時,有時候會遇到:MediaPlayer(362): error (-38, 0) 類似的錯誤。 這時,需要檢查一下在設置MediaPlayer的數據源時,使用的是那種方式: 1.在初始化MediaPlayer時,通過create方法設置數據 ......