Type Alias StreamModuleParams

StreamModuleParams: SoundModuleParams & {
    output?: boolean;
    track?: boolean;
}