Class PushSourceSettings
Push source settings.
Inherited Members
Namespace: VisioForge.Core.Types.VideoCapture
Assembly: VisioForge.Core.dll
Syntax
public class PushSourceSettings
Constructors
PushSourceSettings()
Initializes a new instance of the PushSourceSettings class.
Declaration
public PushSourceSettings()
Properties
VideoFrameRate
Gets or sets video frame rate.
Declaration
public VideoFrameRate VideoFrameRate { get; set; }
Property Value
Type | Description |
---|---|
VideoFrameRate |
VideoHeight
Gets or sets video height.
Declaration
public int VideoHeight { get; set; }
Property Value
Type | Description |
---|---|
int |
VideoWidth
Gets or sets video width.
Declaration
public int VideoWidth { get; set; }
Property Value
Type | Description |
---|---|
int |