Creates a new Video instance.
JSON data from delivery API
Metadata about the Video
Default host name to use when constructing a URL to the resource. Your application may override this value with a branded host name in the SDK configuration.
Name of the account to use when constructing a URL to the resource.
ID of the media object
Mime type of the media object
Name of the media object to use when constructing a URL to the resource.
Returns the hostname that should be used to load this media resource. The hostname will use the staging and media host overrides if specified otherwise it will use the defaultHost provided by the delivery API.
Returns a builder which can be used to construct a video thumbnail URL. You can apply transformations such as resize and image format using the returned builder.
video.thumbnail().width(500).build();
Export Video to JSON
Generated using TypeDoc
Class representing a Video resource with helper functions.s