Sha256: e054f81b767ef490cb2c4869adf19d3a4bce48da78b9d304f94b523b61832b98

Contents?: true

Size: 577 Bytes

Versions: 4

Compression:

Stored size: 577 Bytes

Contents

# MuxRuby::PlaybackID

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | Unique identifier for the PlaybackID | [optional] |
| **policy** | [**PlaybackPolicy**](PlaybackPolicy.md) |  | [optional] |
| **drm_configuration_id** | **String** | The DRM configuration used by this playback ID. Must only be set when `policy` is set to `drm`. | [optional] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::PlaybackID.new(
  id: null,
  policy: null,
  drm_configuration_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 docs/PlaybackID.md
mux_ruby-3.19.0 docs/PlaybackID.md
mux_ruby-3.18.0 docs/PlaybackID.md
mux_ruby-3.17.0 docs/PlaybackID.md