Skip to main content

AudioDevice

@siteed/expo-audio-studio


@siteed/expo-audio-studio / AudioDevice

Interface: AudioDevice

Defined in: src/ExpoAudioStream.types.ts:267

Properties

capabilities

capabilities: AudioDeviceCapabilities

Defined in: src/ExpoAudioStream.types.ts:277

Audio capabilities for the device


id

id: string

Defined in: src/ExpoAudioStream.types.ts:269

Unique identifier for the device


isAvailable

isAvailable: boolean

Defined in: src/ExpoAudioStream.types.ts:279

Whether the device is currently available


isDefault

isDefault: boolean

Defined in: src/ExpoAudioStream.types.ts:275

Whether this is the system default device


name

name: string

Defined in: src/ExpoAudioStream.types.ts:271

Human-readable name of the device


type

type: string

Defined in: src/ExpoAudioStream.types.ts:273

Device type (builtin_mic, bluetooth, etc.)