קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הארכיטקטורה המועדפת לאפליקציית אודיו היא עיצוב לקוח/שרת. הלקוח הוא Activity באפליקציה שכולל MediaBrowser, בקר מדיה וממשק משתמש. השרת הוא MediaBrowserService שמכיל את הנגן ואת סשן המדיה.
MediaBrowserService כולל שתי תכונות עיקריות:
כשמשתמשים ב-MediaBrowserService, רכיבים ואפליקציות אחרים עם MediaBrowser יכולים לגלות את השירות, ליצור בקר מדיה משלהם, להתחבר להפעלה של המדיה ולשלוט בנגן. כך אפליקציות ל-Wear OS ולאפליקציות ל-Android Auto מקבלות גישה לאפליקציית המדיה שלכם.
הוא כולל גם API לדפדפן אופציונלי. אפליקציות לא חייבות להשתמש בתכונה הזו. ה-API של הגלישה מאפשר ללקוחות לשלוח שאילתות לשירות ולבנות ייצוג של היררכיית התוכן שלו, שיכולה לייצג פלייליסטים, ספריית מדיה או סוג אחר של אוסף.
[null,null,["עדכון אחרון: 2025-07-27 (שעון UTC)."],[],[],null,["# Audio app overview\n\nThe preferred architecture for an audio app is a client/server design. The client is an Activity in your app that includes a `MediaBrowser`, media controller, and the UI. The server is a `MediaBrowserService` containing the player and a media session.\n\nA `MediaBrowserService` provides two main features:\n\n- When you use a `MediaBrowserService`, other components and applications with a `MediaBrowser` can discover your service, create their own media controller, connect to your media session, and control the player. This is how Wear OS and Android Auto Applications gain access to your media application.\n- It also provides an optional *browsing API*. Applications don't have to use this feature. The browsing API lets clients query the service and build out a representation of its content hierarchy, which might represent playlists, a media library, or some other kind of collection.\n\n| **Note:** As is the case with media session and media controller, the recommended implementation of media browser services and media browsers are the classes `MediaBrowserServiceCompat` and `MediaBrowserCompat`, which are defined in the [media-compat support library](https://developer.android.com/topic/libraries/support-library/features.html#v4-media-compat). They replace earlier versions of the classes `MediaBrowserService` and `MediaBrowser` that were introduced in API 21. For brevity, the terms \"MediaBrowserService\" and \"MediaBrowser\" refer to instances of `MediaBrowserServiceCompat` and `MediaBrowserCompat` respectively.\n\n**[Building a media browser service](/guide/topics/media-apps/audio-app/building-a-mediabrowserservice)**\n: How to create a media browser service that contains a media session, manage client connections, and become a foreground service while playing audio.\n\n**[Building a media browser client](/guide/topics/media-apps/audio-app/building-a-mediabrowser-client)**\n: How to create a media browser client activity that contains a UI and media controller, and connect and communicate with a media browser service.\n\n**[Media session callbacks](/guide/topics/media-apps/audio-app/mediasession-callbacks)**\n: Describes how the media session callback methods manage the media session, media browser service, and other app components like notifications and broadcast receivers.\n\n**[Universal Android Music Player Sample](https://github.com/android/uamp)**\n: This GitHub sample shows how to implement a media app that allows background playback of audio, and provides a media library that is exposed to other apps."]]