Skip to content

DataSourceClip

About DataSourceClip

A data source clip represents a video from a data source, bounded by a start and end time.

id

The unique identifier of the data source clip.

Type: ID!

dataSource

The data source that created the video.

Type: DataSource!

startTime

Start time of the clip

Type: DateTimeOffset!

endTime

End time of the clip

Type: DateTimeOffset!

url

The signed URL to be used to stream the clip.

Type: String!

thumbnailUrl

The signed URL to be used to retrieve the clip thumbnail.

Type: String

displayName

Optional display name for a clip

Type: String