WebmDemuxer
Demuxes a Webm stream (containing Opus audio) to output an Opus stream.
WebmDemuxer extends WebmBaseDemuxer
Demuxes a Webm stream (containing Opus audio) to output an Opus stream.
| Parameter | Type | Optional | Description | 
|---|---|---|---|
| options | {} | ✅ | options that you would pass to a regular Transform stream. | 
Properties
public static TAGS: any
public static TOO_SHORT: any
Methods
public _checkHead(data): void
| Parameter | Type | Optional | 
|---|---|---|
| data | Buffer | ❌ | 
public _destroy(err, cb): void
public _final(cb): void
| Parameter | Type | Optional | 
|---|---|---|
| cb | TransformCallback | ❌ | 
public _transform(chunk, encoding, done): void
| Parameter | Type | Optional | 
|---|---|---|
| chunk | Buffer | ❌ | 
| encoding | BufferEncoding | ❌ | 
| done | TransformCallback | ❌ |