Represents a Windows Control to display video.
| C# | Visual Basic | Visual C++ |
public class VideoViewerWF : Control
Public Class VideoViewerWF Inherits Control
public ref class VideoViewerWF : public Control
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| VideoViewerWF()()()() |
Initializes a new instance of the VideoViewerWF class.
| |
| Dispose(Boolean) |
Clean up any resources being used.
(Overrides Control.Dispose(Boolean).) | |
| FlipMode |
Gets or sets a value that indicates the displayed image is flipped vertically or horizontally.
| |
| Frame | ||
| ResetTransforms()()()() |
Resets the flip and rotate information to 0.
| |
| RotateAngle |
Gets or sets a value that indicates the rotation angle in degrees to apply to the image in the control.
Only 0, 90, 180 or 270 values are allowed.
| |
| SetImageProvider(IImageProvider<(Of <<'(Image>)>>)) |
Sets an IImageProvider<(Of <(<'T>)>)> object that will provide images for displaying. If no image provider set, the control will not display anything.
| |
| Start()()()() |
Starts playing the video.
| |
| Stop()()()() |
Stops playing the video.
|
| Object | ||||
| MarshalByRefObject | ||||
| Component | ||||
| Control | ||||
| VideoViewerWF | ||||
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290