Type alias StreamModuleParams

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

Generated using TypeDoc