FileMp4OutputSettings interface
Settings to control MP4 file output see NorskOutput.fileMp4()
Signature:
export interface FileMp4OutputSettings extends SinkNodeSettings<FileMp4OutputNode>, StreamStatisticsMixin
Properties
Property | Type | Description |
---|---|---|
(Optional) Settings for encrypting the audio track. |
||
string |
Required: stream fragmented MP4 to this file. |
|
string |
(Optional) Write non-fragmented MP4 to this file on close, creates a |
|
() ⇒ void |
(Optional) Callback that will be invoked once data stops being received by the node (determined by an empty context) at which point it will automatically shut down |
|
(Optional) Settings for encrypting the video track. |