app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.locationprovider
/
DirectionProvider
Direction
Provider
open
class
DirectionProvider
Inheritors
AndroidDirectionProvider
Members
Constructors
Direction
Provider
Link copied to clipboard
constructor
(
)
Properties
audio
Engine
Link copied to clipboard
var
audioEngine
:
NativeAudioEngine
?
mutable
Orientation
Flow
Link copied to clipboard
val
mutableOrientationFlow
:
MutableStateFlow
<
DeviceOrientation
?
>
orientation
Flow
Link copied to clipboard
var
orientationFlow
:
StateFlow
<
DeviceOrientation
?
>
Functions
destroy
Link copied to clipboard
open
fun
destroy
(
)
start
Link copied to clipboard
open
fun
start
(
audio
:
NativeAudioEngine
,
locProvider
:
LocationProvider
)