BitmovinApiSdk\Models\StreamsStyleConfigPlayerStyle
Synopsis
class StreamsStyleConfigPlayerStyle
extends ApiResource
{
- // members
- public string $playbackMarkerBgColor;
- public string $playbackMarkerBorderColor;
- public string $playbackTrackPlayedColor;
- public string $playbackTrackBufferedColor;
- public string $playbackTrackBgColor;
- public string $textColor;
- public string $backgroundColor;
- // methods
- public void __construct()
- public $this playbackMarkerBgColor()
- public $this playbackMarkerBorderColor()
- public $this playbackTrackPlayedColor()
- public $this playbackTrackBufferedColor()
- public $this playbackTrackBgColor()
- public $this textColor()
- public $this backgroundColor()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $backgroundColor — string
- $playbackMarkerBgColor — string
- $playbackMarkerBorderColor — string
- $playbackTrackBgColor — string
- $playbackTrackBufferedColor — string
- $playbackTrackPlayedColor — string
- $textColor — string
Methods
public
- __construct()
- backgroundColor() — Background color
- playbackMarkerBgColor() — Playback marker background color
- playbackMarkerBorderColor() — Playback marker border color
- playbackTrackBgColor() — Playback track background color
- playbackTrackBufferedColor() — Playback track buffered color
- playbackTrackPlayedColor() — Playback track played color
- textColor() — Text color