Class DecklinkVideoFormat
Decklink video format.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.Decklink
Assembly: VisioForge.Core.dll
Syntax
public class DecklinkVideoFormat : ICloneable
Properties
FrameRate
Gets or sets frame rate.
Declaration
public VideoFrameRate FrameRate { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoFrameRate |
Height
Gets or sets height.
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Mode
Gets or sets mode.
Declaration
public DecklinkVideoMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| DecklinkVideoMode |
Name
Gets or sets name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PixelFormat
Gets or sets pixel format.
Declaration
public DecklinkPixelFormat PixelFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| DecklinkPixelFormat |
Width
Gets or sets width.
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Clone()
Clones.
Declaration
public object Clone()
Returns
| Type | Description |
|---|---|
| object | Returns object. |