Home
last modified time | relevance | path

Searched refs:rtSoundFieldAttributes (Results 1 – 6 of 6) sorted by relevance

/xr/scenecore/scenecore/src/test/java/androidx/xr/scenecore/
DSoundFieldAttributesTest.kt32 val firstOrderRtAttributes = firstOrderAttributes.rtSoundFieldAttributes in init_createsCorrectRuntimeAmbisonicsIntDef()
38 val secondOrderRtAttributes = secondOrderAttributes.rtSoundFieldAttributes in init_createsCorrectRuntimeAmbisonicsIntDef()
44 val thirdOrderRtAttributes = thirdOrderAttributes.rtSoundFieldAttributes in init_createsCorrectRuntimeAmbisonicsIntDef()
DSpatialAudioTrackTest.kt213 val rtSoundFieldAttributes = RtSoundFieldAttributes(expectedAmbisonicsOrder) in getSoundFieldAttributes_callsRuntimeAudioTrackGetSoundFieldAttributes() constant
216 .thenReturn(rtSoundFieldAttributes) in getSoundFieldAttributes_callsRuntimeAudioTrackGetSoundFieldAttributes()
/xr/scenecore/scenecore/src/main/java/androidx/xr/scenecore/
DSoundFieldAttributes.kt28 internal val rtSoundFieldAttributes: RtSoundFieldAttributes constant in androidx.xr.scenecore.SoundFieldAttributes
45 rtSoundFieldAttributes = RtSoundFieldAttributes(rtOrder)
DSpatialMediaPlayer.kt70 attributes.rtSoundFieldAttributes, in setSoundFieldAttributes()
DSpatialSoundPool.kt95 attributes.rtSoundFieldAttributes, in play()
DSpatialAudioTrack.kt157 attributes.rtSoundFieldAttributes, in setSoundFieldAttributes()