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

ExtendedDataServices

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

If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.

interface ExtendedDataServices {
CopyProtectionAction?: CopyProtectionAction | null;
VchipAction?: VchipAction | null;
}

§Properties

§
CopyProtectionAction?: CopyProtectionAction | null
[src]

The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.

§
VchipAction?: VchipAction | null
[src]

The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.