| FrameCapture Class |
Namespace: Ozeki.Media
The FrameCapture type exposes the following members.
| Name | Description | |
|---|---|---|
| FrameCapture | Initializes a new instance of the FrameCapture class | |
| FrameCapture(String) | Obsolete. Initializes a new instance of the FrameCapture class |
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the object.
(Inherited from DisposableClass.) | |
| Dispose(Boolean) | Releases the unmanaged resources used by the FrameCapture and optionally releases the managed resources (Overrides DisposableClassDispose(Boolean).) | |
| Finalize | (Inherited from DisposableClass.) | |
| GetAllFormats | (Inherited from VideoHandler.) | |
| OnDataReceived |
Receiving the VideoData from the sender.
(Overrides VideoHandlerOnDataReceived(Object, VideoData).) | |
| ReceiverConnected |
This will be called when this object has been connected to a video receiver.
(Inherited from VideoHandler.) | |
| ReceiverDisconnected |
This will be called when this object has been disconnected from a video receiver.
(Inherited from VideoHandler.) | |
| SendData |
Sends media data to the connected audio handlers.
(Inherited from VideoHandler.) | |
| SenderConnected |
This will be called when a video sneder has been connected to this object.
(Inherited from VideoHandler.) | |
| SenderDisconnected |
This will be called when a video sender has been disconnected from this object.
(Inherited from VideoHandler.) | |
| SetInterval(Double) |
Set the time interval between frames
| |
| SetInterval(Int32) |
Set the time interval between frames
| |
| SetInterval(TimeSpan) |
Set the time interval between frames
| |
| SetInterval(Double, Double) |
Set the time interval between frames
| |
| SetPreferredSendFormats | (Inherited from VideoHandler.) | |
| SetSupportedFormats |
Sets the video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.) | |
| Start |
Start the frame capturing
| |
| StartForSpecificFrameNum |
Starts the frame capturing to capture only few frames with a specific interval
| |
| Stop |
Stop the frame capturing
|
| Name | Description | |
|---|---|---|
| FramesCaptured | ||
| ID | (Inherited from DisposableClass.) | |
| Interval |
Interval in ms.
| |
| IsRunning |
Gets that the frame capturing is running or not.
| |
| ReceiveFormats |
Gets a list of video formats that the video handler can receive. If no video format specified, all formats are supported.
(Inherited from VideoHandler.) |
| Name | Description | |
|---|---|---|
| MediaDataSent |
Occurs when the video data is ready to send.
(Inherited from VideoHandler.) | |
| OnFrameCaptured |
This event is executed when new frame has arrived.
| |
| OnStopped | ||
| ReceiveFormatsChanged |
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from VideoHandler.) |