Click or drag to resize
VideoViewerWF Class
Represents a Windows Control to display video.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class VideoViewerWF : Control, 
	IVideoControl<Image>

The VideoViewerWF type exposes the following members.

Constructors
  NameDescription
Public methodVideoViewerWF
Initializes a new instance of the VideoViewerWF class.
Top
Methods
  NameDescription
Public methodClearScreen
Removes the actual picture and sets the back color of the viewer to black.
Protected methodDispose
Clean up any resources being used.
(Overrides ControlDispose(Boolean).)
Public methodEnterFullScreen
Shows the image in full screen mode if enabled.
Public methodLeaveFullScreen
Leaves the full screen mode.
Public methodResetTransforms
Resets the flip and rotate information to 0.
Public methodSetImageProvider
Sets an IImageProviderT object that will provide images for displaying. If no image provider set, the control will not display anything.
Public methodStart
Starts playing the video.
Public methodStop
Stops playing the video.
Top
Properties
  NameDescription
Public propertyContextMenuEnabled
Public propertyFlipMode
Gets or sets a value that indicates the displayed image is flipped vertically or horizontally.
Public propertyFrameStretch
Change the viewer aspect ratio
Public propertyFullScreenEnabled
Gets or sets a value that indicates the fullscreen mode is enable or disable
Public propertyIsRunning
Gets a value that indicates the videoviewer is actually running or not
Public propertyRotateAngle
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.
Top
Events
See Also