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

    Interface TranscoderInstance

    Represents a transcoder instance.

    interface TranscoderInstance {
        createdOn: Date;
        dnsName: string;
        endedOn?: Date;
        instanceId: string;
        status: TranscoderStatus;
        transcoderId?: string;
    }
    Index

    Properties

    createdOn: Date

    Time when this transcoder instance was created.

    dnsName: string

    DNS name of the transcoder which follows the format of dnsPrefix-accountId.transcoder.millicast.com.

    endedOn?: Date

    Time when this transcoder instance ended.

    instanceId: string

    Identifier of the transcoder instance.

    Current status of the transcoder instance.

    transcoderId?: string

    Identifier of the transcoder.