AudioDeviceInfo.TypeRemoteSubmix フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.

ミックスとシステム アプリケーションの間で Android フレームワーク内でオーディオを再ルーティングするためのデバイスの種類。

[Android.Runtime.Register("TYPE_REMOTE_SUBMIX", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.", true)]
public const Android.Media.AudioDeviceType TypeRemoteSubmix = 25;
[<Android.Runtime.Register("TYPE_REMOTE_SUBMIX", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDeviceType enum directly instead of this field.", true)>]
val mutable TypeRemoteSubmix : Android.Media.AudioDeviceType

フィールド値

Value = 25
属性

注釈

ミックスとシステム アプリケーションの間で Android フレームワーク内でオーディオを再ルーティングするためのデバイスの種類。 この種類は、トラックの出力デバイスに対してクエリを実行するときに発生します ( AudioTrack#getRoutedDevice() 画面ミラーリング モードでデバイスから再生します。デバイスではオーディオが聞こえないが、リモート デバイスで再生されます)。

の Java ドキュメント android.media.AudioDeviceInfo.TYPE_REMOTE_SUBMIX

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

適用対象