@aiozstream/nodejs-client
Version:
AIOZ stream nodejs API client
52 lines (51 loc) • 1.08 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 QualityConfig {
static getAttributeTypeMap() {
return QualityConfig.attributeTypeMap;
}
}
QualityConfig.discriminator = undefined;
QualityConfig.attributeTypeMap = [
{
name: 'audioConfig',
baseName: 'audio_config',
type: 'AudioConfig',
format: '',
},
{
name: 'containerType',
baseName: 'container_type',
type: 'string',
format: '',
},
{
name: 'resolution',
baseName: 'resolution',
type: 'string',
format: '',
},
{
name: 'type',
baseName: 'type',
type: 'string',
format: '',
},
{
name: 'videoConfig',
baseName: 'video_config',
type: 'VideoConfig',
format: '',
},
];
exports.default = QualityConfig;
;