Class BridgeVideoSourceSettings
Internal video source settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Bridge
Assembly: VisioForge.Core.dll
Syntax
public class BridgeVideoSourceSettings : IVideoCaptureBaseVideoSourceSettings, IVideoSourceSettings, IMediaBlockSettings
Constructors
BridgeVideoSourceSettings()
Initializes a new instance of the BridgeVideoSourceSettings class.
Declaration
public BridgeVideoSourceSettings()
BridgeVideoSourceSettings(string, VideoFrameInfoX)
Initializes a new instance of the BridgeVideoSourceSettings class.
Declaration
public BridgeVideoSourceSettings(string channel, VideoFrameInfoX info)
Parameters
| Type | Name | Description |
|---|---|---|
| string | channel | The channel. |
| VideoFrameInfoX | info | The information. |
Properties
Channel
Gets the channel name to match internal source and sink elements.
Declaration
public string Channel { get; }
Property Value
| Type | Description |
|---|---|
| string |
Info
Gets the information.
Declaration
public VideoFrameInfoX Info { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoFrameInfoX | The information. |
Timeout
Gets or sets the timeout after which to start outputting black frames.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Methods
CreateBlock()
Creates the block.
Declaration
public MediaBlock CreateBlock()
Returns
| Type | Description |
|---|---|
| MediaBlock | MediaBlock. |