@bitmovin/api-sdk 1.249.0 → 1.250.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.
|
@@ -240,7 +240,7 @@ var HeaderHandler = /** @class */ (function (_super) {
|
|
|
240
240
|
var headers = {
|
|
241
241
|
'X-Api-Key': apiKey,
|
|
242
242
|
'X-Api-Client': 'bitmovin-api-sdk-javascript',
|
|
243
|
-
'X-Api-Client-Version': '1.
|
|
243
|
+
'X-Api-Client-Version': '1.250.0',
|
|
244
244
|
'Content-Type': 'application/json'
|
|
245
245
|
};
|
|
246
246
|
if (tenantOrgId) {
|
|
@@ -5,7 +5,7 @@ import PoisEndpointCredentials from './PoisEndpointCredentials';
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class EsamSettings {
|
|
7
7
|
/**
|
|
8
|
-
* The URL of the Placement Opportunity Information System (POIS) signal processing endpoint.
|
|
8
|
+
* The URL of the Placement Opportunity Information System (POIS) signal processing endpoint. The encoder transmits SignalProcessingEvents to this endpoint whenever SCTE-35 messages are detected.
|
|
9
9
|
* @type {string}
|
|
10
10
|
* @memberof EsamSettings
|
|
11
11
|
*/
|
|
@@ -23,7 +23,7 @@ export declare class EsamSettings {
|
|
|
23
23
|
*/
|
|
24
24
|
zoneIdentity?: string;
|
|
25
25
|
/**
|
|
26
|
-
* Defines an offset (in milliseconds) to be applied to the stream event timestamp.
|
|
26
|
+
* Defines an offset (in milliseconds) to be applied to the stream event timestamp. This offset adjusts the `StreamTime` values (such as PTS) associated with ad opportunities or content insertions. It is used to fine-tune timing for embedded SCTE-104/35 messages to ensure precise frame alignment in the transport stream.
|
|
27
27
|
* @type {number}
|
|
28
28
|
* @memberof EsamSettings
|
|
29
29
|
*/
|