RootEncoder
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
RootEncoder
extra-sources
/
com.pedro.extrasources
/
Media3AudioSource
Media3Audio
Source
class
Media3AudioSource
(
context
:
Context
,
path
:
Uri
)
:
AudioSource
Members
Constructors
Media3Audio
Source
Link copied to clipboard
constructor
(
context
:
Context
,
path
:
Uri
)
Properties
created
Link copied to clipboard
var
created
:
Boolean
echo
Canceler
Link copied to clipboard
var
echoCanceler
:
Boolean
is
Stereo
Link copied to clipboard
var
isStereo
:
Boolean
noise
Suppressor
Link copied to clipboard
var
noiseSuppressor
:
Boolean
sample
Rate
Link copied to clipboard
var
sampleRate
:
Int
Functions
get
Player
Link copied to clipboard
fun
getPlayer
(
)
:
ExoPlayer
?
init
Link copied to clipboard
fun
init
(
sampleRate
:
Int
,
isStereo
:
Boolean
,
echoCanceler
:
Boolean
,
noiseSuppressor
:
Boolean
)
:
Boolean
is
Running
Link copied to clipboard
open
override
fun
isRunning
(
)
:
Boolean
release
Link copied to clipboard
open
override
fun
release
(
)
start
Link copied to clipboard
open
override
fun
start
(
getMicrophoneData
:
GetMicrophoneData
)
stop
Link copied to clipboard
open
override
fun
stop
(
)