mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
19 lines
257 B
Markdown
19 lines
257 B
Markdown
# Extension
|
|
|
|
Extension
|
|
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Extension } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: Extension = Extension.Mpd;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `M3u8` | m3u8 |
|
|
| `Mpd` | mpd | |