Click or drag to resize

IControlFactoryCreatePlaybackCameoControl Method

Create Image pane control for displaying recorded video.
Playback control is done via specified mediaPlayer.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
IVideoCameoControl CreatePlaybackCameoControl(
	IMediaPlayer mediaPlayer
)

Parameters

mediaPlayer  IMediaPlayer
Media player that provides playback functionality.

Return Value

IVideoCameoControl
Image pane control associated with provided media player.
Exceptions
ExceptionCondition
NoPermissionCameoSdkExceptionUser has no 'Playback' permission.
See Also