| 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: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax void DeleteVideoClip(
int clip_id
)
Parameters
- clip_id Int32
- id of the video clip
See Also