SetSourceRequest
import type { SetSourceRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";interface SetSourceRequest {
Decryption?: Encryption | null;
Description?: string | null;
EntitlementArn?: string | null;
IngestPort?: number | null;
MaxBitrate?: number | null;
MaxLatency?: number | null;
MaxSyncBuffer?: number | null;
MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[] | null;
MinLatency?: number | null;
Name?: string | null;
Protocol?: Protocol | null;
StreamId?: string | null;
VpcInterfaceName?: string | null;
WhitelistCidr?: string | null;
}§Properties
§
Decryption?: Encryption | null
[src]§
MediaStreamSourceConfigurations?: MediaStreamSourceConfigurationRequest[] | null
[src]