Class SurveillanceSource
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Provides the ability to push the source to surveillance engines.
C#Copypublic class SurveillanceSource
- Inheritance
-
System.ObjectSurveillanceSource
Constructors
Declaration
C#Copypublic SurveillanceSource()
API Level: 4
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 |
|
ObjectDisposedException |
|
System.InvalidOperationException | This SurveillanceSource has not been added yet. |