Class SimpleEncodingVodJobCdnOutput

Export

SimpleEncodingVodJobCdnOutput

Hierarchy (view full)

Constructors

Properties

List of artifacts created by the encoding job. Artifacts are files essential for playback of the generated content, e.g. manifests.

Memberof

SimpleEncodingVodJobOutput

The maximum output resolution to be generated

Memberof

SimpleEncodingVodJobCdnOutput

type: SimpleEncodingVodJobOutputType = SimpleEncodingVodJobOutputType.CDN

Discriminator property for SimpleEncodingVodJobOutput

Memberof

SimpleEncodingVodJobCdnOutput

_discriminatorMapping: {
    CDN: string;
    URL: string;
} = ...

Type declaration

  • CDN: string
  • URL: string
_discriminatorName: "type" = 'type'

Generated using TypeDoc