VideoWindow Members
Include Protected Members
Include Inherited Members
Draws the video content for either the outoing (capture) or the incoming (render) video. Native implementation of the IVideoWindow interface https://go.microsoft.com/fwlink/?LinkId=202572
The VideoWindow type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoShow | Determines whether the window will be automatically shown. | |
BackgroundPalette | Determines whether any palette required will be realized in the background. | |
BorderColor | Determines the border color for the video window. | |
Caption | Determines the textual title string for the video window. | |
FullScreenMode | Determines the full-screen mode for the video renderer filter supporting this interface. | |
Height | Determines the height of a video window. | |
Left | Determines the x-axis coordinate for the video window. | |
MessageDrain | Determines the window set to receive messages from the video window. | |
Owner | Determines the owning parent for the video window. | |
Top | Determines the y-axis coordinates for the video window. | |
Visible | Determines the visibility of the video window. | |
Width | Determines the Width of the video window. | |
WindowState | Determines the state of the video window. | |
WindowStyle | Determines the style parameters for the video window. | |
WindowStyleEx | Determines the style parameters for the video window. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (inherited from MarshalByRefObject) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetMaxIdealImageSize | This method retrieves the ideal maximum image size for the video image playback (client) area. | |
GetMinIdealImageSize | This method retrieves the ideal minimum image size for the video image playback (client) area. | |
GetRestorePosition | This method returns the normal restored window dimensions. | |
GetType | (inherited from Object) | |
GetWindowPosition | This method retrieves the current window rectangle (not the client rectangle) in device coordinates. | |
HideCursor | This method hides the cursor. | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
IsCursorHidden | This method determines if the cursor is hidden or showing. | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
NotifyOwnerMessage | This method forwards messages that have been received by a parent window to a child window owned by a filter. | |
SetWindowForeground | This method moves the video window to the foreground and optionally gives it focus. | |
SetWindowPosition | This method sets the position of the video window (not the client rectangle position) in device coordinates. | |
ToString | (inherited from Object) |
Top