HTML5 Viewer SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk

Class s7sdk.VideoDesc


Extends s7sdk.ItemDesc.

The VideoDesc corresponds to the <item> element of the req=set response that contains a <v> element and it represents a video asset.

Class Summary
Constructor Attributes Constructor Name and Description
 
s7sdk.VideoDesc(parent, type, name, videoType, swatch, suffix, version, width, height, userData, image, bitrate)
Fields borrowed from class s7sdk.ItemDesc:
name, parent, swatch, type
Class Detail
s7sdk.VideoDesc(parent, type, name, videoType, swatch, suffix, version, width, height, userData, image, bitrate)
Parameters:
parent
The parent set.
type
The type of the item. In this case, type is always video.
name
The catalog ID or the filename associated with the item.
videoType
The type of the video name field
swatch
The swatch associated with the item.
suffix
The video file suffix.
version
Video version.
width
Video width.
height
Video height.
userData
Optional userdata associated with the video.
image
Poster image associated with the video.
bitrate
Video data rate, in bytes per second.
See:
s7sdk.set.MediaSet

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 30 2020 16:40:37 GMT+0200 (EET)