AudioStreamSupport import { AudioStreamSupport } from "destack:audio/binding"; Audio stream support result. export struct AudioStreamSupport { isExact: boolean; stream: AudioStream; } language/library/src/audio/binding/stream.ds:129:134 Members isExact: boolean Whether the request can be opened exactly. stream: AudioStream Negotiated audio stream state.