menu
AudioStreamSupport
import { AudioStreamSupport } from "destack:audio/binding";
Audio stream support result.
1export struct AudioStreamSupport {2 isExact: boolean;3 stream: AudioStream;4}Members
isExact: booleanWhether the request can be opened exactly.
stream: AudioStreamNegotiated audio stream state.