Constructor
new OggDemuxer(optionsopt)
Creates a new OggOpus demuxer.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
options |
Object |
<optional> |
options that you would pass to a regular Transform stream. |
- Source:
Extends
- TransformStream
Events
head
Emitted when the demuxer encounters the opus head.
Parameters:
| Name | Type | Description |
|---|---|---|
segment |
Buffer | a buffer containing the opus head data. |
- Source:
tags
Emitted when the demuxer encounters opus tags.
Parameters:
| Name | Type | Description |
|---|---|---|
segment |
Buffer | a buffer containing the opus tags. |
- Source: