Table of Contents

Method PlayVideo

Namespace
vdRay
Assembly
vdRay.dll

PlayVideo(VdVideo, int)

Displays the frames of the selected VdVideo object with the set framerate. If framerate is set to -1, default framerate will be used instead. The frames will be displayed in the control.

public void PlayVideo(VdVideo Video, int frameRate)

Parameters

Video VdVideo

The VdVideo to be played.

frameRate int

The amount of frames to be displayed per second.