Click or drag to resize

IDecoderManager Methods

The IDecoderManager type exposes the following members.

Methods
 NameDescription
Public methodClear After a call to this method the decoder is not displaying any video.
Public methodDisableQuadView Disables QuadMode.
Public methodDisplayCamera Display the camera on a decoder.
Note: The camera will only be displayed on the decoder if the camera can be decoded by the decoder. This is only the case for IP cameras and not possible with analog cameras connected to a matrix or a DVR.
Public methodDisplayOsd Sets the OSD message for this decoder. The message will only be displayed when OSD is enabled for this decoder.
Public methodDisplayPanoramicCameraAtPredefinedPosition Display the camera on a decoder.
Note: The camera will only be displayed on the decoder if the camera can be decoded by the decoder. This is only the case for IP cameras and not possible with analog cameras connected to a matrix or a DVR.
Public methodDisplaySequence Display the sequence on a decoder.
Note: Only cameras will be displayed on the decoder if the camera can be decoded by the decoder. This is only the case for IP cameras and not possible with analog cameras connected to a matrix or a DVR.
Public methodEnableQuadView Enables QuadMode.
Public methodGetConnectionState Gets the ConnectionState of a device.
(Inherited from IDeviceManager)
Public methodGetDecoderById Gets a Decoder handle by ID.
Public methodGetDecoderByLogicalNumber Gets a Decoder handle by logical number.
Public methodGetDecoderByName Gets a Decoder handle by decoder monitor pane name. Decoder monitor panes are named by pattern "Monitor <Number of decoder channel> (<Decoder IP address>) (<Number of decoder monitor pane>)".
Public methodGetDecoderInfoList Gets information about all decoder monitor panes permitted to caller. Decoder monitor panes are named by pattern "Monitor <Number of decoder channel> (<Decoder IP address>) (<Number of decoder monitor pane>)". Count of decoder channels and count of decoder monitor panes depends on the decoder type (e.g. VIDEOJET 7000 has 1 decoder channel and 30 decoder monitor panes, VIDEOJET 8000 has 2 decoder channels and 8 decoder monitor panes for each one, etc.).
Public methodGetDeviceById Retrieves device handle by ID.
(Inherited from IDeviceManager)
Public methodGetDeviceByName Retrieves device handle by name.
(Inherited from IDeviceManager)
Public methodGetDeviceInfoList Gets information about all devices.
(Inherited from IDeviceManager)
Public methodGetDisplayedCamera Returns the camera displayed on a decoder.
Public methodGetInitialStates Triggers submission of current device state events to registered event receivers.
(Inherited from IDeviceManager)
Public methodGetName Retrieves device name.
(Inherited from IDeviceManager)
Public methodGetSelectedDisplayLayout Returns the currently set DisplayLayout on the provided decoder. Returned value could be used to get layout details or store it for further set via SetDisplayLayout(Decoder, DisplayLayout).
Public methodGetSequenceOnDecoder Return the sequence that is running on the decoder. If no sequence is running Sequence.IsNull property is true
Public methodGetSupportedDisplayLayouts Returns list of supported display layouts for the decoder. Different decoders could support different sets of layouts. Retrieved objects could be used to set decoder layout configuration via SetDisplayLayout(Decoder, DisplayLayout).
Public methodGetVolume Gets the volume of the decoder
Public methodIsCameraDisplayable Can the give camera be displayed on this decoder. Analog cameras connected to a matrix or dvr typically cannot be displayed
Public methodCode exampleSetDisplayLayout Sets display layout for provided decoder.
Public methodSetVolume Sets the volume of the decoder
Top
See Also