Class SurveillanceSource
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Provides the ability to push the source to surveillance engines.
C#Copypublic class SurveillanceSource
- Inheritance
-
objectSurveillanceSource
Constructors
Declaration
C#Copypublic SurveillanceSource()
Methods
Declaration
C#Copypublic void Push(MediaVisionSource source)
Parameters
| Type | Name | Description |
|---|---|---|
| MediaVisionSource | source | The media source used for surveillance. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|
| System.ObjectDisposedException |
|
| System.InvalidOperationException | This SurveillanceSource has not been added yet. |