Represents a cloud transcoder update request.

interface UpdateTranscoderRequest {
    cluster?: string;
    dnsPrefix?: string;
    frameRate?: number;
    height?: number;
    name?: string;
    passThrough?: boolean;
    profile?: string;
}

Properties

cluster?: string

A string corresponding to the region that this transcoder will be deployed to.

dnsPrefix?: string

DNS prefix for the transcoder publisher. Used to construct the DNS name which follows the format of dnsPrefix-accountId.transcoder.millicast.com.

Remarks

Note that underscores (_) are invalid characters.

frameRate?: number

Frame rate of input stream.

height?: number

Resolution of input stream specified in video height.

name?: string

Display name of the cloud transcoder.

passThrough?: boolean

Determine if the top layer is passed through or transcoded.

profile?: string

Specify profile name to select non-standard ladders.