Exports related to masher.
Classes
MasherClass
Implements VideoMasher.
new MasherClass(
args):MasherClass
| Parameter | Type | Description |
|---|---|---|
args | MasherArgs |
Returns MasherClass.
| Property | Modifier | Type |
|---|---|---|
_buffer | public | undefined | number |
framework | public | Framework |
mashOrNot | public | undefined | ClientMash |
paused | public | boolean |
rawType | public | MediaType |
selection | public | undefined | boolean |
signals | public | SignalsRecord |
Interfaces
Masher
Extended by VideoMasher.
| Property | Type |
|---|---|
framework | Framework |
mashOrNot | undefined | ClientMash |
paused | boolean |
MasherArgs
| Property | Type |
|---|---|
buffer? | number |
fps? | number |
framework | Framework |
mash? | ClientMash |
signals | SignalsRecord |
type | MediaType |
VideoMasher
Extends Masher.
| Property | Type |
|---|---|
framework | Framework |
mashOrNot | undefined | ClientMash |
paused | boolean |