Click or drag to resize

IVideoCatalogServiceSetVideoClip Method

Create or Update a clip

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
int SetVideoClip(
	VideoClip clip
)

Parameters

clip  VideoClip
Update data for a clip using the ID in the struct. if ID is -1 the clip will be created

Return Value

Int32
clip_id of the updated or create clip, -1 if failed
See Also