| IVideoCatalogServiceGetVideoFileImage Method |
Return a jpeg blob for the video image a video id.
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax byte[] GetVideoFileImage(
long video_file_id
)
Parameters
- video_file_id Int64
- Video file id
Return Value
Bytenull if no image or data for a jpeg image
See Also