TsEBMLEngine
Extends:
Component → ConvertEngine → TsEBMLEngine
Converter engine using the ts-ebml library.
Used to inject metadata, like duration, into webm files.
Method Summary
| Public Methods | ||
| public | convert(data: Blob) Inject metadata. | |
Inherited Summary
| From class ConvertEngine | ||
| public | debug: * | |
| public | mediaType: * | |
| public | addFileInfo(fileObj: Blob | File, now: date) Add filename and timestamp to converted file object. | |
| public | Load  | |
| public | Show save as dialog in browser so the user can store the converted media locally. | |
| public | Setup recording engine. | |
Public Methods
public convert(data: Blob) source
Inject metadata.
Params:
| Name | Type | Attribute | Description | 
| data | Blob | Recorded data that needs to be converted. | 
 
    
  