INPUT_OBJECT

AddMediaSegment

link GraphQL Schema definition

1input AddMediaSegment {
4
2# ID of the TemporalDataObject container for the segment
3containerId: ID!
7
5# Details for the segment, such as start and stop offset
6details: JSONData!
10
8# The url to the segment content.
9url: String!
13
11# ID of the segment group (Optional)
12segmentGroupId: ID
14}