VolumeProvider.VolumeControlId プロパティ

定義

このボリューム プロバイダーに RoutingController#getId() routing controller id 関連付けられている の を RoutingController 取得します。未設定の場合は null を取得します。

public string? VolumeControlId { [Android.Runtime.Register("getVolumeControlId", "()Ljava/lang/String;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getVolumeControlId", "()Ljava/lang/String;", "", ApiSince=30)>]
member this.VolumeControlId : string

プロパティ値

ボリューム制御 ID、または null 設定されていない場合は 。

属性

注釈

このボリューム プロバイダーに RoutingController#getId() routing controller id 関連付けられている の を RoutingController 取得します。未設定の場合は null を取得します。

この ID を使用すると、このボリューム プロバイダーをルーティング コントローラーにマッピングできます。これにより、メディア ルートに関する情報が提供され、ボリュームの制御が可能になります。

android.media.VolumeProvider.getVolumeControlId()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象