Click or drag to resize

IVideoCameoControl2GetAdditionalDataAccessor Method

Get an accessor for additional data.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
IDataSetAccessor<string, string> GetAdditionalDataAccessor()

Return Value

IDataSetAccessorString, String
An object that provides the additional data.
Exceptions
ExceptionCondition
CameoSdkExceptionThis exception is thrown in each of the following cases: The Image pane is not properly initialized with a camera. Call SetCamera(ICamera) to avoid this. The Image pane control doesn't contain a playback video content. In this case create a playback control using CreatePlaybackCameoControl(IMediaPlayer). Or there is not connection to the recorder.
Remarks
Additional data are only available for Image panes with a playback content.
See Also