Click or drag to resize

IVideoCameoControl2 Interface

Represents an interface, that provides access to the Image pane control.
Image pane control is responsible for playback video content.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public interface IVideoCameoControl2 : IVideoCameoControl, 
	ICameoControl

The IVideoCameoControl2 type exposes the following members.

Properties
 NameDescription
Public propertyContentState Content current state (readonly).
(Inherited from ICameoControl)
Top
Methods
 NameDescription
Public methodGetAdditionalDataAccessor Get an accessor for additional data.
Public methodGetSnapshot Get snapshot with image and additional information.
(Inherited from IVideoCameoControl)
Public methodSetCamera Attach camera to be displayed in control.
(Inherited from IVideoCameoControl)
Public methodUIControl WinForms control that can be placed on a form, moved, resized, etc.
(Inherited from ICameoControl)
Top
Events
 NameDescription
Public eventContentStateChanged Notification about ContentState property changes.
(Inherited from ICameoControl)
Top
See Also