Class TVideoWindow
Unit
DSPack
Declaration
type TVideoWindow = class(, , )
Description
Manage a Video Renderer or a Video Mixer Renderer (VMR) Filter to display a video in your application.Methods
Overview
Description
 |
constructor Create(AOwner: TComponent); override; |
Constructor.
 |
destructor Destroy; override; |
Destructor.
 |
function CheckInputPinsConnected: boolean; |
 |
class function CheckVMR: boolean; |
Check if the Video Mixer Renderer is available (Windows XP).
 |
function VMRGetBitmap(Stream: TStream): boolean; |
Retrieve the current bitmap, only in WindowLess VMR Mode.
Properties
Overview
Description
 |
property FilterGraph: TFilterGraph; |
The TFilterGraph
component
 |
property FullScreen: boolean; |
Set the full screen mode.
 |
property FullScreenTopMost: boolean; |
The video Window stay on Top in FullScreen Mode.
 |
property Mode: TVideoMode; |
Video Mode, you can use Normal mode or VMR mode (VMR is only available on WindowsXP).
 |
property OnPaint: TNotifyEvent; |
VMR/WindowsLess Mode only.
 |
property VideoHandle: THandle; |
Return the Handle where the video is displayed.
 |
property VMROptions: TVMROptions; |
Video Mixer Renderer property editor.
Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07