IVideoCameoControl2GetAdditionalDataAccessor Method |  |
Get an accessor for additional data.
Namespace: Bosch.Vms.CameoSdkAssembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
SyntaxIDataSetAccessor<string, string> GetAdditionalDataAccessor()
Return Value
IDataSetAccessorString,
StringAn object that provides the additional data.
Exceptions| Exception | Condition |
|---|
| CameoSdkException | This 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. |
RemarksAdditional data are only available for Image panes with a playback content.
See Also