Click or drag to resize

IContentManager Methods

The IContentManager type exposes the following members.

Methods
 NameDescription
Public methodCloseImagePane Closes a given video window.
Public methodDisableAudio Deactivates audio for the specified video window.
Public methodDisplayCamera Displays the video of a camera in the specified video window and monitor. Whether live or recorded video is displayed, depends on the current mode of the client application. For cameras where no live or playback content is available (e.g. Allegiant cameras) no video window is opened.
Public methodDisplayCameraInInstantPlayback Displays the instant playback of a camera in the specified video window and monitor. In case the selected monitor is playback the seekTime and the playForward parameters are ignored. For cameras where no playback content is available (e.g. Allegiant cameras) no video window is opened.
Public methodDisplayDocument Displays a document/map in a video window.
Public methodDisplayHtml Creates an Image pane into the CameoSpace and displays the passed html sting within the Image pane.
Public methodDisplaySequence Displays a sequence in a video window. The sequence is started in forward direction. This function is only supported in live mode.
Public methodEnableAudio Activates audio for the specified video window.
Public methodEnterFullscreen Makes the ImageWindow of the given monitor fullscreen.
Public methodGetCameraFromImagePane Gets the camera from the given Image pane if the type of content of the Image pane is Live or Playback.
Public methodCode exampleGetCurrentTimeStamp Gets the time stamp of the displayed content. Only the image panes that have a video content are supported.
Public methodCode exampleGetCurrentTimeStampUtc Gets the time stamp of the displayed content. Only the image panes that have a video content are supported.
Public methodGetDigitalZoomStep Returns the current digital zoom step of the specified video window.
Note: This only works for video windows that display video content and not for documents.
Public methodGetDocumentFromImagePane Gets the document from the given Image pane if the type of content of the Image pane is Document.
Public methodGetGranularity Returns the granularity of the video pane.
Public methodGetNextFreeLiveImagePane Returns the index and monitor number of the next free live Image pane.
Public methodGetNextFreePlaybackImagePane Returns the index and monitor number of the next free playback Image pane.
Public methodCode exampleGetPanoramicPredefinedPositions Returns an enumerable of configured predefined positions for a panoramic camera.
Public methodGetSelectedImagePane Returns the index and monitor number of the currently selected Image pane.
Public methodGetSequenceFromImagePane Returns a handle to the running sequence displayed in pane or an empty Sequence handle.
Public methodIsImagePaneEmpty Returns true if a Image pane contains no content.
Public methodIsInstantPlaybackContentReturns true if a Image pane shows instant playback content.
Public methodLeaveFullscreen Leaves the fullscreen mode of the given monitor.
Public methodMaximizeImagePane Maximize the Image pane.
Public methodMinimizeImagePane Minimizes the Image pane. Only the MonitorNr member of the Image pane is evaluated, Image pane index must be one. If there is no maximized Image Pane, nothing happens.
Public methodPrintImagePane Prints the image in the specified video window on the default printer.
Public methodResetMonitor All image panes on the given monitor will be closed.
Public methodSaveImagePane Saves the image that is displayed on the given monitor and video window to the specified path in the subfolder "BVMS_Data". The image will be saved in the JPEG format. The subfolder "BVMS_Data" will be inserted by the BVMS for security reasons e.g. if the given fileName = "C:\Pictures\image.jpeg" then the image will be stored in "C:\Pictures\BVMS_Data\image.jpeg" If the given fileName do not contain a file extension then the ".jpeg" extension will be attached e.g. if the given fileName = "C:\Pictures\image" then the image will be stored in "C:\Pictures\BVMS_Data\image.jpeg"
Public methodSetDigitalZoomStep Returns the current digital zoom step of the specified video window.
Note: This only works for video windows that display video content and not for documents.
Public methodSetGranularity Sets the granularity of the video pane.
Public methodCode exampleSetPanoramicPredefinedPosition Sets the predefined position of a panoramic camera. This method automatically changes the panoramic mode to "Cropped" and sets the predefined position. If the image pane displays a video of a camera that is not a panoramic camera then the call is ignored.
Public methodSwitchOffImagePaneBars Hides the title bars on the image panes of the given monitor.
Public methodSwitchOnImagePaneBars Displays the title bars on the image panes of the given monitor.
Top
See Also