# AudioStreamSupport

`import { AudioStreamSupport } from "destack:audio/binding";`

Audio stream support result.

```ds title="AudioStreamSupport"
export struct AudioStreamSupport {
    isExact: boolean;
    stream: AudioStream;
}
```

[language/library/src/audio/binding/stream.ds:129:134](https://github.com/destack-sh/destack/blob/main/language/library/src/audio/binding/stream.ds#L129-L134)

## Members

### `isExact: boolean`

Whether the request can be opened exactly.

### `stream: AudioStream`

Negotiated audio stream state.
