Click or drag to resize

IVideoCatalogServiceDeleteVideoClip Method

Delete a video clip from the catalog. A clip is unique to a playlist and the same clip is never part of more than one playlist

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void DeleteVideoClip(
	int clip_id
)

Parameters

clip_id  Int32
id of the video clip
See Also