BitmovinApiSdk\Models\CacheControlSettings

Synopsis

class CacheControlSettings extends ApiResource {
  • // members
  • public CacheControlSettingsHls $hls;
  • public CacheControlSettingsDash $dash;
  • public CacheControlSettingsSegments $segments;
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

Methods

public

  • __construct()
  • dash() — Cache control settings for DASH manifest.
  • hls() — Cache control settings for HLS manifest.
  • segments() — Cache control settings for segments.

Inherited from BitmovinApiSdk\Common\ApiResource

public