Class DecklinkHelper
Decklink helper.
Inherited Members
Namespace: VisioForge.Core.Helpers
Assembly: VisioForge.Core.dll
Syntax
public static class DecklinkHelper
Methods
GetVideoInfoFromMode(DecklinkMode, out int, out int, out VideoFrameRate)
Gets the video information from the Decklink mode.
Declaration
public static void GetVideoInfoFromMode(this DecklinkMode mode, out int width, out int height, out VideoFrameRate framerate)
Parameters
Type | Name | Description |
---|---|---|
DecklinkMode | mode | The mode. |
int | width | The width. |
int | height | The height. |
VideoFrameRate | framerate | The framerate. |
ToFormat(DecklinkAudioFormat)
Converts to format.
Declaration
public static AudioFormatX ToFormat(this DecklinkAudioFormat format)
Parameters
Type | Name | Description |
---|---|---|
DecklinkAudioFormat | format | The format. |
Returns
Type | Description |
---|---|
AudioFormatX | AudioFormatX. |