Click or drag to resize

IVideoCatalogServiceGetVideoFileImage Method

Return a jpeg blob for the video image a video id.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
byte[] GetVideoFileImage(
	long video_file_id
)

Parameters

video_file_id  Int64
Video file id

Return Value

Byte
null if no image or data for a jpeg image
See Also