| IVideoCatalogServiceSetVideoFileImage Method |
Set video file preview image
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax void SetVideoFileImage(
long video_file_id,
byte[] image_data
)
Parameters
- video_file_id Int64
- Video file id
- image_data Byte
- Image data to set to represent the video file. I.e. whats shown in the catalog window
See Also