Media Sections
Sections
can be used to structure the content of a Media
asset and make it accessible.
They unify the creation of markers and chapters of Media
assets, through time
or timeranges
respectively.
The timerange
type is used to create the Chapters for the player timeline.
๐๏ธ List sections
Returns a list of sections for the `Media` asset. By default, only non-linked sections are returned.
๐๏ธ Create section
Creates a new `Section` for a `Media` asset. The `Section` can be a `marker` or a `timerange` of the `Media` asset.
๐๏ธ Get section
Retrieves a particular `Section` for a `Media` asset based on its identifier.
๐๏ธ Update section
Updates selected properties of a `Section`, such as its `start` or `end` time.
๐๏ธ Delete section
Deletes a `Section` and removes its association with the `Media` asset.
๐๏ธ Get section thumbnail
Retrieves the thumbnail of a `Media` asset `Section`, including the image URL and its dimensions.
๐๏ธ Update section thumbnail
Updates a `Media` section's thumbnail.
๐๏ธ Delete section thumbnail
Removes a given thumbnail from a `Media` asset `Section`.