Class StreamsVideoResponse

Export

StreamsVideoResponse

Hierarchy (view full)

Constructors

Properties

Memberof

StreamsVideoResponse

assetUrl?: string

The asset URL of the stream

Memberof

StreamsVideoResponse

createdAt?: Date

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

Memberof

StreamsResponse

description?: string

The description of the stream

Memberof

StreamsResponse

Memberof

StreamsVideoResponse

downloadUrl?: string

Single-file download URL of the unaltered video in the best available quality

Memberof

StreamsVideoResponse

encodingTasks?: StreamsVideoEncodingTask[]

List of encoding status information

Memberof

StreamsVideoResponse

id?: string

The identifier of the stream

Memberof

StreamsResponse

posterUrl?: string

Poster URL

Memberof

StreamsVideoResponse

signed?: boolean

True if the stream is signature protected

Memberof

StreamsVideoResponse

The status of the stream

Memberof

StreamsVideoResponse

Memberof

StreamsVideoResponse

title?: string

The title of the stream

Memberof

StreamsResponse

Stream trimming information

Memberof

StreamsVideoResponse

type: StreamsType = StreamsType.VIDEO

Discriminator property for StreamsResponse

Memberof

StreamsVideoResponse

_discriminatorMapping: {
    LIVE: string;
    VIDEO: string;
} = ...

Type declaration

  • LIVE: string
  • VIDEO: string
_discriminatorName: "type" = 'type'