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

Transport

import type { Transport } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";
interface Transport {
CidrAllowList?: string[] | null;
MaxBitrate?: number | null;
MaxLatency?: number | null;
MaxSyncBuffer?: number | null;
MinLatency?: number | null;
Protocol: Protocol;
RemoteId?: string | null;
SmoothingLatency?: number | null;
StreamId?: string | null;
}

§Properties

§
CidrAllowList?: string[] | null
[src]
§
MaxBitrate?: number | null
[src]
§
MaxLatency?: number | null
[src]
§
MaxSyncBuffer?: number | null
[src]
§
MinLatency?: number | null
[src]
§
Protocol: Protocol
[src]
§
RemoteId?: string | null
[src]
§
SmoothingLatency?: number | null
[src]
§
StreamId?: string | null
[src]