diff --git a/README.md b/README.md index 7327e75b0..c78990ce8 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.182.0" + "bitmovin/bitmovin-api-sdk-php": "1.183.2" } } ``` @@ -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.182.0` +run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.183.2` ## Initialization diff --git a/composer.json b/composer.json index 0bacf0bc0..50a6dcd45 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.182.0", + "version": "1.183.2", "authors": [ { "name": "Bitmovin Inc", diff --git a/docs/classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings.html b/docs/classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings.html index f43cfaaf7..fb1f80432 100644 --- a/docs/classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings.html +++ b/docs/classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings.html @@ -103,7 +103,7 @@

public

__construct()
  • enabledMarkerTypes() - — Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using `#EXT-X-CUE-OUT` and `#EXT-X-CUE-IN` tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using `#EXT-OATCLS-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using `#EXT-X-SPLICEPOINT-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.
  • + — Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using `#EXT-X-CUE-OUT` and `#EXT-X-CUE-IN` tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using `#EXT-OATCLS-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using `#EXT-X-SPLICEPOINT-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_DATERANGE: Ad markers will be inserted using `#EXT-X-DATERANGE` tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SCTE35: Ad markers will be inserted using `#EXT-X-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.

    Inherited from BitmovinApiSdk\Common\ApiResource

    public

    diff --git a/docs/classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings/enabledMarkerTypes.html b/docs/classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings/enabledMarkerTypes.html index c79688e26..65f2d8b75 100644 --- a/docs/classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings/enabledMarkerTypes.html +++ b/docs/classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings/enabledMarkerTypes.html @@ -62,7 +62,7 @@

    BitmovinApiSdk\Models\HlsManifestAdMarkerSettings::enabledMarkerTypes

    -

    Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using `#EXT-X-CUE-OUT` and `#EXT-X-CUE-IN` tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using `#EXT-OATCLS-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using `#EXT-X-SPLICEPOINT-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.

    +

    Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using `#EXT-X-CUE-OUT` and `#EXT-X-CUE-IN` tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using `#EXT-OATCLS-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using `#EXT-X-SPLICEPOINT-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_DATERANGE: Ad markers will be inserted using `#EXT-X-DATERANGE` tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SCTE35: Ad markers will be inserted using `#EXT-X-SCTE35` tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.