Class ScreenSource
A screen source.
Inheritance
System.Object
MediaSource<IVideoOutput, IVideoInput, IVideoInputCollection, VideoSource, VideoFrame, VideoBuffer, VideoBufferCollection, VideoFormat>
ScreenSource
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch.AForge
Assembly: FM.LiveSwitch.AForge.dll
Syntax
public class ScreenSource : ScreenSourceBase, IVideoOutput, IMediaOutput<IVideoOutput, IVideoInput, VideoFrame, VideoBuffer, VideoBufferCollection, VideoFormat>, IOutput<IVideoOutput, IVideoInput, VideoFrame, VideoBuffer, VideoBufferCollection, VideoFormat>, IVideoElement, IMediaElement, IElement
Constructors
ScreenSource(Rectangle, Int32)
Initializes a new instance of the ScreenSource class.
Declaration
public ScreenSource(Rectangle targetRegion, int targetFrameRate)
Parameters
| Type | Name | Description |
|---|---|---|
| Rectangle | targetRegion | The target region. |
| System.Int32 | targetFrameRate | The target frame rate. |
ScreenSource(ScreenConfig)
Initializes a new instance of the ScreenSource class.
Declaration
public ScreenSource(ScreenConfig targetConfig)
Parameters
| Type | Name | Description |
|---|---|---|
| ScreenConfig | targetConfig | The target configuration. |
Properties
Label
Gets a label that identifies this class.
Declaration
public override string Label { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
FM.LiveSwitch.MediaSource<FM.LiveSwitch.IVideoOutput, FM.LiveSwitch.IVideoInput, FM.LiveSwitch.IVideoInputCollection, FM.LiveSwitch.VideoSource, FM.LiveSwitch.VideoFrame, FM.LiveSwitch.VideoBuffer, FM.LiveSwitch.VideoBufferCollection, FM.LiveSwitch.VideoFormat>.Label
Methods
DoStart()
Starts this instance.
Declaration
protected override Future<object> DoStart()
Returns
| Type | Description |
|---|---|
| Future<System.Object> |
Overrides
FM.LiveSwitch.MediaSource<FM.LiveSwitch.IVideoOutput, FM.LiveSwitch.IVideoInput, FM.LiveSwitch.IVideoInputCollection, FM.LiveSwitch.VideoSource, FM.LiveSwitch.VideoFrame, FM.LiveSwitch.VideoBuffer, FM.LiveSwitch.VideoBufferCollection, FM.LiveSwitch.VideoFormat>.DoStart()
DoStop()
Stops this instance.
Declaration
protected override Future<object> DoStop()
Returns
| Type | Description |
|---|---|
| Future<System.Object> |
Overrides
FM.LiveSwitch.MediaSource<FM.LiveSwitch.IVideoOutput, FM.LiveSwitch.IVideoInput, FM.LiveSwitch.IVideoInputCollection, FM.LiveSwitch.VideoSource, FM.LiveSwitch.VideoFrame, FM.LiveSwitch.VideoBuffer, FM.LiveSwitch.VideoBufferCollection, FM.LiveSwitch.VideoFormat>.DoStop()