Class DecklinkOutputSettings
Decklink output settings.
Inherited Members
Namespace: VisioForge.Core.Types.Decklink
Assembly: VisioForge.Core.dll
Syntax
public class DecklinkOutputSettings
Properties
AnalogOutput
Gets or sets Decklink output.
Declaration
public DecklinkAnalogOutput AnalogOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| DecklinkAnalogOutput |
AnalogOutputIREUSA
Gets or sets a value indicating whether USA 7.5 IRE for NTSC video used. False for 0.0 IRE in Japan.
Declaration
public bool AnalogOutputIREUSA { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
AnalogOutputSMPTE
Gets or sets a value indicating whether SMPTE component levels mode will be used. False for Betacam.
Declaration
public bool AnalogOutputSMPTE { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
AudioRendererName
Gets or sets the name of the audio renderer.
Declaration
public string AudioRendererName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BlackToDeckInCapture
Gets or sets black to deck in capture mode.
Declaration
public DecklinkBlackToDeckInCapture BlackToDeckInCapture { get; set; }
Property Value
| Type | Description |
|---|---|
| DecklinkBlackToDeckInCapture |
DVEncoding
Gets or sets a value indicating whether DV video encoding used.
Declaration
public bool DVEncoding { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
DualLinkOutputMode
Gets or sets Decklink dual link output mode.
Declaration
public DecklinkDualLinkMode DualLinkOutputMode { get; set; }
Property Value
| Type | Description |
|---|---|
| DecklinkDualLinkMode |
HDTVPulldownOnOutput
Gets or sets HDTV pulldown on output mode.
Declaration
public DecklinkHDTVPulldownOnOutput HDTVPulldownOnOutput { get; set; }
Property Value
| Type | Description |
|---|---|
| DecklinkHDTVPulldownOnOutput |
SingleFieldOutputForSynchronousFrames
Gets or sets single field output mode.
Declaration
public DecklinkSingleFieldOutputForSynchronousFrames SingleFieldOutputForSynchronousFrames { get; set; }
Property Value
| Type | Description |
|---|---|
| DecklinkSingleFieldOutputForSynchronousFrames |
VideoOutputDownConversionMode
Gets or sets video output down conversion mode.
Declaration
public DecklinkVideoOutputDownConversionMode VideoOutputDownConversionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| DecklinkVideoOutputDownConversionMode |
VideoOutputDownConversionModeAnalogUsed
Gets or sets a value indicating whether analog output used for output down conversion mode.
Declaration
public bool VideoOutputDownConversionModeAnalogUsed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
VideoRendererName
Gets or sets the name of the video renderer.
Declaration
public string VideoRendererName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |