@bitmovin/api-sdk 1.225.0 → 1.227.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/BitmovinApi.d.ts +2 -0
- package/dist/BitmovinApi.js +2 -0
- package/dist/aiSceneAnalysis/AiSceneAnalysisApi.d.ts +13 -0
- package/dist/{models/SimpleEncodingLiveJobAzureCredentials.js → aiSceneAnalysis/AiSceneAnalysisApi.js} +13 -16
- package/dist/aiSceneAnalysis/analyses/AnalysesApi.d.ts +13 -0
- package/dist/{encoding/simple/SimpleApi.js → aiSceneAnalysis/analyses/AnalysesApi.js} +9 -9
- package/dist/aiSceneAnalysis/analyses/byEncodingId/ByEncodingIdApi.d.ts +13 -0
- package/dist/{encoding/simple/jobs/JobsApi.js → aiSceneAnalysis/analyses/byEncodingId/ByEncodingIdApi.js} +9 -11
- package/dist/aiSceneAnalysis/analyses/byEncodingId/details/DetailsApi.d.ts +19 -0
- package/dist/aiSceneAnalysis/analyses/byEncodingId/details/DetailsApi.js +48 -0
- package/dist/bitmovin-api-sdk.browser.js +774 -1926
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/encoding/EncodingApi.d.ts +0 -2
- package/dist/encoding/EncodingApi.js +0 -2
- package/dist/encoding/encodings/streams/burnInSubtitles/BurnInSubtitlesApi.d.ts +2 -0
- package/dist/encoding/encodings/streams/burnInSubtitles/BurnInSubtitlesApi.js +2 -0
- package/dist/encoding/encodings/streams/burnInSubtitles/assa/AssaApi.d.ts +51 -0
- package/dist/encoding/encodings/streams/burnInSubtitles/assa/AssaApi.js +114 -0
- package/dist/encoding/encodings/streams/burnInSubtitles/assa/BurnInSubtitleAssaListQueryParams.d.ts +28 -0
- package/dist/encoding/encodings/streams/burnInSubtitles/assa/BurnInSubtitleAssaListQueryParams.js +29 -0
- package/dist/encoding/statistics/encodings/liveStatistics/events/LiveEncodingStatsEventListQueryParams.d.ts +11 -0
- package/dist/encoding/statistics/encodings/liveStatistics/events/LiveEncodingStatsEventListQueryParams.js +8 -0
- package/dist/models/Atmosphere.d.ts +23 -0
- package/dist/models/Atmosphere.js +21 -0
- package/dist/models/BurnInSubtitleAssa.d.ts +23 -0
- package/dist/models/{SimpleEncodingVodJobAzureCredentials.js → BurnInSubtitleAssa.js} +13 -11
- package/dist/models/CacheControl.d.ts +1 -1
- package/dist/models/Character.d.ts +23 -0
- package/dist/models/Character.js +21 -0
- package/dist/models/Content.d.ts +26 -0
- package/dist/models/Content.js +24 -0
- package/dist/models/Fmp4Muxing.d.ts +6 -0
- package/dist/models/Fmp4Muxing.js +1 -0
- package/dist/models/IABTaxonomy.d.ts +28 -0
- package/dist/models/IABTaxonomy.js +22 -0
- package/dist/models/Location.d.ts +18 -0
- package/dist/models/Location.js +20 -0
- package/dist/models/Rating.d.ts +23 -0
- package/dist/models/Rating.js +21 -0
- package/dist/models/Scene.d.ts +50 -0
- package/dist/models/Scene.js +28 -0
- package/dist/models/SceneAnalysisDetailsResponse.d.ts +40 -0
- package/dist/models/SceneAnalysisDetailsResponse.js +26 -0
- package/dist/models/SceneObject.d.ts +18 -0
- package/dist/models/SceneObject.js +20 -0
- package/dist/models/Setting.d.ts +25 -0
- package/dist/models/Setting.js +23 -0
- package/dist/models/index.d.ts +11 -40
- package/dist/models/index.js +11 -40
- package/package.json +1 -1
- package/dist/encoding/simple/SimpleApi.d.ts +0 -13
- package/dist/encoding/simple/jobs/JobsApi.d.ts +0 -15
- package/dist/encoding/simple/jobs/live/LiveApi.d.ts +0 -27
- package/dist/encoding/simple/jobs/live/LiveApi.js +0 -59
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.d.ts +0 -50
- package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js +0 -45
- package/dist/encoding/simple/jobs/vod/VodApi.d.ts +0 -36
- package/dist/encoding/simple/jobs/vod/VodApi.js +0 -79
- package/dist/models/EncodingTemplate.d.ts +0 -10
- package/dist/models/EncodingTemplate.js +0 -14
- package/dist/models/SimpleEncodingLiveCloudRegion.d.ts +0 -13
- package/dist/models/SimpleEncodingLiveCloudRegion.js +0 -17
- package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js +0 -39
- package/dist/models/SimpleEncodingLiveJobAzureCredentials.d.ts +0 -15
- package/dist/models/SimpleEncodingLiveJobCdnOutput.d.ts +0 -16
- package/dist/models/SimpleEncodingLiveJobCdnOutput.js +0 -43
- package/dist/models/SimpleEncodingLiveJobCredentials.d.ts +0 -8
- package/dist/models/SimpleEncodingLiveJobCredentials.js +0 -17
- package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.d.ts +0 -15
- package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js +0 -38
- package/dist/models/SimpleEncodingLiveJobInput.d.ts +0 -15
- package/dist/models/SimpleEncodingLiveJobInput.js +0 -19
- package/dist/models/SimpleEncodingLiveJobInputType.d.ts +0 -9
- package/dist/models/SimpleEncodingLiveJobInputType.js +0 -13
- package/dist/models/SimpleEncodingLiveJobOutput.d.ts +0 -23
- package/dist/models/SimpleEncodingLiveJobOutput.js +0 -24
- package/dist/models/SimpleEncodingLiveJobOutputType.d.ts +0 -10
- package/dist/models/SimpleEncodingLiveJobOutputType.js +0 -14
- package/dist/models/SimpleEncodingLiveJobRequest.d.ts +0 -42
- package/dist/models/SimpleEncodingLiveJobRequest.js +0 -25
- package/dist/models/SimpleEncodingLiveJobResponse.d.ts +0 -90
- package/dist/models/SimpleEncodingLiveJobResponse.js +0 -34
- package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js +0 -39
- package/dist/models/SimpleEncodingLiveJobStatus.d.ts +0 -15
- package/dist/models/SimpleEncodingLiveJobStatus.js +0 -19
- package/dist/models/SimpleEncodingLiveJobUrlOutput.d.ts +0 -35
- package/dist/models/SimpleEncodingLiveJobUrlOutput.js +0 -48
- package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js +0 -39
- package/dist/models/SimpleEncodingLiveMaxResolution.d.ts +0 -10
- package/dist/models/SimpleEncodingLiveMaxResolution.js +0 -14
- package/dist/models/SimpleEncodingLiveProfile.d.ts +0 -9
- package/dist/models/SimpleEncodingLiveProfile.js +0 -13
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js +0 -39
- package/dist/models/SimpleEncodingVodJobAzureCredentials.d.ts +0 -15
- package/dist/models/SimpleEncodingVodJobCdnOutput.d.ts +0 -23
- package/dist/models/SimpleEncodingVodJobCdnOutput.js +0 -45
- package/dist/models/SimpleEncodingVodJobCredentials.d.ts +0 -8
- package/dist/models/SimpleEncodingVodJobCredentials.js +0 -17
- package/dist/models/SimpleEncodingVodJobDirectFileUploadInput.d.ts +0 -35
- package/dist/models/SimpleEncodingVodJobDirectFileUploadInput.js +0 -47
- package/dist/models/SimpleEncodingVodJobErrors.d.ts +0 -26
- package/dist/models/SimpleEncodingVodJobErrors.js +0 -21
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.d.ts +0 -15
- package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js +0 -38
- package/dist/models/SimpleEncodingVodJobInput.d.ts +0 -16
- package/dist/models/SimpleEncodingVodJobInput.js +0 -22
- package/dist/models/SimpleEncodingVodJobInputSourceType.d.ts +0 -10
- package/dist/models/SimpleEncodingVodJobInputSourceType.js +0 -14
- package/dist/models/SimpleEncodingVodJobInputType.d.ts +0 -11
- package/dist/models/SimpleEncodingVodJobInputType.js +0 -15
- package/dist/models/SimpleEncodingVodJobOptions.d.ts +0 -14
- package/dist/models/SimpleEncodingVodJobOptions.js +0 -19
- package/dist/models/SimpleEncodingVodJobOutput.d.ts +0 -23
- package/dist/models/SimpleEncodingVodJobOutput.js +0 -25
- package/dist/models/SimpleEncodingVodJobOutputArtifact.d.ts +0 -20
- package/dist/models/SimpleEncodingVodJobOutputArtifact.js +0 -20
- package/dist/models/SimpleEncodingVodJobOutputType.d.ts +0 -10
- package/dist/models/SimpleEncodingVodJobOutputType.js +0 -14
- package/dist/models/SimpleEncodingVodJobRequest.d.ts +0 -42
- package/dist/models/SimpleEncodingVodJobRequest.js +0 -26
- package/dist/models/SimpleEncodingVodJobResponse.d.ts +0 -78
- package/dist/models/SimpleEncodingVodJobResponse.js +0 -33
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js +0 -39
- package/dist/models/SimpleEncodingVodJobStatus.d.ts +0 -14
- package/dist/models/SimpleEncodingVodJobStatus.js +0 -18
- package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +0 -42
- package/dist/models/SimpleEncodingVodJobUrlInput.js +0 -49
- package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +0 -35
- package/dist/models/SimpleEncodingVodJobUrlOutput.js +0 -48
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.d.ts +0 -21
- package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js +0 -39
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Location = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
/**
|
|
6
|
+
* @export
|
|
7
|
+
* @class Location
|
|
8
|
+
*/
|
|
9
|
+
var Location = /** @class */ (function () {
|
|
10
|
+
function Location(obj) {
|
|
11
|
+
if (!obj) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
this.name = (0, Mapper_1.map)(obj.name);
|
|
15
|
+
this.description = (0, Mapper_1.map)(obj.description);
|
|
16
|
+
}
|
|
17
|
+
return Location;
|
|
18
|
+
}());
|
|
19
|
+
exports.Location = Location;
|
|
20
|
+
exports.default = Location;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @export
|
|
3
|
+
* @class Rating
|
|
4
|
+
*/
|
|
5
|
+
export declare class Rating {
|
|
6
|
+
/**
|
|
7
|
+
* @type {string}
|
|
8
|
+
* @memberof Rating
|
|
9
|
+
*/
|
|
10
|
+
region?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @type {string}
|
|
13
|
+
* @memberof Rating
|
|
14
|
+
*/
|
|
15
|
+
system?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @type {string}
|
|
18
|
+
* @memberof Rating
|
|
19
|
+
*/
|
|
20
|
+
rating?: string;
|
|
21
|
+
constructor(obj?: Partial<Rating>);
|
|
22
|
+
}
|
|
23
|
+
export default Rating;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Rating = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
/**
|
|
6
|
+
* @export
|
|
7
|
+
* @class Rating
|
|
8
|
+
*/
|
|
9
|
+
var Rating = /** @class */ (function () {
|
|
10
|
+
function Rating(obj) {
|
|
11
|
+
if (!obj) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
this.region = (0, Mapper_1.map)(obj.region);
|
|
15
|
+
this.system = (0, Mapper_1.map)(obj.system);
|
|
16
|
+
this.rating = (0, Mapper_1.map)(obj.rating);
|
|
17
|
+
}
|
|
18
|
+
return Rating;
|
|
19
|
+
}());
|
|
20
|
+
exports.Rating = Rating;
|
|
21
|
+
exports.default = Rating;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import Content from './Content';
|
|
2
|
+
import IABTaxonomy from './IABTaxonomy';
|
|
3
|
+
/**
|
|
4
|
+
* @export
|
|
5
|
+
* @class Scene
|
|
6
|
+
*/
|
|
7
|
+
export declare class Scene {
|
|
8
|
+
/**
|
|
9
|
+
* @type {number}
|
|
10
|
+
* @memberof Scene
|
|
11
|
+
*/
|
|
12
|
+
startInSeconds?: number;
|
|
13
|
+
/**
|
|
14
|
+
* @type {number}
|
|
15
|
+
* @memberof Scene
|
|
16
|
+
*/
|
|
17
|
+
endInSeconds?: number;
|
|
18
|
+
/**
|
|
19
|
+
* @type {string}
|
|
20
|
+
* @memberof Scene
|
|
21
|
+
*/
|
|
22
|
+
id?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @type {Content}
|
|
25
|
+
* @memberof Scene
|
|
26
|
+
*/
|
|
27
|
+
content?: Content;
|
|
28
|
+
/**
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof Scene
|
|
31
|
+
*/
|
|
32
|
+
summary?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @type {string[]}
|
|
35
|
+
* @memberof Scene
|
|
36
|
+
*/
|
|
37
|
+
sensitiveTopics?: string[];
|
|
38
|
+
/**
|
|
39
|
+
* @type {string[]}
|
|
40
|
+
* @memberof Scene
|
|
41
|
+
*/
|
|
42
|
+
keywords?: string[];
|
|
43
|
+
/**
|
|
44
|
+
* @type {IABTaxonomy}
|
|
45
|
+
* @memberof Scene
|
|
46
|
+
*/
|
|
47
|
+
iab?: IABTaxonomy;
|
|
48
|
+
constructor(obj?: Partial<Scene>);
|
|
49
|
+
}
|
|
50
|
+
export default Scene;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Scene = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
var Content_1 = require("./Content");
|
|
6
|
+
var IABTaxonomy_1 = require("./IABTaxonomy");
|
|
7
|
+
/**
|
|
8
|
+
* @export
|
|
9
|
+
* @class Scene
|
|
10
|
+
*/
|
|
11
|
+
var Scene = /** @class */ (function () {
|
|
12
|
+
function Scene(obj) {
|
|
13
|
+
if (!obj) {
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
this.startInSeconds = (0, Mapper_1.map)(obj.startInSeconds);
|
|
17
|
+
this.endInSeconds = (0, Mapper_1.map)(obj.endInSeconds);
|
|
18
|
+
this.id = (0, Mapper_1.map)(obj.id);
|
|
19
|
+
this.content = (0, Mapper_1.map)(obj.content, Content_1.default);
|
|
20
|
+
this.summary = (0, Mapper_1.map)(obj.summary);
|
|
21
|
+
this.sensitiveTopics = (0, Mapper_1.mapArray)(obj.sensitiveTopics);
|
|
22
|
+
this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
|
|
23
|
+
this.iab = (0, Mapper_1.map)(obj.iab, IABTaxonomy_1.default);
|
|
24
|
+
}
|
|
25
|
+
return Scene;
|
|
26
|
+
}());
|
|
27
|
+
exports.Scene = Scene;
|
|
28
|
+
exports.default = Scene;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import Rating from './Rating';
|
|
2
|
+
import Scene from './Scene';
|
|
3
|
+
/**
|
|
4
|
+
* @export
|
|
5
|
+
* @class SceneAnalysisDetailsResponse
|
|
6
|
+
*/
|
|
7
|
+
export declare class SceneAnalysisDetailsResponse {
|
|
8
|
+
/**
|
|
9
|
+
* @type {Scene[]}
|
|
10
|
+
* @memberof SceneAnalysisDetailsResponse
|
|
11
|
+
*/
|
|
12
|
+
scenes?: Scene[];
|
|
13
|
+
/**
|
|
14
|
+
* @type {string}
|
|
15
|
+
* @memberof SceneAnalysisDetailsResponse
|
|
16
|
+
*/
|
|
17
|
+
description?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @type {string[]}
|
|
20
|
+
* @memberof SceneAnalysisDetailsResponse
|
|
21
|
+
*/
|
|
22
|
+
keywords?: string[];
|
|
23
|
+
/**
|
|
24
|
+
* @type {Rating[]}
|
|
25
|
+
* @memberof SceneAnalysisDetailsResponse
|
|
26
|
+
*/
|
|
27
|
+
ratings?: Rating[];
|
|
28
|
+
/**
|
|
29
|
+
* @type {string[]}
|
|
30
|
+
* @memberof SceneAnalysisDetailsResponse
|
|
31
|
+
*/
|
|
32
|
+
sensitiveTopics?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* @type {string[]}
|
|
35
|
+
* @memberof SceneAnalysisDetailsResponse
|
|
36
|
+
*/
|
|
37
|
+
iabSensitiveTopicTaxonomies?: string[];
|
|
38
|
+
constructor(obj?: Partial<SceneAnalysisDetailsResponse>);
|
|
39
|
+
}
|
|
40
|
+
export default SceneAnalysisDetailsResponse;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SceneAnalysisDetailsResponse = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
var Rating_1 = require("./Rating");
|
|
6
|
+
var Scene_1 = require("./Scene");
|
|
7
|
+
/**
|
|
8
|
+
* @export
|
|
9
|
+
* @class SceneAnalysisDetailsResponse
|
|
10
|
+
*/
|
|
11
|
+
var SceneAnalysisDetailsResponse = /** @class */ (function () {
|
|
12
|
+
function SceneAnalysisDetailsResponse(obj) {
|
|
13
|
+
if (!obj) {
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
this.scenes = (0, Mapper_1.mapArray)(obj.scenes, Scene_1.default);
|
|
17
|
+
this.description = (0, Mapper_1.map)(obj.description);
|
|
18
|
+
this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
|
|
19
|
+
this.ratings = (0, Mapper_1.mapArray)(obj.ratings, Rating_1.default);
|
|
20
|
+
this.sensitiveTopics = (0, Mapper_1.mapArray)(obj.sensitiveTopics);
|
|
21
|
+
this.iabSensitiveTopicTaxonomies = (0, Mapper_1.mapArray)(obj.iabSensitiveTopicTaxonomies);
|
|
22
|
+
}
|
|
23
|
+
return SceneAnalysisDetailsResponse;
|
|
24
|
+
}());
|
|
25
|
+
exports.SceneAnalysisDetailsResponse = SceneAnalysisDetailsResponse;
|
|
26
|
+
exports.default = SceneAnalysisDetailsResponse;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @export
|
|
3
|
+
* @class SceneObject
|
|
4
|
+
*/
|
|
5
|
+
export declare class SceneObject {
|
|
6
|
+
/**
|
|
7
|
+
* @type {string}
|
|
8
|
+
* @memberof SceneObject
|
|
9
|
+
*/
|
|
10
|
+
description?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @type {string}
|
|
13
|
+
* @memberof SceneObject
|
|
14
|
+
*/
|
|
15
|
+
category?: string;
|
|
16
|
+
constructor(obj?: Partial<SceneObject>);
|
|
17
|
+
}
|
|
18
|
+
export default SceneObject;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SceneObject = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
/**
|
|
6
|
+
* @export
|
|
7
|
+
* @class SceneObject
|
|
8
|
+
*/
|
|
9
|
+
var SceneObject = /** @class */ (function () {
|
|
10
|
+
function SceneObject(obj) {
|
|
11
|
+
if (!obj) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
this.description = (0, Mapper_1.map)(obj.description);
|
|
15
|
+
this.category = (0, Mapper_1.map)(obj.category);
|
|
16
|
+
}
|
|
17
|
+
return SceneObject;
|
|
18
|
+
}());
|
|
19
|
+
exports.SceneObject = SceneObject;
|
|
20
|
+
exports.default = SceneObject;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import Atmosphere from './Atmosphere';
|
|
2
|
+
import Location from './Location';
|
|
3
|
+
/**
|
|
4
|
+
* @export
|
|
5
|
+
* @class Setting
|
|
6
|
+
*/
|
|
7
|
+
export declare class Setting {
|
|
8
|
+
/**
|
|
9
|
+
* @type {Location}
|
|
10
|
+
* @memberof Setting
|
|
11
|
+
*/
|
|
12
|
+
location?: Location;
|
|
13
|
+
/**
|
|
14
|
+
* @type {string}
|
|
15
|
+
* @memberof Setting
|
|
16
|
+
*/
|
|
17
|
+
timeOfDay?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @type {Atmosphere}
|
|
20
|
+
* @memberof Setting
|
|
21
|
+
*/
|
|
22
|
+
atmosphere?: Atmosphere;
|
|
23
|
+
constructor(obj?: Partial<Setting>);
|
|
24
|
+
}
|
|
25
|
+
export default Setting;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Setting = void 0;
|
|
4
|
+
var Mapper_1 = require("../common/Mapper");
|
|
5
|
+
var Atmosphere_1 = require("./Atmosphere");
|
|
6
|
+
var Location_1 = require("./Location");
|
|
7
|
+
/**
|
|
8
|
+
* @export
|
|
9
|
+
* @class Setting
|
|
10
|
+
*/
|
|
11
|
+
var Setting = /** @class */ (function () {
|
|
12
|
+
function Setting(obj) {
|
|
13
|
+
if (!obj) {
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
this.location = (0, Mapper_1.map)(obj.location, Location_1.default);
|
|
17
|
+
this.timeOfDay = (0, Mapper_1.map)(obj.timeOfDay);
|
|
18
|
+
this.atmosphere = (0, Mapper_1.map)(obj.atmosphere, Atmosphere_1.default);
|
|
19
|
+
}
|
|
20
|
+
return Setting;
|
|
21
|
+
}());
|
|
22
|
+
exports.Setting = Setting;
|
|
23
|
+
exports.default = Setting;
|
package/dist/models/index.d.ts
CHANGED
|
@@ -120,6 +120,7 @@ export * from './ApiErrorDefinition';
|
|
|
120
120
|
export * from './AppliedStreamSettings';
|
|
121
121
|
export * from './AspectMode';
|
|
122
122
|
export * from './AsperaInput';
|
|
123
|
+
export * from './Atmosphere';
|
|
123
124
|
export * from './AudioAdaptationSet';
|
|
124
125
|
export * from './AudioConfiguration';
|
|
125
126
|
export * from './AudioGroup';
|
|
@@ -179,6 +180,7 @@ export * from './BroadcastTsProgramConfiguration';
|
|
|
179
180
|
export * from './BroadcastTsSubtitleInputStreamConfiguration';
|
|
180
181
|
export * from './BroadcastTsTransportConfiguration';
|
|
181
182
|
export * from './BroadcastTsVideoInputStreamConfiguration';
|
|
183
|
+
export * from './BurnInSubtitleAssa';
|
|
182
184
|
export * from './BurnInSubtitleDvbSub';
|
|
183
185
|
export * from './BurnInSubtitleSrt';
|
|
184
186
|
export * from './CacheControl';
|
|
@@ -202,6 +204,7 @@ export * from './CencPlayReady';
|
|
|
202
204
|
export * from './CencWidevine';
|
|
203
205
|
export * from './ChannelLayout';
|
|
204
206
|
export * from './ChannelsAttributeForAudio';
|
|
207
|
+
export * from './Character';
|
|
205
208
|
export * from './CheckOutputPermissionsRequest';
|
|
206
209
|
export * from './CheckOutputPermissionsResponse';
|
|
207
210
|
export * from './ChromaLocation';
|
|
@@ -225,6 +228,7 @@ export * from './ConditionAttribute';
|
|
|
225
228
|
export * from './ConditionOperator';
|
|
226
229
|
export * from './ConditionType';
|
|
227
230
|
export * from './ConformFilter';
|
|
231
|
+
export * from './Content';
|
|
228
232
|
export * from './ContentProtection';
|
|
229
233
|
export * from './ConvertSccCaption';
|
|
230
234
|
export * from './ConvertSccCaptionWebVttSettings';
|
|
@@ -363,7 +367,6 @@ export * from './EncodingStatisticsVod';
|
|
|
363
367
|
export * from './EncodingStats';
|
|
364
368
|
export * from './EncodingStreamInput';
|
|
365
369
|
export * from './EncodingStreamInputDetails';
|
|
366
|
-
export * from './EncodingTemplate';
|
|
367
370
|
export * from './EncodingTemplateDetails';
|
|
368
371
|
export * from './EncodingTemplateRequest';
|
|
369
372
|
export * from './EncodingTemplateResponse';
|
|
@@ -433,6 +436,7 @@ export * from './HlsTargetDurationRoundingMode';
|
|
|
433
436
|
export * from './HlsVersion';
|
|
434
437
|
export * from './HttpInput';
|
|
435
438
|
export * from './HttpsInput';
|
|
439
|
+
export * from './IABTaxonomy';
|
|
436
440
|
export * from './IFramePlaylist';
|
|
437
441
|
export * from './Id3Tag';
|
|
438
442
|
export * from './Id3TagPositionMode';
|
|
@@ -507,6 +511,7 @@ export * from './LiveStandbyPoolStatus';
|
|
|
507
511
|
export * from './LiveStandbyPoolUpdate';
|
|
508
512
|
export * from './LocalInput';
|
|
509
513
|
export * from './LocalOutput';
|
|
514
|
+
export * from './Location';
|
|
510
515
|
export * from './Manifest';
|
|
511
516
|
export * from './ManifestGenerator';
|
|
512
517
|
export * from './ManifestResource';
|
|
@@ -627,6 +632,7 @@ export * from './QuantizationGroupSize';
|
|
|
627
632
|
export * from './RaiUnit';
|
|
628
633
|
export * from './RateDistortionLevelForQuantization';
|
|
629
634
|
export * from './RateDistortionPenaltyMode';
|
|
635
|
+
export * from './Rating';
|
|
630
636
|
export * from './RawId3Tag';
|
|
631
637
|
export * from './RedundantRtmpInput';
|
|
632
638
|
export * from './ReprioritizeEncodingRequest';
|
|
@@ -651,6 +657,9 @@ export * from './S3SignatureVersion';
|
|
|
651
657
|
export * from './ScaleFilter';
|
|
652
658
|
export * from './ScalingAlgorithm';
|
|
653
659
|
export * from './SccCaption';
|
|
660
|
+
export * from './Scene';
|
|
661
|
+
export * from './SceneAnalysisDetailsResponse';
|
|
662
|
+
export * from './SceneObject';
|
|
654
663
|
export * from './ScheduledInsertableContent';
|
|
655
664
|
export * from './ScheduledInsertableContentStatus';
|
|
656
665
|
export * from './Scheduling';
|
|
@@ -658,6 +667,7 @@ export * from './Scte35Cue';
|
|
|
658
667
|
export * from './Scte35Trigger';
|
|
659
668
|
export * from './SegmentedRawMuxing';
|
|
660
669
|
export * from './SegmentsMediaInfo';
|
|
670
|
+
export * from './Setting';
|
|
661
671
|
export * from './SftpInput';
|
|
662
672
|
export * from './SftpOutput';
|
|
663
673
|
export * from './SidecarErrorMode';
|
|
@@ -665,45 +675,6 @@ export * from './SidecarFile';
|
|
|
665
675
|
export * from './SidecarFileType';
|
|
666
676
|
export * from './SignatureType';
|
|
667
677
|
export * from './SignupSource';
|
|
668
|
-
export * from './SimpleEncodingLiveCloudRegion';
|
|
669
|
-
export * from './SimpleEncodingLiveJobAccessKeyCredentials';
|
|
670
|
-
export * from './SimpleEncodingLiveJobAzureCredentials';
|
|
671
|
-
export * from './SimpleEncodingLiveJobCdnOutput';
|
|
672
|
-
export * from './SimpleEncodingLiveJobCredentials';
|
|
673
|
-
export * from './SimpleEncodingLiveJobGcsServiceAccountCredentials';
|
|
674
|
-
export * from './SimpleEncodingLiveJobInput';
|
|
675
|
-
export * from './SimpleEncodingLiveJobInputType';
|
|
676
|
-
export * from './SimpleEncodingLiveJobOutput';
|
|
677
|
-
export * from './SimpleEncodingLiveJobOutputType';
|
|
678
|
-
export * from './SimpleEncodingLiveJobRequest';
|
|
679
|
-
export * from './SimpleEncodingLiveJobResponse';
|
|
680
|
-
export * from './SimpleEncodingLiveJobS3RoleBasedCredentials';
|
|
681
|
-
export * from './SimpleEncodingLiveJobStatus';
|
|
682
|
-
export * from './SimpleEncodingLiveJobUrlOutput';
|
|
683
|
-
export * from './SimpleEncodingLiveJobUsernamePasswordCredentials';
|
|
684
|
-
export * from './SimpleEncodingLiveMaxResolution';
|
|
685
|
-
export * from './SimpleEncodingLiveProfile';
|
|
686
|
-
export * from './SimpleEncodingVodJobAccessKeyCredentials';
|
|
687
|
-
export * from './SimpleEncodingVodJobAzureCredentials';
|
|
688
|
-
export * from './SimpleEncodingVodJobCdnOutput';
|
|
689
|
-
export * from './SimpleEncodingVodJobCredentials';
|
|
690
|
-
export * from './SimpleEncodingVodJobDirectFileUploadInput';
|
|
691
|
-
export * from './SimpleEncodingVodJobErrors';
|
|
692
|
-
export * from './SimpleEncodingVodJobGcsServiceAccountCredentials';
|
|
693
|
-
export * from './SimpleEncodingVodJobInput';
|
|
694
|
-
export * from './SimpleEncodingVodJobInputSourceType';
|
|
695
|
-
export * from './SimpleEncodingVodJobInputType';
|
|
696
|
-
export * from './SimpleEncodingVodJobOptions';
|
|
697
|
-
export * from './SimpleEncodingVodJobOutput';
|
|
698
|
-
export * from './SimpleEncodingVodJobOutputArtifact';
|
|
699
|
-
export * from './SimpleEncodingVodJobOutputType';
|
|
700
|
-
export * from './SimpleEncodingVodJobRequest';
|
|
701
|
-
export * from './SimpleEncodingVodJobResponse';
|
|
702
|
-
export * from './SimpleEncodingVodJobS3RoleBasedCredentials';
|
|
703
|
-
export * from './SimpleEncodingVodJobStatus';
|
|
704
|
-
export * from './SimpleEncodingVodJobUrlInput';
|
|
705
|
-
export * from './SimpleEncodingVodJobUrlOutput';
|
|
706
|
-
export * from './SimpleEncodingVodJobUsernamePasswordCredentials';
|
|
707
678
|
export * from './SmoothManifestContentProtection';
|
|
708
679
|
export * from './SmoothManifestDefault';
|
|
709
680
|
export * from './SmoothManifestDefaultVersion';
|
package/dist/models/index.js
CHANGED
|
@@ -136,6 +136,7 @@ __exportStar(require("./ApiErrorDefinition"), exports);
|
|
|
136
136
|
__exportStar(require("./AppliedStreamSettings"), exports);
|
|
137
137
|
__exportStar(require("./AspectMode"), exports);
|
|
138
138
|
__exportStar(require("./AsperaInput"), exports);
|
|
139
|
+
__exportStar(require("./Atmosphere"), exports);
|
|
139
140
|
__exportStar(require("./AudioAdaptationSet"), exports);
|
|
140
141
|
__exportStar(require("./AudioConfiguration"), exports);
|
|
141
142
|
__exportStar(require("./AudioGroup"), exports);
|
|
@@ -195,6 +196,7 @@ __exportStar(require("./BroadcastTsProgramConfiguration"), exports);
|
|
|
195
196
|
__exportStar(require("./BroadcastTsSubtitleInputStreamConfiguration"), exports);
|
|
196
197
|
__exportStar(require("./BroadcastTsTransportConfiguration"), exports);
|
|
197
198
|
__exportStar(require("./BroadcastTsVideoInputStreamConfiguration"), exports);
|
|
199
|
+
__exportStar(require("./BurnInSubtitleAssa"), exports);
|
|
198
200
|
__exportStar(require("./BurnInSubtitleDvbSub"), exports);
|
|
199
201
|
__exportStar(require("./BurnInSubtitleSrt"), exports);
|
|
200
202
|
__exportStar(require("./CacheControl"), exports);
|
|
@@ -218,6 +220,7 @@ __exportStar(require("./CencPlayReady"), exports);
|
|
|
218
220
|
__exportStar(require("./CencWidevine"), exports);
|
|
219
221
|
__exportStar(require("./ChannelLayout"), exports);
|
|
220
222
|
__exportStar(require("./ChannelsAttributeForAudio"), exports);
|
|
223
|
+
__exportStar(require("./Character"), exports);
|
|
221
224
|
__exportStar(require("./CheckOutputPermissionsRequest"), exports);
|
|
222
225
|
__exportStar(require("./CheckOutputPermissionsResponse"), exports);
|
|
223
226
|
__exportStar(require("./ChromaLocation"), exports);
|
|
@@ -241,6 +244,7 @@ __exportStar(require("./ConditionAttribute"), exports);
|
|
|
241
244
|
__exportStar(require("./ConditionOperator"), exports);
|
|
242
245
|
__exportStar(require("./ConditionType"), exports);
|
|
243
246
|
__exportStar(require("./ConformFilter"), exports);
|
|
247
|
+
__exportStar(require("./Content"), exports);
|
|
244
248
|
__exportStar(require("./ContentProtection"), exports);
|
|
245
249
|
__exportStar(require("./ConvertSccCaption"), exports);
|
|
246
250
|
__exportStar(require("./ConvertSccCaptionWebVttSettings"), exports);
|
|
@@ -379,7 +383,6 @@ __exportStar(require("./EncodingStatisticsVod"), exports);
|
|
|
379
383
|
__exportStar(require("./EncodingStats"), exports);
|
|
380
384
|
__exportStar(require("./EncodingStreamInput"), exports);
|
|
381
385
|
__exportStar(require("./EncodingStreamInputDetails"), exports);
|
|
382
|
-
__exportStar(require("./EncodingTemplate"), exports);
|
|
383
386
|
__exportStar(require("./EncodingTemplateDetails"), exports);
|
|
384
387
|
__exportStar(require("./EncodingTemplateRequest"), exports);
|
|
385
388
|
__exportStar(require("./EncodingTemplateResponse"), exports);
|
|
@@ -449,6 +452,7 @@ __exportStar(require("./HlsTargetDurationRoundingMode"), exports);
|
|
|
449
452
|
__exportStar(require("./HlsVersion"), exports);
|
|
450
453
|
__exportStar(require("./HttpInput"), exports);
|
|
451
454
|
__exportStar(require("./HttpsInput"), exports);
|
|
455
|
+
__exportStar(require("./IABTaxonomy"), exports);
|
|
452
456
|
__exportStar(require("./IFramePlaylist"), exports);
|
|
453
457
|
__exportStar(require("./Id3Tag"), exports);
|
|
454
458
|
__exportStar(require("./Id3TagPositionMode"), exports);
|
|
@@ -523,6 +527,7 @@ __exportStar(require("./LiveStandbyPoolStatus"), exports);
|
|
|
523
527
|
__exportStar(require("./LiveStandbyPoolUpdate"), exports);
|
|
524
528
|
__exportStar(require("./LocalInput"), exports);
|
|
525
529
|
__exportStar(require("./LocalOutput"), exports);
|
|
530
|
+
__exportStar(require("./Location"), exports);
|
|
526
531
|
__exportStar(require("./Manifest"), exports);
|
|
527
532
|
__exportStar(require("./ManifestGenerator"), exports);
|
|
528
533
|
__exportStar(require("./ManifestResource"), exports);
|
|
@@ -643,6 +648,7 @@ __exportStar(require("./QuantizationGroupSize"), exports);
|
|
|
643
648
|
__exportStar(require("./RaiUnit"), exports);
|
|
644
649
|
__exportStar(require("./RateDistortionLevelForQuantization"), exports);
|
|
645
650
|
__exportStar(require("./RateDistortionPenaltyMode"), exports);
|
|
651
|
+
__exportStar(require("./Rating"), exports);
|
|
646
652
|
__exportStar(require("./RawId3Tag"), exports);
|
|
647
653
|
__exportStar(require("./RedundantRtmpInput"), exports);
|
|
648
654
|
__exportStar(require("./ReprioritizeEncodingRequest"), exports);
|
|
@@ -667,6 +673,9 @@ __exportStar(require("./S3SignatureVersion"), exports);
|
|
|
667
673
|
__exportStar(require("./ScaleFilter"), exports);
|
|
668
674
|
__exportStar(require("./ScalingAlgorithm"), exports);
|
|
669
675
|
__exportStar(require("./SccCaption"), exports);
|
|
676
|
+
__exportStar(require("./Scene"), exports);
|
|
677
|
+
__exportStar(require("./SceneAnalysisDetailsResponse"), exports);
|
|
678
|
+
__exportStar(require("./SceneObject"), exports);
|
|
670
679
|
__exportStar(require("./ScheduledInsertableContent"), exports);
|
|
671
680
|
__exportStar(require("./ScheduledInsertableContentStatus"), exports);
|
|
672
681
|
__exportStar(require("./Scheduling"), exports);
|
|
@@ -674,6 +683,7 @@ __exportStar(require("./Scte35Cue"), exports);
|
|
|
674
683
|
__exportStar(require("./Scte35Trigger"), exports);
|
|
675
684
|
__exportStar(require("./SegmentedRawMuxing"), exports);
|
|
676
685
|
__exportStar(require("./SegmentsMediaInfo"), exports);
|
|
686
|
+
__exportStar(require("./Setting"), exports);
|
|
677
687
|
__exportStar(require("./SftpInput"), exports);
|
|
678
688
|
__exportStar(require("./SftpOutput"), exports);
|
|
679
689
|
__exportStar(require("./SidecarErrorMode"), exports);
|
|
@@ -681,45 +691,6 @@ __exportStar(require("./SidecarFile"), exports);
|
|
|
681
691
|
__exportStar(require("./SidecarFileType"), exports);
|
|
682
692
|
__exportStar(require("./SignatureType"), exports);
|
|
683
693
|
__exportStar(require("./SignupSource"), exports);
|
|
684
|
-
__exportStar(require("./SimpleEncodingLiveCloudRegion"), exports);
|
|
685
|
-
__exportStar(require("./SimpleEncodingLiveJobAccessKeyCredentials"), exports);
|
|
686
|
-
__exportStar(require("./SimpleEncodingLiveJobAzureCredentials"), exports);
|
|
687
|
-
__exportStar(require("./SimpleEncodingLiveJobCdnOutput"), exports);
|
|
688
|
-
__exportStar(require("./SimpleEncodingLiveJobCredentials"), exports);
|
|
689
|
-
__exportStar(require("./SimpleEncodingLiveJobGcsServiceAccountCredentials"), exports);
|
|
690
|
-
__exportStar(require("./SimpleEncodingLiveJobInput"), exports);
|
|
691
|
-
__exportStar(require("./SimpleEncodingLiveJobInputType"), exports);
|
|
692
|
-
__exportStar(require("./SimpleEncodingLiveJobOutput"), exports);
|
|
693
|
-
__exportStar(require("./SimpleEncodingLiveJobOutputType"), exports);
|
|
694
|
-
__exportStar(require("./SimpleEncodingLiveJobRequest"), exports);
|
|
695
|
-
__exportStar(require("./SimpleEncodingLiveJobResponse"), exports);
|
|
696
|
-
__exportStar(require("./SimpleEncodingLiveJobS3RoleBasedCredentials"), exports);
|
|
697
|
-
__exportStar(require("./SimpleEncodingLiveJobStatus"), exports);
|
|
698
|
-
__exportStar(require("./SimpleEncodingLiveJobUrlOutput"), exports);
|
|
699
|
-
__exportStar(require("./SimpleEncodingLiveJobUsernamePasswordCredentials"), exports);
|
|
700
|
-
__exportStar(require("./SimpleEncodingLiveMaxResolution"), exports);
|
|
701
|
-
__exportStar(require("./SimpleEncodingLiveProfile"), exports);
|
|
702
|
-
__exportStar(require("./SimpleEncodingVodJobAccessKeyCredentials"), exports);
|
|
703
|
-
__exportStar(require("./SimpleEncodingVodJobAzureCredentials"), exports);
|
|
704
|
-
__exportStar(require("./SimpleEncodingVodJobCdnOutput"), exports);
|
|
705
|
-
__exportStar(require("./SimpleEncodingVodJobCredentials"), exports);
|
|
706
|
-
__exportStar(require("./SimpleEncodingVodJobDirectFileUploadInput"), exports);
|
|
707
|
-
__exportStar(require("./SimpleEncodingVodJobErrors"), exports);
|
|
708
|
-
__exportStar(require("./SimpleEncodingVodJobGcsServiceAccountCredentials"), exports);
|
|
709
|
-
__exportStar(require("./SimpleEncodingVodJobInput"), exports);
|
|
710
|
-
__exportStar(require("./SimpleEncodingVodJobInputSourceType"), exports);
|
|
711
|
-
__exportStar(require("./SimpleEncodingVodJobInputType"), exports);
|
|
712
|
-
__exportStar(require("./SimpleEncodingVodJobOptions"), exports);
|
|
713
|
-
__exportStar(require("./SimpleEncodingVodJobOutput"), exports);
|
|
714
|
-
__exportStar(require("./SimpleEncodingVodJobOutputArtifact"), exports);
|
|
715
|
-
__exportStar(require("./SimpleEncodingVodJobOutputType"), exports);
|
|
716
|
-
__exportStar(require("./SimpleEncodingVodJobRequest"), exports);
|
|
717
|
-
__exportStar(require("./SimpleEncodingVodJobResponse"), exports);
|
|
718
|
-
__exportStar(require("./SimpleEncodingVodJobS3RoleBasedCredentials"), exports);
|
|
719
|
-
__exportStar(require("./SimpleEncodingVodJobStatus"), exports);
|
|
720
|
-
__exportStar(require("./SimpleEncodingVodJobUrlInput"), exports);
|
|
721
|
-
__exportStar(require("./SimpleEncodingVodJobUrlOutput"), exports);
|
|
722
|
-
__exportStar(require("./SimpleEncodingVodJobUsernamePasswordCredentials"), exports);
|
|
723
694
|
__exportStar(require("./SmoothManifestContentProtection"), exports);
|
|
724
695
|
__exportStar(require("./SmoothManifestDefault"), exports);
|
|
725
696
|
__exportStar(require("./SmoothManifestDefaultVersion"), exports);
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { BaseAPI } from '../../common/BaseAPI';
|
|
2
|
-
import Configuration from '../../common/Configuration';
|
|
3
|
-
import JobsApi from './jobs/JobsApi';
|
|
4
|
-
/**
|
|
5
|
-
* SimpleApi - object-oriented interface
|
|
6
|
-
* @export
|
|
7
|
-
* @class SimpleApi
|
|
8
|
-
* @extends {BaseAPI}
|
|
9
|
-
*/
|
|
10
|
-
export default class SimpleApi extends BaseAPI {
|
|
11
|
-
jobs: JobsApi;
|
|
12
|
-
constructor(configuration: Configuration);
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { BaseAPI } from '../../../common/BaseAPI';
|
|
2
|
-
import Configuration from '../../../common/Configuration';
|
|
3
|
-
import VodApi from './vod/VodApi';
|
|
4
|
-
import LiveApi from './live/LiveApi';
|
|
5
|
-
/**
|
|
6
|
-
* JobsApi - object-oriented interface
|
|
7
|
-
* @export
|
|
8
|
-
* @class JobsApi
|
|
9
|
-
* @extends {BaseAPI}
|
|
10
|
-
*/
|
|
11
|
-
export default class JobsApi extends BaseAPI {
|
|
12
|
-
vod: VodApi;
|
|
13
|
-
live: LiveApi;
|
|
14
|
-
constructor(configuration: Configuration);
|
|
15
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { BaseAPI } from '../../../../common/BaseAPI';
|
|
2
|
-
import Configuration from '../../../../common/Configuration';
|
|
3
|
-
import SimpleEncodingLiveJobRequest from '../../../../models/SimpleEncodingLiveJobRequest';
|
|
4
|
-
import SimpleEncodingLiveJobResponse from '../../../../models/SimpleEncodingLiveJobResponse';
|
|
5
|
-
/**
|
|
6
|
-
* LiveApi - object-oriented interface
|
|
7
|
-
* @export
|
|
8
|
-
* @class LiveApi
|
|
9
|
-
* @extends {BaseAPI}
|
|
10
|
-
*/
|
|
11
|
-
export default class LiveApi extends BaseAPI {
|
|
12
|
-
constructor(configuration: Configuration);
|
|
13
|
-
/**
|
|
14
|
-
* @summary Create a Simple Encoding Live Job
|
|
15
|
-
* @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created.
|
|
16
|
-
* @throws {BitmovinError}
|
|
17
|
-
* @memberof LiveApi
|
|
18
|
-
*/
|
|
19
|
-
create(simpleEncodingLiveJobRequest?: SimpleEncodingLiveJobRequest): Promise<SimpleEncodingLiveJobResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @summary Simple Encoding Live Job details
|
|
22
|
-
* @param {string} simpleEncodingJobId Id of the Simple Encoding Live Job
|
|
23
|
-
* @throws {BitmovinError}
|
|
24
|
-
* @memberof LiveApi
|
|
25
|
-
*/
|
|
26
|
-
get(simpleEncodingJobId: string): Promise<SimpleEncodingLiveJobResponse>;
|
|
27
|
-
}
|