VideoTestcardGeneratorSettings interface
Settings for an Video Testcard Generator see: NorskInput.videoTestCard()
Signature:
export interface VideoTestcardGeneratorSettings extends SourceNodeSettings<VideoTestcardGeneratorNode>Extends: SourceNodeSettings<VideoTestcardGeneratorNode>
Properties
| Property | Type | Description | 
|---|---|---|
| { frames: number; seconds: number; } | Framerate of the produced video stream * | |
| boolean | (Optional) Optionally make an interlaced source | |
| number | (Optional) The number of frames to send before shutting down | |
| Pattern | The pattern to use on the test card (if any) | |
| (Optional) Optional pixel format of the raw stream * | ||
| { width: number; height: number; } | Resolution of the test card stream * | |
| string | The source name to set in the stream key of the outgoing stream |