Skip to main content

CompressionInfo

@siteed/expo-audio-studio


@siteed/expo-audio-studio / CompressionInfo

Interface: CompressionInfo

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

Properties

bitrate

bitrate: number

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

Bitrate of the compressed audio in bits per second


compressedFileUri?

optional compressedFileUri: string

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

URI to the compressed audio file if available


format

format: string

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

Format of the compression (e.g., 'aac', 'opus')


mimeType

mimeType: string

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

MIME type of the compressed audio (e.g., 'audio/aac', 'audio/opus')


size

size: number

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

Size of the compressed audio data in bytes