Click or drag to resize

IVideoCatalogServiceSetCoverImages Method

Set cover images for a video, -1 for no cover.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
void SetCoverImages(
	long video_file_id,
	long front_cover_id,
	long back_cover_id
)

Parameters

video_file_id  Int64
Video id
front_cover_id  Int64
Front cover id
back_cover_id  Int64
Back cover id
See Also