AudioTrack.AudioAttributes プロパティ

定義

構成で使用されている を AudioAttributes 返します。

public virtual Android.Media.AudioAttributes AudioAttributes { [Android.Runtime.Register("getAudioAttributes", "()Landroid/media/AudioAttributes;", "GetGetAudioAttributesHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getAudioAttributes", "()Landroid/media/AudioAttributes;", "GetGetAudioAttributesHandler", ApiSince=29)>]
member this.AudioAttributes : Android.Media.AudioAttributes

プロパティ値

AudioAttributes AudioTrack の構成に使用される 。

属性

注釈

構成で使用されている を AudioAttributes 返します。 streamTypeの代わりに AudioAttributes を使用して AudioTrack を構成する場合 (構成での のstreamType使用は非推奨です)、と同等streamTypeAudioAttributes が返されます。

の Java ドキュメント android.media.AudioTrack.getAudioAttributes()

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

適用対象