Click or drag to resize

IVideoPlayerSetSelectedVideo Method

Set the selected video in the video player. Encrypted parameters are only needed for encrypted videos.

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
void SetSelectedVideo(
	long video_id,
	string video_path,
	double video_length,
	string encrypted,
	byte[] IV,
	string key
)

Parameters

video_id  Int64
ID of the video.
video_path  String
Path to the video.
video_length  Double
Length of the video.
encrypted  String
For encryted videos.
IV  Byte
For encryted videos.
key  String
For encryted videos.
See Also