AudioDevice
@siteed/expo-audio-studio / AudioDevice
Interface: AudioDevice
Defined in: src/ExpoAudioStream.types.ts:305
Properties
capabilities
capabilities:
AudioDeviceCapabilities
Defined in: src/ExpoAudioStream.types.ts:315
Audio capabilities for the device
id
id:
string
Defined in: src/ExpoAudioStream.types.ts:307
Unique identifier for the device
isAvailable
isAvailable:
boolean
Defined in: src/ExpoAudioStream.types.ts:317
Whether the device is currently available
isDefault
isDefault:
boolean
Defined in: src/ExpoAudioStream.types.ts:313
Whether this is the system default device
name
name:
string
Defined in: src/ExpoAudioStream.types.ts:309
Human-readable name of the device
type
type:
string
Defined in: src/ExpoAudioStream.types.ts:311
Device type (builtin_mic, bluetooth, etc.)