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.
mediaplayer.prepareAsunc() を使用しているときに、ロード中にメディア プレーヤーを停止するにはどうすればよいですか (radiostream のパスを設定した後)。 ? System.exit(0) メソッドなし?
private void releaseMediaPlayer() { if (mMediaPlayer != null) { mMediaPlayer.release(); mMediaPlayer = null; } }