Members
Allowed :string
Type:
- string
Properties:
| Name | Value | Type | Description | 
|---|---|---|---|
| muxjs | muxjs | string | |
| ISOBoxer | ISOBoxer | string | 
- Source:
dependencies_ :Map<shaka.dependencies.Allowed, function(): ?>
    Contains accessor functions to shared dependencies that could be used by
other components.  The default accessors can be overridden.
    Type:
- Map<shaka.dependencies.Allowed, function(): ?>
- Source:
Methods
add(key, dep)
    Registers a new dependency.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| key | shaka.dependencies.Allowed | which is used for retrieving a dependency | 
| dep | ? | a dependency | 
- Source:
has(key) → {boolean}
    Check if we have a dependency for the key.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| key | shaka.dependencies.Allowed | key | 
- Source:
Returns:
- Type
- boolean