@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface CreateTranscoderRequest

    Represents a cloud transcoder creation request.

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

    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.

    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.

    startNow?: boolean

    Determine if the instance should start immediately when created.