MiSnap 5.x Release Pipeline
androidJvm
core
/
com.miteksystems.misnap.core
/
MibiData
/
MicrophoneInfo
Microphone
Info
@
Serializable
data
class
MicrophoneInfo
(
val
type
:
String
?
=
null
,
val
sampleRate
:
Int
?
=
null
,
val
encoding
:
String
?
=
null
)
Members
Constructors
Microphone
Info
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
sampleRate
:
Int
?
=
null
,
encoding
:
String
?
=
null
)
Properties
encoding
Link copied to clipboard
val
encoding
:
String
?
=
null
sample
Rate
Link copied to clipboard
val
sampleRate
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null