Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StreamingExperienceSettings

import type { StreamingExperienceSettings } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

interface StreamingExperienceSettings {
PreferredProtocol?: PreferredProtocol | null;
}

§Properties

§
PreferredProtocol?: PreferredProtocol | null
[src]

The preferred protocol that you want to use while streaming your application.