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.
ビデオが res/raw フォルダに配置されている場合、Android アプリケーションでビデオを再生するにはどうすればよいですか?
MediaPlayer を使用すると、res/raw フォルダーから再生されます。
MediaPlayer mp = MediaPlayer.create(context, R.raw.sound_file_1); mp.start();
オーディオとビデオの再生