BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 01-30-2009, 09:07 AM   #1
Meenal
Thumbs Must Hurt
 
Join Date: Jan 2007
Location: India
Model: 8700g
Carrier: Airtel
Posts: 117
Default Audio File not playing :(

Please Login to Remove!

Hi,

I am using the following code to play a mp4 file. But i always get an exception:
AUDIOMANAGER: IOException. I dont understand y this error has been coming. I am using BB Curve 8300, OS: 4.5. The audio file is bundled with the cod.

Please help me.

Code:
public class AudioAlert {
    private static Player playerWav ;
    private static boolean isWavSupported ;
    
    public void playBeep(){

        if(isWavSupported){
            try{
                playerWav.realize();
                playerWav.prefetch();/
                playerWav.start();         
            }catch(MediaException ex){
                System.out.println("Exception: " + ex.toString());
            }
        }
    }
    
    public AudioAlert() {
        String types[] = Manager.getSupportedContentTypes(null);
        for (int cnt = types.length - 1; cnt >= 0; --cnt) {
            if (types[cnt].equals("audio/mp4")) {
                try {
                    Class clazz = Class.forName("com.rim.samples.device.myapp.myappmain");
                    InputStream is = clazz.getResourceAsStream("/Alarm.mp4");
                    playerWav = Manager.createPlayer(is, "audio/mp4");
                    isWavSupported = true ;
                    break ;
                } catch (MediaException ex) {
                    System.out.println("Exception: " + ex.toString());
                }catch(Exception e){
                    System.out.println("Exception: " + e.toString());
                }            
            }
        }
    }
}
or suggest by which i can play the audio file in my app.
__________________
Thanks
Meenal
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ picture

Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ

$199.00



VINTAGE MAC TOOLS 30 PSI/200 KPA AIR PRESSURE GAGE picture

VINTAGE MAC TOOLS 30 PSI/200 KPA AIR PRESSURE GAGE

$24.95



Vintage MAC Tools ET905 Voltage Ohms Dwell Tach Multimeter (K) picture

Vintage MAC Tools ET905 Voltage Ohms Dwell Tach Multimeter (K)

$59.99



Vintage--MACHINIST--Mechanic- Snap-on- Mac tools- Starrett- Tools- Measuring-cut picture

Vintage--MACHINIST--Mechanic- Snap-on- Mac tools- Starrett- Tools- Measuring-cut

$19.85



Vintage MAC Knife Japan 4.75

Vintage MAC Knife Japan 4.75" Folding Lock Blade Knife Chef Pocket Knife Utility

$224.99



Vintage Mac Warehouse  3.5” Floppy Disk Solar Powered Calculator Company Swag picture

Vintage Mac Warehouse 3.5” Floppy Disk Solar Powered Calculator Company Swag

$66.60







Copyright 2004-2016 BlackBerryForums.com.
The names RIM and BlackBerry are registered Trademarks of BlackBerry Inc.