@aiozstream/nodejs-client
Version:
AIOZ stream nodejs API client
76 lines (75 loc) • 1.53 kB
JavaScript
/**
* @aiozstream/nodejs-client
* Aioz Stream Service
*
* The version of the OpenAPI document: 1.0
*
*
* NOTE: This class is auto generated.
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
class VideoAssets {
static getAttributeTypeMap() {
return VideoAssets.attributeTypeMap;
}
}
VideoAssets.discriminator = undefined;
VideoAssets.attributeTypeMap = [
{
name: 'dashIframe',
baseName: 'dash_iframe',
type: 'string',
format: '',
},
{
name: 'dashPlayerUrl',
baseName: 'dash_player_url',
type: 'string',
format: '',
},
{
name: 'dashUrl',
baseName: 'dash_url',
type: 'string',
format: '',
},
{
name: 'hlsIframe',
baseName: 'hls_iframe',
type: 'string',
format: '',
},
{
name: 'hlsPlayerUrl',
baseName: 'hls_player_url',
type: 'string',
format: '',
},
{
name: 'hlsUrl',
baseName: 'hls_url',
type: 'string',
format: '',
},
{
name: 'mp4Url',
baseName: 'mp4_url',
type: 'string',
format: '',
},
{
name: 'sourceUrl',
baseName: 'source_url',
type: 'string',
format: '',
},
{
name: 'thumbnailUrl',
baseName: 'thumbnail_url',
type: 'string',
format: '',
},
];
exports.default = VideoAssets;
;