MediaStoreRecorderSettings interface
Settings to configure a media store recorder see NorskMediaStore.recorder()
Signature:
export interface MediaStoreRecorderSettings extends SinkNodeSettings<MediaStoreRecorderNode>, StreamStatisticsMixin
Properties
Property | Type | Description |
---|---|---|
number |
Required: Duration of the media store chunk files |
|
(Optional) Optional: Expiry settings - if not supplied, then data will not get expired so on long-running events you may exhaust available disk space |
||
string |
Required: Name of this media store instance. |
|
() ⇒ void |
(Optional) Optional: Called when the media store is fully initialised. Note that subscriptions can take place when the onCreate event is fired, just like all other nodes |
|
string |
Required: Path for the media store database. |