播放媒體的應用程式需要使用者介面元件,用於顯示媒體和控制播放作業。Media3 程式庫包含兩個 UI 模組,其中包含多個 UI 元件。
如要使用以 View 為基礎的 UI 模組,請新增下列依附元件:
Kotlin
implementation("androidx.media3:media3-ui:1.6.0")
Groovy
implementation "androidx.media3:media3-ui:1.6.0"
如要依附 以 Jetpack Compose 為基礎的 UI 模組,請新增下列依附元件:
Kotlin
implementation("androidx.media3:media3-ui-compose:1.6.0")
Groovy
implementation "androidx.media3:media3-ui-compose:1.6.0"
我們強烈建議您以 Compose 優先的方式開發應用程式,或從使用 View 遷移。
注意:media3-ui-compose
模組與 media3-ui
模組尚未完全相容。