Click or drag to resize

IVideoCatalogServiceSetClipToPlaylist Method

Create a new video playlist

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void SetClipToPlaylist(
	long playlist_id,
	int index,
	int clip_id
)

Parameters

playlist_id  Int64
playlist identifier
index  Int32
Order of the clip in the playlist
clip_id  Int32
Clip to set to the playlist
See Also