| IVideoCatalogServiceSetVideoClip Method |
Create or Update a clip
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax 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
Int32clip_id of the updated or create clip, -1 if failed
See Also