Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
拡張子が wma のサウンド ファイルを 1 つ使用しようとしています。しかし、再生しようとすると、再生されません。andengine は .wma 拡張子ファイルをサポートしていますか?
Sound sound = SoundFactory.createSoundFromAsset(activity.getSoundManager(), activity, "mfx/sound111.wma"); sound.play();
しかし、それは再生されません。