Export

ZixiInput

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

decryptionKey?: string

Memberof

ZixiInput

decryptionType?: string

Memberof

ZixiInput

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

host?: string

Memberof

ZixiInput

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

latency?: number

Memberof

ZixiInput

minBitrate?: number

Memberof

ZixiInput

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

password?: string

Memberof

ZixiInput

port?: number

Memberof

ZixiInput

stream?: string

Memberof

ZixiInput

type: InputType = InputType.ZIXI

Discriminator property for Input

Memberof

ZixiInput

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'