Classes | |
class | BaseLiveContentEventArgs |
The content of the eventArgs fired on the LiveContentEvent (base class for every one of them) More... | |
class | BaseLiveSource |
T is the type of the content data (LiveSourceContent or LiveSourceRawContent) More... | |
class | BitmapLiveSource |
This class is responsible for delivering live bitmap images from a camera. Only supported in Smart Client and standalone environments. More... | |
class | JPEGLiveSource |
This class is responsible for delivering live JPEG images from a camera. Only supported in Smart Client and standalone environments. More... | |
class | LiveContentEventArgs |
The content of the eventArgs fired on the LiveContentEvent. More... | |
class | LiveContentPcmEventArgs |
The content of the eventArgs fired on the LiveContentEvent. More... | |
class | LiveContentRawEventArgs |
The content of the eventArgs fired on the LiveContentEvent. More... | |
class | LiveSource |
An abstract class to be used for implementation of a LiveSources. Within the MIP Environment there are currently these built-in implementations: JPEGLiveSource BitmapLiveSource RawLiveSource More... | |
class | LiveSourceBitmapContent |
This class is received in the event args for LiveVideo coming out of the multi media toolkit. More... | |
class | LiveSourceContent |
This class is used for receiving live content. More... | |
class | LiveSourcePcmContent |
This class is received in the event args for LiveVideo coming out of the multi media toolkit, used by the PcmLiveSource class. More... | |
class | LiveSourceRawContent |
This class is received in the event args for LiveVideo coming out of the multi media toolkit, use by the RawVideoSource class. More... | |
class | LiveSourceStatus |
Contains the LiveStatus information. It is transmitted as XML in between live video stream and contains changes relating to a given camera. More... | |
class | LiveSourceTimeout |
Class used to report a timeout from the toolkit. More... | |
class | LiveStatus |
This class is responsible for handling the status of a live source and updating the state according to input. | |
class | LiveStatusEventArgs |
The content of the eventArgs fired on the LiveStatusEvent. More... | |
class | MetadataLiveContent |
This class contains the data delivered by a live metadata stream. All fields are immutable after construction. More... | |
class | MetadataLiveSource |
This class is responsible for delivering live metadata from a device. Only supported in Smart Client and standalone environments. More... | |
class | PcmLiveSource |
Class for retrieving pcm live audio (decoded to fixed number of channels, bits per pixel and sample frequency) More... | |
class | RawLiveSource |
Provides raw video frames, including GenericByteHeader, for further analysis and decoding. More... | |
class | StatusFlagManager |
This class is responsible for dealing with flags when using the toolkit fork system. | |
class | VideoLiveSource |
Enumerations | |
enum | StatusFlags { None = 0 , LiveFeed = 0x01 , Motion = 0x02 , Recording = 0x04 , Notification = 0x08 , CameraConnectionLost = 0x10 , DatabaseFail = 0x20 , DiskFull = 0x40 , ClientLiveStopped = 0x80 , All = 0xff } |
The StatusFlag contains a flag for each of the possible status items the server can tell about. More... | |