FileMp4InputNode class
see: NorskInput.fileMp4()
Signature:
export declare class FileMp4InputNode extends SourceMediaNode
Extends: SourceMediaNode
Methods
Method | Modifiers | Description |
---|---|---|
Applies a gradual nudge to the outgoing stream timestamps by the specified number of milliseconds |
||
Pause the MP4 playback. This may not take fully immediate effect, frames already in flight within the Mp4Input workflow will still be emitted |
||
Start/resume the MP4 playback |
||
Start MP4 playback, pausing once the given offset is reached |
||
Seek to a given point, without starting playback. When the stream is played/resumed, it will start from (about) this offset |
||