BitmovinApiSdk\Models\CacheControlSettings
Synopsis
class CacheControlSettings
extends ApiResource
{
- // members
- public CacheControlSettingsHls $hls;
- public CacheControlSettingsDash $dash;
- public CacheControlSettingsSegments $segments;
- // methods
- public void __construct()
- public $this hls()
- public $this dash()
- public $this segments()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
Methods
public
- __construct()
- dash() — Cache control settings for DASH manifest.
- hls() — Cache control settings for HLS manifest.
- segments() — Cache control settings for segments.