diff --git a/README.md b/README.md index 8b71c4d2d..4e8fb3809 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To install the API client with composer, add the following to your composer.json { "require": { - "bitmovin/bitmovin-api-sdk-php": "1.176.0" + "bitmovin/bitmovin-api-sdk-php": "1.177.0" } } ``` @@ -49,7 +49,7 @@ Then run `php composer.phar install` OR -run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.176.0` +run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.177.0` ## Initialization diff --git a/composer.json b/composer.json index f1e00ed38..76c0234e9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bitmovin/bitmovin-api-sdk-php", "description": "This is the Bitmovin API SDK for PHP", - "version": "1.176.0", + "version": "1.177.0", "authors": [ { "name": "Bitmovin Inc", diff --git a/docs/classes/BitmovinApiSdk_Models_LiveHlsManifest.html b/docs/classes/BitmovinApiSdk_Models_LiveHlsManifest.html index 5189982df..37d497196 100644 --- a/docs/classes/BitmovinApiSdk_Models_LiveHlsManifest.html +++ b/docs/classes/BitmovinApiSdk_Models_LiveHlsManifest.html @@ -130,7 +130,7 @@

public

  • programDateTimeSettings() — Configuration for the EXT-X-PROGRAM-DATETIME tag
  • timeshift() - — Timeshift in seconds
  • + — Timeshift in seconds. We recommend to use a timeshift value not greater than 3 hours (10800.0 seconds). Longer values could negatively impact the manifest update frequency.

    Inherited from BitmovinApiSdk\Common\ApiResource

    public

    diff --git a/docs/classes/BitmovinApiSdk_Models_LiveHlsManifest/timeshift.html b/docs/classes/BitmovinApiSdk_Models_LiveHlsManifest/timeshift.html index 9a4a23a79..db39e8004 100644 --- a/docs/classes/BitmovinApiSdk_Models_LiveHlsManifest/timeshift.html +++ b/docs/classes/BitmovinApiSdk_Models_LiveHlsManifest/timeshift.html @@ -62,7 +62,7 @@

    BitmovinApiSdk\Models\LiveHlsManifest::timeshift

    -

    Timeshift in seconds

    +

    Timeshift in seconds. We recommend to use a timeshift value not greater than 3 hours (10800.0 seconds). Longer values could negatively impact the manifest update frequency.