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.
AndroidのドキュメントMediaPlayerには、次の図に概説されているように、変更の状態がどのように記載されているかが説明されています。
MediaPlayer
GUIを更新して、ユーザーに再生フィードバックを提供したいと思います。プレーヤーの状態に応じて、「再生中」、「バッファリング中」、または「停止中」というラベルがインターフェースにあるはずです。どうすればこれを実装できますか?私はのようなものを探していましたOnStateChangedListenerが、どうやらそれは存在しません。
OnStateChangedListener