IContent |
public interface IContentManager
The IContentManager type exposes the following members.
| Name | Description | |
|---|---|---|
| CloseImagePane | Closes a given video window. | |
| DisableAudio | Deactivates audio for the specified video window. | |
| DisplayCamera | 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. | |
| DisplayCameraInInstantPlayback | 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. | |
| DisplayDocument | Displays a document/map in a video window. | |
| DisplayHtml | Creates an Image pane into the CameoSpace and displays the passed html sting within the Image pane. | |
| DisplaySequence | Displays a sequence in a video window. The sequence is started in forward direction. This function is only supported in live mode. | |
| EnableAudio | Activates audio for the specified video window. | |
| EnterFullscreen | Makes the ImageWindow of the given monitor fullscreen. | |
| GetCameraFromImagePane | Gets the camera from the given Image pane if the type of content of the Image pane is Live or Playback. | |
| GetCurrentTimeStamp | Gets the time stamp of the displayed content. Only the image panes that have a video content are supported. | |
| GetCurrentTimeStampUtc | Gets the time stamp of the displayed content. Only the image panes that have a video content are supported. | |
| GetDigitalZoomStep |
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. | |
| GetDocumentFromImagePane | Gets the document from the given Image pane if the type of content of the Image pane is Document. | |
| GetGranularity | Returns the granularity of the video pane. | |
| GetNextFreeLiveImagePane | Returns the index and monitor number of the next free live Image pane. | |
| GetNextFreePlaybackImagePane | Returns the index and monitor number of the next free playback Image pane. | |
| GetPanoramicPredefinedPositions | Returns an enumerable of configured predefined positions for a panoramic camera. | |
| GetSelectedImagePane | Returns the index and monitor number of the currently selected Image pane. | |
| GetSequenceFromImagePane | Returns a handle to the running sequence displayed in pane or an empty Sequence handle. | |
| IsImagePaneEmpty | Returns true if a Image pane contains no content. | |
| IsInstantPlaybackContent | Returns true if a Image pane shows instant playback content. | |
| LeaveFullscreen | Leaves the fullscreen mode of the given monitor. | |
| MaximizeImagePane | Maximize the Image pane. | |
| MinimizeImagePane | 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. | |
| PrintImagePane | Prints the image in the specified video window on the default printer. | |
| ResetMonitor | All image panes on the given monitor will be closed. | |
| SaveImagePane | 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" | |
| SetDigitalZoomStep |
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. | |
| SetGranularity | Sets the granularity of the video pane. | |
| SetPanoramicPredefinedPosition | 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. | |
| SwitchOffImagePaneBars | Hides the title bars on the image panes of the given monitor. | |
| SwitchOnImagePaneBars | Displays the title bars on the image panes of the given monitor. |